Interface for Microsoft Audio Compression Manager. - Delphi Source The ACM uses existing driver interface hooks to override the default mapping algorIthm for waveform audio devices. This allows the ACM to intercept device-open calls. After a call has been intercepted, the ACM can perform a variety of tasks to process the audio data, such as inserting an external compressor or decompressor into the sequence.
标签: Compression Interface Microsoft existing
上传时间: 2013-12-13
上传用户:541657925
A collection of LDPC(Low-Density Parity-Codes) tools. Including: Code construction Density Evolution Decoding algorIthm Girth average Counter Stopping set and error Floor,etc
标签: Parity-Codes construction Low-Density collection
上传时间: 2016-05-10
上传用户:liglechongchong
基于PCA和LDA的人脸识别。% Main function that reads in files, applies pre-processing, calls face % recognition algorIthm, and then plots resulting accuracy.
标签: pre-processing recognitio function applies
上传时间: 2014-09-03
上传用户:jqy_china
STL的测试代码,包括对algorIthm,memory,utility等函数库的用例测试。涉及了这些库的每一个程序。
上传时间: 2014-01-12
上传用户:yangbo69
快速傅里叶变换(FFT)算法。FFT - Fast Fourier transform. The length of X must be a power of two, for a fast radix-2 fast-Fourier transform algorIthm is used
标签: FFT transform Fourier length
上传时间: 2013-12-19
上传用户:sy_jiadeyi
The PMSM FOC is made of several C modules, compatible with the free-of-charge IAR EWARM KickStart edition toolchain version 4.42. It is used to quickly evaluate both the MCU and the available tools. In addition, when used together with the STM32F103xx motor control starter kit (STM3210B-MCKIT) and PM motor, a motor can be made to run in a very short time. It also eliminates the need for time-consuming development of FOC and speed regulation algorIthms by providing ready-to-use functions that let the user concentrate on the application layer. Moreover, it is possible to get rid of any speed sensor thanks to the sensorless algorIthm for rotor position reconstruction.
标签: free-of-charge compatible KickStart modules
上传时间: 2014-01-09
上传用户:498732662
sfrmat is a Matlab function that provides a spatial frequency response* (SFR) from a digital image file containing a slanted-edge feature. The specific edge-gradient algorIthm follows the intent of the standard ISO 12233, developed by Technical Committee ISI/TC 42, for resolution measurements for electronic still pictorial cameras.
标签: frequency function provides response
上传时间: 2014-01-20
上传用户:qunquan
Enclosed in this distribution are four projects: MD5DLLTest: Visual basic project which runs the MD5 test suite against a MD5 DLL (see below). VbMD5: A Visual Basic native MD5 message digest class based on the RSA reference implementation. md5DLL: A C project which generates a simple Win32 DLL with the MD5 message digest routines using the RSA reference implementation. MD5Java: A Java implementation of the MD5 message digest algorIthm based on the RSA reference implmentation. Let me know if this has any use! Robert M. Hubley hubley@u.washington.edu
标签: distribution MD5DLLTest Enclosed projects
上传时间: 2016-06-08
上传用户:com1com2
在工业工程中,许多最优化问题性质十分复杂,很难用传统的优化方法来求解.自1960年以来,人们对求解这类难解问题日益增加.一种模仿生物自然进化过程的、被称为“进化算法(evolutionary algorIthm)”的随机优化技术在解这类优化难题中显示了优于传统优化算法的性能。目前,进化算法主要包括三个研究领域:遗传算法、进化规划和进化策略。其中遗传算法是迄今为止进化算法中应用最多、比较成熟、广为人知的算法。
标签: evolutionary 1960 algo 工业
上传时间: 2016-06-20
上传用户:dave520l
C++STL STL(Standard Template Library,标准模板库)是惠普实验室开发的一系列软件的统称。它是由Alexander Stepanov、Meng Lee和David R Musser在惠普实验室工作时所开发出来的。现在虽说它主要出现在C++中,但在被引入C++之前该技术就已经存在了很长的一段时间。 STL的代码从广义上讲分为三类:algorIthm(算法)、container(容器)和iterator(迭代器),几乎所有的代码都采用了模板类和模版函数的方式,这相比于传统的由函数和类组成的库来说提供了更好的代码重用机会。在C++标准中,STL被组织为下面的13个头文件:<algorIthm>、<deque>、<functional>、<iterator>、<vector>、<list>、<map>、<memory>、<numeric>、<queue>、<set>、<stack>和<utility>。以下笔者就简单介绍一下STL各个部分的主要特点。
标签: STL Standard Template Library
上传时间: 2016-06-20
上传用户:cylnpy