资源列表
Huffman_code
- 利用哈夫曼编码对任意文件进行压缩和对被压缩的文件解压。-Huffman coding any file compression and decompression of compressed files.
Conv_en--Decoder
- encoderr/decoder computation algortithm. user may vary the code
AIC-MDL-GDE
- 用AIC MDL GDE等方法估计源信号个数,并进行性等分析在白噪声和色噪声环境下-estimate the number of source signal using AIC MDL GDE
cv3
- struct Edge { Edge(int from, int to, int cost) : from(from), to(to), cost(cost) {} friend bool operator<(const Edge& a, const Edge& b) { if (a.cost != b.cost) { return a.cost > b.cost }
main
- 这个是一个用于Huffman算法来实现的解压与压缩的过程,四压缩算法中的经典算法之作。-this code is just for Huffman to realize
Huffman_text
- 使用huffman 编码 对文本进行压缩与解压同时生成压缩后的文件-Encoded using huffman compression and decompression of the text at the same time generate the compressed file
all
- 集成运放参数测量总程序,可以对失调电压,失调电流,抑制比,增益四个参数进行测量,有按键切换功能,实时液晶显示
huffman
- huffman算法,c++编程语言实现,程序功能:实现文件的解压缩-huffman algorithm, c++ programming language, the program features: Extract the files ... ...
aupcm_codec
- a-law u-law pcm间的转换,提供了快速实现这几种编码的转换方法 -a-law u-law pcm the conversion, the rapid realization of these various ways of coding
yichuan
- 用遗传方法计算100代之后的后代,看看后面会有什么效果-Calculated using the genetic offspring of 100 generations to see what effect the back
testInterface
- 讲述接口使用方法, 怎么去定义接口,-the method of how to use interface
MainForm
- This is part of a APC program, it is the main program