搜索资源列表
-
0下载:
矩形编码压缩源代码是针对图象压缩设计的程序,该算法可用于生物信息学,图象处理等方面-rectangular Coding source code is against image compression design process, the algorithm can be used bioinformatics, image processing, etc.
-
-
0下载:
21种加密54种压缩 算法模块-21 54 21 compressed 54 encryption algorithm compression module
-
-
0下载:
用于数据流压缩的huffman算法源代码,c++编写,程序十分简练-data flow for the Huffman compression algorithm source code, c preparation, the procedure was very concise
-
-
0下载:
数据结构里比较常见到的压缩算法。希望对大家有用。-data structures more common to the compression algorithm. We hope that the right useful.
-
-
0下载:
一个压缩算法, 名字叫PPMD,压缩率比较高, 同时, 可以自行修改并编译,请各位研究算法的同僚一同研究.-a compression algorithm, named PPMD, higher compression ratio, and can make its own decisions and build, please algorithm research colleagues to study together.
-
-
0下载:
一个有关HUFFMAN算法的演示
其中还有一些基于HUFFMAN的压缩-an algorithm for the presentation of which some compression on Speed HUFFMAN
-
-
0下载:
一个编码器,能编解码位流,适用于压缩算法的编码输出。-a coding device that can flow spaces codecs, compression algorithm applied to the coding output.
-
-
0下载:
网上有很多的压缩程序,本程序实现了最简单的一种算法-lzw压缩算法,其中用到了hashtable-many online compression procedures, the procedures for the realization of a simple algorithm-lzw compression algorithm, which stretched to the hashtable
-
-
0下载:
动态规划的石子问题算法下载压缩包后,解压,使用vc-stones dynamic programming problem packet compression algorithm download, extract, use vc
-
-
0下载:
利用剑桥的SLM工具包实现的一个计算ngram的代码,可以完成1-3元模型的训练以及压缩。压缩算法是利用相对熵策略压缩。-Using the Cambridge SLM toolkit to achieve a calculated ngram code, you can complete the training as well as compression of the 1-3 model. The compression algorithm is the use of compressio
-
-
0下载:
算法设计的实验报告
包括Bottom-Up Merge Sorting算法、插入排序算法Heaps的创建堆、堆排序算法、按秩合并算法以及带路径压缩算法、实现查找第K小元素算法、实现快速排序算法、实现平面内最接近点对算法、实现最长公共子序列算法、实现矩阵链相乘算法、实现0/1背包问题算法、实现Dijistra’s算法、Prim算法、Kruskal算法、文件压缩算法-Experimental Algorithm Design Report including Bottom-Up Merge So
-
-
0下载:
哈夫曼压缩算法,数据结构课程设计的时候做的-Huffman compression algorithm, data structure, curriculum design, when done
-
-
0下载:
compression algorithm lempel ziv
-
-
0下载:
VC++演示LZARI压缩算法的使用效果,从事编程的朋友大概都听说过这个算法吧,据说压缩比还是可以的,虽然比不上WinRAR那么牛,但是在安全压缩方面也想当不错-VC++ demonstrates the use of effective compression algorithm LZARI engaged in programming the algorithm friends heard about it, said compression ratio is still possible,
-
-
0下载:
哈弗曼树,其中有二叉树,位运算还压缩算法-Huffman trees, including binary, bit operations but also compression algorithm
-
-
0下载:
基于Huffman树的一个压缩算法,通过统计字符的出现频率构造Huffman树,然后进行编码和解码。包括源代码和测试样例-Huffman tree based on a compression algorithm, the frequency of statistical character of the Huffman tree structure, and then to encode and decode. Including source code and test the sample
-
-
0下载:
Huffman编码实现压缩算法,带界面。功能较简单。C++编写。-Huffman coding to achieve compression algorithm, with the interface. Function is relatively simple. C++ writing.
-
-
0下载:
提供了一种基于哈弗曼编码的文件压缩算法,可以对.TXT、.DOC、.JPF等文件进行压缩-Huffman coding provides a file-based compression algorithm can .TXT, .DOC, .JPF and other file compression
-
-
0下载:
C语言实现的LZ77压缩算法,vs2013工程。需要自己需要压缩的文档1.txt,可以输出压缩后的文件与解压后的文件-LZ77 compression algorithm C language implementation, needs its own need to compress the document 1.txt, files can be output compressed files unpacked
-
-
0下载:
运用C语言实现经典的压缩算法——赫夫曼编码,供大家学习(Huffman encoding compression algorithm, using C language to achieve the classic, for everyone to learn)
-