资源列表
[压缩解压] huffman-(2)
说明:可以使用的huffman压缩器。通过构建huffman树的方法来进行文件压缩。-You can use the huffman compressor. By building huffman tree approach to file compression.<匿名> 在 2025-06-18 上传 | 大小:2kb | 下载:0
[压缩解压] Huffman-Coding
说明:哈夫曼编码(Huffman Coding)是一种编码方式,以哈夫曼树─即最优二叉树,带权路径长度最小的二叉树,经常应用于数据压缩。是指使用一张特殊的编码表将源字符(例如某文件中的一个符号)进行编码-Huffman coding (Huffman Coding) is an encoding, the Huffman tree ─ that is optimal binary tree, the minimum weighted path length of the binary tree, of<chenyuhao> 在 2025-06-18 上传 | 大小:2kb | 下载:0
[压缩解压] cipher
说明:置换密码。本程序没有把变换的矩阵解出来,而是通过数学变换,求得每一列最后的在位置,再求模得出密文。-Replacement password. This procedure did not change the matrix solution out, but by mathematical transformation, obtained in the final position of each column, then the modulus obtained ciphertext.<路过> 在 2025-06-18 上传 | 大小:2kb | 下载:0
[压缩解压] java-for-image-compression
说明:java实现图像压缩,图片不失真的等比例压缩算法-java for image compression<chenpeng> 在 2025-06-18 上传 | 大小:2kb | 下载:0
[压缩解压] huofuman
说明:霍夫曼编码与解码,功能:输入任意符号和权值,构建霍夫曼树,输出霍夫曼编码,计算平均码长,输入任意编码进行解码,错误提示。-Huffman encoding and decoding functions: Enter any symbols and weights to build Huffman tree, the output Huffman code to calculate the average code length, input Into any codec decoding e<金继仁> 在 2025-06-18 上传 | 大小:2kb | 下载:0
[压缩解压] construction-dun-arbre
说明:读取文本 得到文本内容的霍夫曼编码 同时统计文本内字符出现频率 次数 种类 种类数-Read the text content of text to be Huffman coding<QU> 在 2025-06-18 上传 | 大小:2kb | 下载:0
[压缩解压] huffmantest
说明:对信源进行huffman编码,建立Huffman table,输出Huffman压缩流-For Huffman coding to source, establish Huffman table, output Huffman compression flow<> 在 2025-06-18 上传 | 大小:2kb | 下载:0
[压缩解压] RELcode
说明:RLE全称(run-length encoding),翻译为游程编码,又译行程长度编码,又称变动长度编码法(run coding),在控制论中对于二值图像而言是一种编码方法,对连续的黑、白像素数(游程)以不同的码字进行编码。游程编码是一种简单的非破坏性资料压缩法,其好处是加压缩和解压缩都非常快。其方法是计算连续出现的资料长度压缩之。-Run-length encoding (RLE) is a very simple form of data compression in which runs<lj> 在 2025-06-18 上传 | 大小:2kb | 下载:0