资源列表
onduleur_2transistors_simulation
- simulation sur exel avec exxemple
PCD
- 这次上传的是一个算法程序,压缩感知算法,希望对大家会有所帮助。-The upload process is an algorithm, compressed sensing algorithm, we want to be helpful.
FlashWeb-audio-on-Line
- javaweb网站中用到的页面潜入录音功能的操作-page used in javaweb site sneaked into the operation of the recording function
HuffmanTransmit
- 哈夫曼树解密问题:设计一个哈夫曼编码/译码系统,对字符串进行编码/译码-Huffman tree decryption problem
d_radon
- 线性radon变换,可以直接运行,对于压缩和波场分离有很重要的作用-Linear radon transform, can be run directly for the compression and separation of the wave field has a very important role
Beamformi[1]..
- 在此提供波束成型與方向性的指標天線供研究者參考
peaktransformcode
- 基于peak transform的高效图像编码。
Huffmancodeandincludeexe
- 这是一些Huffman编码的代码,包括源程序,以及生成的可执行文件
Huffman
- 基于哈夫曼编码的思想进行文件的压缩处理 (1) 能够将一个文件进行编码压缩 (2) 能够将压缩的文件解码还原 -Huffman coding based on the idea for file compression (1) the ability to encode a file compression (2) to restore the compressed file decoding
Huffman
- huffman算法 实现叶子节点动态变化的算法-huffman algorithm
huffman
- huffman编码压缩与解压 给定n个权值作为n个叶子结点,构造一棵二叉树,若带权路径长度达到最小,称这样的二叉树为最优二叉树,也称为哈夫曼树(Huffman tree)。-compress and decompress
hfm
- 输入文件路径即可对中英文文本进行压缩和解压缩,简单明了。