ZIP压缩、解压缩算法库,完全C++实现,支持多种平台。下面是英文描述:
This library adds zip compression and decompression functionality to your program, allowing you to create and modify ZIP files in the compatible way with WinZip, PKZIP and other popular archivers.
Its easy and practical interface mak ...
* This a software code module for a time-of-day clock object.
* The clock may be fixed 12-hour, fixed 24-hour, or dynamically
* configurable between these two types. Clock data can be accessed
* as a binary number representing the number of minutes since midnight
* or a BCD number formatted acco ...
* DEFINITION
* This a set of math functions that deal with time. The functions accept
* 4-digit time values and 4-digit time of day values. Time values are
* interpreted as hours-minutes and are valid if all digits are numeric and
* 9 or less, except the second-to-last digit must be 5 or less. T ...
* DEFINITION
* This is the header file for a library module used to calculate the median
* of a list of values. It finds the value that would be in the center if
* the list were sorted. If the list contains an even number of values, the
* lower of the two center values is reported. The values th ...
This paper deals with the problem of speech enhancement when a
corrupted speech signal with an additive colored noise is the only
information available for processing. Kalman filtering is known as
an effective speech enhancement technique, in which speech signal
is usually modeled as autoregressive ...
This paper deals with the problem of speech enhancement when
only a corrupted speech signal is available for processing. Kalman
filtering is known as an effective speech enhancement technique,
in which speech signal is usually modeled as autoregressive (AR)
model and represented in the state-space d ...
A new blind adaptive multiuser detection scheme based on a hybrid of Kalman filter and
subspace estimation is proposed. It is shown that the detector can be expressed as an anchored
signal in the signal subspace and the coefficients can be estimated by the Kalman filter using only
the signature wave ...
In this edition, the majority of the book is dedicated to covering the Winsock API. Chapter 1 starts with an introduction to Winsock and is specifically geared for the beginning Winsock programmer. This chapter covers all the basics and introduces Transmission Control Protocol (TCP) and User Datagra ...
This a collection of sample processes that provide examples ranging from
how to use a particular BPEL activity such as pick or scope, to more complex
examples of processes that invoke external Web services or show techniques
such as handling multiple start messages.