搜索资源列表
《哈夫曼树》
- 根据哈夫曼算法创建的哈夫曼树,求树中每个外部结点的编码-under Huffman algorithm to create the Huffman tree for each tree node external coding
2003103123103519431
- 这个是一个比较好的编码算法 具有动画效应 是初学者参考的好东西-this is a relatively good coding algorithm animation effects are beginners reference to the good things
04051b33刘奏
- 一个哈夫曼算法.具体题目如下: 题目要求:1)建立一正文文件(本程序中建立的文件名文test.txt),向其中输入字符(本程序中可输入任意ASCII值) 2)通过哈夫曼算法求出文件中字符的相应编码 3)建立一与正文文件(test.txt)对应的编码文件(本程序中为bainma.txt)-a Huffman algorithm. Specific topics are as follows : Subject : 1) the establishment of a text document (t
RLEcoding
- 本系统是专门处理二值图像压缩的,使用的算法是行程编码(RLE),经实验压缩效率非常的好。在网上基本上没有看见用c#对二值图像用行程编码进行压缩,由于本人在做一个项目正好要用到此算法,想偷懒搜一个源码,遗憾的是没有找到,故只有自己亲手来写一个。程序经过调试完全可以运行。希望对你有帮助-This system is devoted to binary image compression, the use of the algorithm is the length encoding (RLE), t
CS
- 关于压缩感知重构算法, 压缩感知(Compressive Sensing, or Compressed Sampling,简称CS),是近几年流行起来的一个介于数学和信息科学的新方向,由Candes、Terres Tao等人提出,挑战传统的采样编码技术,即Nyquist采样定理。-Reconstruction algorithm on compressed sensing, compressive sensing (Compressive Sensing, or Compressed Sampl
BPxor
- BEP算法的源码,将BEP算法进行了详细的代码编写。-The descr iptiong of BEP algorithm。 It is very useful for coding the BEP alogorithm.
dbscan
- 对dbscan算法代码化,程序中带有界面可以清楚看到算法成果。可以学习,很有用的。用C#实现非常少。-Dbscan algorithm for coding, program interface can be clearly seen with the algorithm results. Can learn, very useful. With C# is very small.
vc source of channel capacity--diedai
- 利用迭代算法计算信道编码的容量,是信息论与编码这门学科的基础。(Using iterative algorithm to calculate the capacity of channel coding is the basis of the discipline of information theory and coding.)