CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - coding efficiency

搜索资源列表

  1. suanshubianmac++

    1下载:
  2. 用C++实现的算术编码源程序,短小精练,是编码方式中效率很高的编码方式-C arithmetic coding to achieve the source, the short concise, which is the encoding efficiency of the coding
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1526
    • 提供者:wdw
  1. HuffmanCodec

    0下载:
  2. 这是本人编写的一个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
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12604
    • 提供者:李伟
  1. JPEG2000C++

    0下载:
  2. jpeg2000的c++实现,可以参考它的程序结构,并可以测试编码的效率-JPEG2000 c realized, it can refer to the program structure, and to test the efficiency of coding
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3557690
    • 提供者:吴均
  1. fano_coding

    0下载:
  2. 费诺编码,使用STL实现。包含计算平均码长和编码效率功能-charges Connaught coding, the use of STL achieve. Includes calculation of the average code length coding efficiency and function
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2128
    • 提供者:shaivas
  1. w_ipp-sample-video_pu_4.1.008

    0下载:
  2. 利用 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
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:1356536
    • 提供者:黄云燕
  1. SpaceTimeCodingforSimlink

    0下载:
  2. 用simlink开发的space-time coding仿真模型,仿真的精度与效率有不小的提高-with simlink development of the space-time coding model, Simulation accuracy and efficiency are not a small increase
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:533421
    • 提供者:李子
  1. HuffmanCodingInformation

    0下载:
  2. 输入每个符号的概率,可以得到码长、码字,以及信源熵、平均码长和编码效率。-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.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:857
    • 提供者:chenyu
  1. dswMgr

    0下载:
  2. 工程资源管理器.它可以实现类似VC++中点击代码中的事件直接跳转到代码位置,有了它,你可以抛弃自带的工程管理器了,可以提高你的代码编写效率,节省编码时间。它还可以保存历史访问记录,直接定位访问次数最多的代码及窗体,允许和禁止编辑代码和窗体上的控件。应该说,从功能上,它绝对优于自带的管理器了。-Project Explorer. It can be achieved similar to VC++ in the Click event code in Jump direct to the code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:380415
    • 提供者:143
  1. huffman

    0下载:
  2. huffman编码译码的实现,通过huffman编码可以达到较高的编码效率-huffman code decoding to achieve, through the huffman coding can achieve higher coding efficiency
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-04
    • 文件大小:1196
    • 提供者:李冰
  1. csharpFieldswrapper

    0下载:
  2. c#编写的字段封装器,方便将字段自动封装成属性,提高程序的编码效率,提供源代码,推荐-c# wrapper field prepared to facilitate the field automatically packaged into a property, improve the process of coding efficiency, source code, recommended! !
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:94019
    • 提供者:ETop
  1. Fano

    0下载:
  2. c实现费诺编码,计算码字长度,编码效率,熵的计算-c realize Fenaux coding, computing code length, coding efficiency, the calculation of entropy
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:210335
    • 提供者:刘慧岭
  1. AdvanceVB

    0下载:
  2. 微软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
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-27
    • 文件大小:9882401
    • 提供者:virid
  1. Huffman3

    0下载:
  2. 根据实际需要输入信源个数和各个信源符号以及概率,进行三进制哈弗曼编码。编码结束后,输出编码结果,并计算平均码长、信息率、编码效率并判断是否满足克拉夫特不等式和变长编码定理。-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
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:487120
    • 提供者:李敏浩
  1. Huffman

    0下载:
  2. 实现任意二到九进制数的赫夫曼编码,通过选择不同的进制实现对应的编码。运行程序,选择进制数后,输入信源个数、信源符号和概率进行相应进制的编码。编码结束后,输出编码结果,并计算平均码长、信息率、编码效率并判断是否满足克拉夫特不等式和变长编码定理。-Arbitrary two to nine the number of Huffman binary encoding, by selecting the corresponding realization of the different binary
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:500520
    • 提供者:李敏浩
  1. Hx2664zip

    0下载:
  2. 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.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-15
    • 文件大小:795014
    • 提供者:弯曲
  1. Huffman-coding-Information-Theory

    0下载:
  2. 帮别人做的一个信息论哈夫曼程序,通过信源个数,信源权重进行编码,可得到平均码长和编码效率,代码有注释,方便理解。-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.
  3. 所属分类:Console

    • 发布日期:2017-11-15
    • 文件大小:1888
    • 提供者:Bernie
  1. Huffmancode_r

    0下载:
  2. 霍夫曼编码n元编码,可以计算出平均码长,编码效率-Huffman coding n-ary coding, can calculate the average code length, coding efficiency
  3. 所属分类:Communication

    • 发布日期:2017-04-11
    • 文件大小:659
    • 提供者:
  1. Fanon

    0下载:
  2. 费诺编码n进制编码,可以计算出平均码长,编码效率-Fenno encoding n-ary coding, you can calculate the average code length coding efficiency
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1043
    • 提供者:
  1. Huffman-Coding

    0下载:
  2. 哈夫曼编码的程序,输入任何字符,输出哈夫曼编码序列、所用的字符集、编码效率。解码部分暂不可用-Huffman coding procedures, enter any character, Huffman coding sequence output, the use of character sets, coding efficiency. Decoding section is not yet available
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:222466
    • 提供者:齐晓阳
  1. vb

    1下载:
  2. 本书是微软Visual Studio的资深专家Matthew Curland多年VB开发经验的总结,着重于解决VB程序员编程时所遇到的困难。 由浅入深、循序渐进地讲解了如何开发标准的VB代码、高级编程技巧、以及如何通过一些新算法的使用提高编码效率和性能。 附带的光盘提供了书中内容的相关代码,稍加扩展即可获得用户自定义类型、轻量对象系统、创建定制窗口以及函数重载功能。 盘中还提供了三个功能强大的类型库,对VB中使用的和由VB产生的类型库进行了修正。 本书适合高级程序员阅读,
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:5835776
    • 提供者:aaazz
« 12 3 »
搜珍网 www.dssz.com