资源列表
op002
- 威尔编码,越小的值被分配了越短的码,而值越大就会分配较长的位码。因此,威尔编码在「资料值0的出现频率最高,而资料值越大的值出现频率越低」的资料中特别容易发挥其效用。威尔编码使用的资料对象是有限的。另外,因为位码被分配的数值的最小值是1,所以只有在资料中的最小值是1以上的时后才可以使用此方法。
ArithmCoder.cs
- Small arithmetic encoder
lzwfordepresscoding
- LZW压缩和解压缩程序 lzw.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 lzw E <in-file> <out-file> 解压缩 lzw D <in-file> <out-file> 压缩时,读入<in-file>中内容,压缩后存入<out-file>中,得到压缩文件。 解压缩时,读入<in-
code
- 简单的算数编码译码程序,输入需要操作的字符串即字符概率-Simple arithmetic codec program, enter the need to operate a string of characters that the probability
end
- 此程序用了response.end()的方法,以及对程序的判断-response.end()
huffman
- 简单的哈夫曼压缩和解压缩c语言执行, 请多多指教-Simple huffman compression algorithm implementation
ACO-for-TSP
- ANT COLONY OPTIMIZATION METHOD
Delay15s
- 基于海尔mcu的延时控制程序,按键按下后,延时15秒后,自动停机-Based on the time delay of haier MCU control program, after the button press, delay after 15 seconds, automatic stop
BOOMP
- BOOMP算法,近来热门压缩解压技术——压缩传感的实现算法。次方法是对OMP算法的进一步改进,使压缩传感高效而且快速。-BOOMP algorithm, recently popular compression decompression technology- Compressed sensing algorithm. OMP algorithm second method is to further improve the compression efficiency and fast se
2D Incompressible flow
- The code computes the 2D incompressible flow for a lid driven cavity
huffman
- huffman解压与压缩,主要功能有 读取文件,压缩,解压-huffman
xb_compress_end
- 基于小波算法的图像压缩,数字图像处理课程设计专用-Wavelet-based algorithm for image compression, digital image processing design special courses