资源列表
huffman
- 输入8个字符(数目可以自己设定,需要改动程序中N的值),注意空格也算字符,然后输入权值,会显示构造的霍夫曼树及每个字符的编码-Encode:enter 8 characters,then enter 8 numbers,this program will print the huffman tree and each char s code.
G.728matlab
- G.728的matlab仿真,matlab代码-G.728 the matlab simulation, matlab code
Arith07
- 对于算术编码的多种功能实现和仿真,可实现压缩功能,并计算压缩前后文件大小-Arithmetic coding simulation
c1
- 从键盘接收一个字符,如果是小写字符,则转化为相应的大写字符;如果是大写字符,则转化为相应的小写字符;如果是其他字符,则不做转换-Receives a character the keyboard, if it is lowercase characters, converted to the corresponding uppercase characters if uppercase characters are converted to the corresponding lowerca
complex
- 复数的实现,大学的作业,大学课程C++,很易实现,易明白,请放心下载
compress
- 用于bmp图像转化为jpg的图像压缩算法实现的源代码。
spiht
- SPIHT的MATLAB源代码,希望对有需要的朋友有所帮助.
Game0303
- java手机游戏,适用于Nokia S60系列
zhongduan
- avr单片机中断test程序,详细说明 含工程文件-avr Singlechip interruption test procedures, engineering documents containing a detailed descr iption
Sound_G721
- G721语音压缩源程序(DSP课程设计的源代码,绝对没问题)-G721 audio compression program (DSP curriculum design of source code, absolutely no problem)
rty
- 用VC++实现图像压缩,图像压缩算法有很多,像huffman算法等-with VC image compression, image compression algorithm are many, like Huffman algorithm
LZW_coding
- LZW_coding: LZW encoding and LZW decoding.