搜索资源列表

  1. 费诺编码

    0下载:
  2. 一个费诺编码器,输入N个总和为1的小数,就可以得到N个费诺码-a fee Connaught encoder input N sum of a minority, it can be N Connaught yards charges
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:43994
    • 提供者:懂懂懂
  1. 用C++实现huffman编码,算术编码,位平面编码,游程编码,预测编码,香农费诺编码

    1下载:
  2. 用C++实现huffman编码,算术编码,位平面编码,游程编码,预测编码,香农费诺编码,只需在对话框中选择功能就可以实现
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2009-04-02
    • 文件大小:231477
    • 提供者:yanghaocouple
  1. 费诺编码

    0下载:
  2. 一个费诺编码器,输入N个总和为1的小数,就可以得到N个费诺码-a fee Connaught encoder input N sum of a minority, it can be N Connaught yards charges
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-11
    • 文件大小:44032
    • 提供者:懂懂懂
  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. 所属分类:其他小程序

    • 发布日期:2024-06-11
    • 文件大小:2048
    • 提供者:shaivas
  1. feinuo

    0下载:
  2. 用C++实现费诺编码 通过输入一系列的概率值得到最优化的输出-C coding to achieve cost Connaught through a series of input probability deserves to optimize the output
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-06-11
    • 文件大小:4096
    • 提供者:
  1. feinuovc

    0下载:
  2. 用vc实现了费诺编码,香农编码等,在同一个窗口中实现了不同的编码-vc used to achieve the fee Connaught coding, coding Shannon, in a window with the realization of the different coding
  3. 所属分类:C#编程

    • 发布日期:2024-06-11
    • 文件大小:114688
    • 提供者:
  1. xinxilunbianma

    0下载:
  2. 香农编码,费诺编码,霍夫曼编码,这是一个演示软件(原工程)-Shannon coding, Connaught fee coding, Huffman coding, this is a demo software (original works)
  3. 所属分类:软件工程

    • 发布日期:2024-06-11
    • 文件大小:114688
    • 提供者:
  1. encoding

    0下载:
  2. 该代码基于VC开发平台,能演示三中编码方法:香农,霍夫曼,费诺编码,经过测试,运行稳定!-code based on the VC development platform, which can display three coding method : Shannon, Hoffman, Connaught fee coding, After testing, operation stability!
  3. 所属分类:其他小程序

    • 发布日期:2024-06-11
    • 文件大小:115712
    • 提供者:陈天
  1. FanocodingMFC

    0下载:
  2. 根据输入的概率完成对各个概率值的编码,是对本网站下载的一个费诺编码程序的改进,本网站的费诺编码程序的输入值得检验作的不好,当输入码的个数超过概率的输入的个数时,编码实际上是错误的,本段代码可以避免上述情况的出现,使得程序更加完美。-imported under the probability of completion of all probability value of the coding, This site is a down
  3. 所属分类:对话框与窗口

    • 发布日期:2024-06-11
    • 文件大小:1974272
    • 提供者:王顺
  1. xiangnongfeinuo

    0下载:
  2. 实现了香农费诺 编码的源码函数,下面的字凑个数-Shannon realized Fenno encoded source function, the following number of words put together
  3. 所属分类:压缩解压

    • 发布日期:2024-06-11
    • 文件大小:1024
    • 提供者:岳庆兴
  1. FANO

    0下载:
  2. fano(费诺编码)。信息论与编码必作实验之一。-fano (Fenno encoding). Information theory and coding, one must experiment.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-11
    • 文件大小:1024
    • 提供者:daniel
  1. feinuo

    0下载:
  2. 费诺编码的实现,通过C++来实现费诺编码的编码过程-Fenno-encoded to achieve, through the C++ Fenno coding to achieve coding process
  3. 所属分类:邮电通讯系统

    • 发布日期:2024-06-11
    • 文件大小:2048
    • 提供者:LY
  1. bianma

    0下载:
  2. 实现哈夫曼编码,香农-费诺编码,RLE行程编码-The realization of Huffman coding, Shannon- Fenno encoding, RLE Run-Length Coding
  3. 所属分类:压缩解压

    • 发布日期:2024-06-11
    • 文件大小:3072
    • 提供者:牟尼
  1. feinuo

    0下载:
  2. 信息论与编码 费诺编码源程序信息论与编码-Fenno information theory and coding source coding information theory and coding
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-11
    • 文件大小:1024
    • 提供者:王燚
  1. feinei

    0下载:
  2. 费诺编码的步骤: A 将概率按从大到小的顺序排列 B 按编码进制数将概率分组,使每组概率和尽可能接近或相等。 C 给每组分配一位码元 D 将每一分组再按同样原则划分,重复b和c,直到概率不再可分为止 -Fenno coding steps: A will be by the smallest probability of the order B-band number will be coded according
  3. 所属分类:其他小程序

    • 发布日期:2024-06-11
    • 文件大小:1024
    • 提供者:王燚
  1. fano_coding

    0下载:
  2. fano coding 费诺编码,数据结构和算法经典问题,c++实现.-Fenno fano coding coding, data structures and algorithms classic problems, c++ realize.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-11
    • 文件大小:1024
    • 提供者:
  1. ImageCoding

    0下载:
  2. 具有编码功能(包括霍夫曼编码、香农-费诺编码、算法编码、位平面编码)-With encoding function (including Huffman coding, Shannon- Fenno encoding, encoding algorithm, bit-plane coding)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-11
    • 文件大小:229376
    • 提供者:mayanyan
  1. fano

    0下载:
  2. 用vc++实现香农编码、费诺编码、哈夫曼编码-With vc++ Achieve Shannon coding, Fenno coding, Huffman coding
  3. 所属分类:Windows编程

    • 发布日期:2024-06-11
    • 文件大小:2048
    • 提供者:李明
  1. feiluobianma

    0下载:
  2. 本文是信息论与编码里的费诺编码,此编码通俗易懂,并且能达到实际的效果-This is the information theory and coding in the Fenno coding, the code easy to understand, and to achieve practical results
  3. 所属分类:C#编程

    • 发布日期:2024-06-11
    • 文件大小:4096
    • 提供者:花剑
  1. XIANGNONG

    0下载:
  2. 香农—费诺编码的MATLAB实现,程序已在,可直接运行-Shannon- Fenno encoded MATLAB realization of the process had been in the direct operation
  3. 所属分类:matlab例程

    • 发布日期:2024-06-11
    • 文件大小:1024
    • 提供者:lishenwei
« 12 3 4 5 6 7 »

源码中国 www.ymcn.org