搜索资源列表
suanshubianmac++
- 用C++实现的算术编码源程序,短小精练,是编码方式中效率很高的编码方式-C arithmetic coding to achieve the source, the short concise, which is the encoding efficiency of the coding
HuffmanCodec
- 这是本人编写的一个Huffman压缩算法,压缩效率最好能达到%20左右,已将所有的编码串转换成为二进制码-This is the one I prepared Huffman compression algorithm, the best compression efficiency can reach about 20%, All the coding has become a string of binary code
JPEG2000C++
- jpeg2000的c++实现,可以参考它的程序结构,并可以测试编码的效率-JPEG2000 c realized, it can refer to the program structure, and to test the efficiency of coding
fano_coding
- 费诺编码,使用STL实现。包含计算平均码长和编码效率功能-charges Connaught coding, the use of STL achieve. Includes calculation of the average code length coding efficiency and function
w_ipp-sample-video_pu_4.1.008
- 利用 Intel 芯片特性的视频压缩,解压源代码,效率堪称目前最高,支持H.263 H.264 编码,并且有H263 和 H264 的例子程序.-use Intel chips characteristics of video compression, decompression source code, his current maximum efficiency, H.264 supports H.263 coding, as well as H.263 and H264 examples
SpaceTimeCodingforSimlink
- 用simlink开发的space-time coding仿真模型,仿真的精度与效率有不小的提高-with simlink development of the space-time coding model, Simulation accuracy and efficiency are not a small increase
HuffmanCodingInformation
- 输入每个符号的概率,可以得到码长、码字,以及信源熵、平均码长和编码效率。-Enter the probability of each symbol, you can get code length, code words, as well as the source entropy, the average code length and coding efficiency.
dswMgr
- 工程资源管理器.它可以实现类似VC++中点击代码中的事件直接跳转到代码位置,有了它,你可以抛弃自带的工程管理器了,可以提高你的代码编写效率,节省编码时间。它还可以保存历史访问记录,直接定位访问次数最多的代码及窗体,允许和禁止编辑代码和窗体上的控件。应该说,从功能上,它绝对优于自带的管理器了。-Project Explorer. It can be achieved similar to VC++ in the Click event code in Jump direct to the code
huffman
- huffman编码译码的实现,通过huffman编码可以达到较高的编码效率-huffman code decoding to achieve, through the huffman coding can achieve higher coding efficiency
csharpFieldswrapper
- c#编写的字段封装器,方便将字段自动封装成属性,提高程序的编码效率,提供源代码,推荐-c# wrapper field prepared to facilitate the field automatically packaged into a property, improve the process of coding efficiency, source code, recommended! !
Fano
- c实现费诺编码,计算码字长度,编码效率,熵的计算-c realize Fenaux coding, computing code length, coding efficiency, the calculation of entropy
AdvanceVB
- 微软Visual Studio的资深专家Matthew Curland多年VB开发经验的总结,着重于解决VB程序员编程时所遇到的困难。由浅入深,循序渐近地讲解了如何开发标准的VB代码、高级编程技巧。以及如何通过一些新算法的使用提高编码效率和性能。-Microsoft Visual Studio, a senior expert Matthew Curland years of development and experience in VB, VB programmers focus on so
Huffman3
- 根据实际需要输入信源个数和各个信源符号以及概率,进行三进制哈弗曼编码。编码结束后,输出编码结果,并计算平均码长、信息率、编码效率并判断是否满足克拉夫特不等式和变长编码定理。-Need to enter the actual number of sources and each source symbol and the probability of a three-band Ha Fuman code. After encoding, the output coding results, and
Huffman
- 实现任意二到九进制数的赫夫曼编码,通过选择不同的进制实现对应的编码。运行程序,选择进制数后,输入信源个数、信源符号和概率进行相应进制的编码。编码结束后,输出编码结果,并计算平均码长、信息率、编码效率并判断是否满足克拉夫特不等式和变长编码定理。-Arbitrary two to nine the number of Huffman binary encoding, by selecting the corresponding realization of the different binary
Hx2664zip
- H.264的源代码,这是有某个外国的高手修改的H.264代码,主主要修改了运动估计部分,使的编码效率的到非常大提高。 已通过测试。 -H.264 source code, which is a foreign master to modify the H.264 code, the main part of modified motion estimation, so coding efficiency to very large raise. Has passed the test.
Huffman-coding-Information-Theory
- 帮别人做的一个信息论哈夫曼程序,通过信源个数,信源权重进行编码,可得到平均码长和编码效率,代码有注释,方便理解。-Someone else to do a theory Huffman program, through the number of sources, source coding weights can be obtained average code length and coding efficiency, code annotated, easy to understand.
Huffmancode_r
- 霍夫曼编码n元编码,可以计算出平均码长,编码效率-Huffman coding n-ary coding, can calculate the average code length, coding efficiency
Fanon
- 费诺编码n进制编码,可以计算出平均码长,编码效率-Fenno encoding n-ary coding, you can calculate the average code length coding efficiency
Huffman-Coding
- 哈夫曼编码的程序,输入任何字符,输出哈夫曼编码序列、所用的字符集、编码效率。解码部分暂不可用-Huffman coding procedures, enter any character, Huffman coding sequence output, the use of character sets, coding efficiency. Decoding section is not yet available
vb
- 本书是微软Visual Studio的资深专家Matthew Curland多年VB开发经验的总结,着重于解决VB程序员编程时所遇到的困难。 由浅入深、循序渐进地讲解了如何开发标准的VB代码、高级编程技巧、以及如何通过一些新算法的使用提高编码效率和性能。 附带的光盘提供了书中内容的相关代码,稍加扩展即可获得用户自定义类型、轻量对象系统、创建定制窗口以及函数重载功能。 盘中还提供了三个功能强大的类型库,对VB中使用的和由VB产生的类型库进行了修正。 本书适合高级程序员阅读,