CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - huffman coding

搜索资源列表

  1. Huffman_32

    0下载:
  2. 这个是用C写的哈夫曼编码与解码,起中间数据还用文件显示,以便大家观摩-this is written in C Huffman coding and decoding, starting with intermediate data file, so that we watch
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:30237
    • 提供者:许超雄
  1. HufmanCode

    0下载:
  2. 这是一个哈夫曼编码问题,对初学数据结构的同学有用!-Huffman coding, data structure for beginners students useful!
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:3829
    • 提供者:徐祥
  1. huffman

    0下载:
  2. 哈弗曼编解码器 输入一段文本 可以将其进行哈弗曼编码输出,画出生成哈夫曼树,编码表等-Hafu Man codec type in a text can be encoded output for Hafu Man, draw generate Huffman trees, coding table, etc.
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:1288092
    • 提供者:张子文
  1. hafuman

    0下载:
  2. 哈夫曼编码 用C++实现的哈夫曼编码表。-Huffman Coding with C++ Realized Huffman table.
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:8367
    • 提供者:jinhuafeng
  1. HuffmanTree

    0下载:
  2. 通过文本输入字母数据,统计输出这些字母出现的频率,并输出这些字母的哈夫曼编码结果!-Text input through letters, statistical output of the frequency of these letters and the output of the Huffman coding the result of those letters!
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:2629
    • 提供者:陈兴
  1. hafuman

    0下载:
  2. 数据结构课程中哈夫曼编码的应用 数据结构课程中哈夫曼编码的应用-Data structure course in the application of Huffman coding data structure course in the application of Huffman coding
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:2896
    • 提供者:sexboy
  1. Huffman

    0下载:
  2. 对一段文本中的字符串进行霍夫曼编码和解码,并显示各个字符对应的编码结果,并对编码后的内容进行解码并显示。-Huffman coding and decoding section of the text string and displays the coding results corresponding to each character, and encoded, decoded and displayed.
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:709
    • 提供者:zhongpeng
  1. HuffmanCoding

    0下载:
  2. HuffmanCoding,哈夫曼树压缩编码,实现了压缩及解压缩-HuffmanCoding, Huffman tree coding, compression and decompression
  3. 所属分类:Console

    • 发布日期:2017-11-11
    • 文件大小:2184980
    • 提供者:陈乾福
  1. g7221

    1下载:
  2. g7221是ITU的标准提案,主要应用了mlt变换技术,矢量量化技术和哈夫曼编码技术。中有g7221标准的中英文文档说明及实现的c源代码。-g7221 is the ITU standard proposal, the main application mlt transform vector quantization and Huffman coding techniques. In g7221 standards in English document describes the imple
  3. 所属分类:Console

    • 发布日期:2017-11-09
    • 文件大小:3108747
    • 提供者:王成
  1. HUFFMAN

    0下载:
  2. 霍夫曼编码,霍夫曼编码就是通过构造霍夫曼树来生成前缀码的过程-Huffman coding, Huffman coding is by constructing a Huffman tree to generate the prefix code
  3. 所属分类:Console

    • 发布日期:2017-11-12
    • 文件大小:139370
    • 提供者:
  1. Huffman

    0下载:
  2. 在控制台下编写的哈夫曼编码程序,压缩文件含有工程文件及一个实验报告。-Huffman coding procedures, written in the console under the compressed file containing the project file and a lab report.
  3. 所属分类:Console

    • 发布日期:2017-11-30
    • 文件大小:222772
    • 提供者:卡卡
  1. HuffmanTree

    0下载:
  2. 哈夫曼编/译码器 利用哈夫曼编码进行信道通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。 要求:一个完整的系统应具有以下功能: (1)初始化(Initialization)。从终端读入字符集大小n,以及n个字符和权值, 建立哈夫曼树,并将它存于文
  3. 所属分类:Console

    • 发布日期:2017-11-15
    • 文件大小:253538
    • 提供者:丁洁琼
  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. huffman

    0下载:
  2. 利用C++实现哈夫曼编码,进而实现二进制编码,以节省资源-Use C++ Huffman coding, thus achieving binary code, in order to save resources
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:1964
    • 提供者:yiran
  1. HaffumanCode

    0下载:
  2. 构造一棵哈夫曼树,并棵从上自下或从下自上对每个子叶编码-Huffman tree structure, and from the bottom or from the trees down from the coding from each cotyledon
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:1847
    • 提供者:Lamson
  1. hufff

    0下载:
  2. Huffman Coding with multiple string length. Mooj Gaar
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:21092
    • 提供者:Anmol
  1. HuaffmanTree

    0下载:
  2. 数据结构 哈夫曼编/译码器 功能: 1.初始化:输入一串字符(正文),计算不同字符 (包括空格)的数目以及每种字符出现的频率(以该种字符出现的次数作为其出现频率),根据权值建立哈夫曼树,输出每一种字符的哈夫曼编码。 2.编码:利用求出的哈夫曼编码,对该正文(字符串)进行编码,并输出。 3.译码:对于得到的一串编码,利用已求得的哈夫曼编码进行译码,将译出的正文输出。 输出哈夫曼树形态:以树的形式输出哈夫曼树。-Data structure Huffman encoding/d
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:720684
    • 提供者:屈兴
  1. Huffman-Tree

    0下载:
  2. 使用三叉链表实现的哈夫曼树,统计inputfile1.txt中各字符的出现频率,并据此构造Huffman树,编制Huffman 码;根据已经得到的编码,对01形式的编码段进行译码。 具体的要求: 1.将给定字符文件编码,生成编码,输出每个字符出现的次数和编码; 2.将给定编码文件译码,生成字符,输出编码及其对应字符。 -Emergence of the frequency of each character in the trigeminal lists using the Hu
  3. 所属分类:Console

    • 发布日期:2017-05-12
    • 文件大小:2870008
    • 提供者:yyy
  1. HuffmanCompress

    0下载:
  2. 一份大作业,基于Huffman(霍夫曼)编码实现的文本压缩,代码中对于Huffman树的创建、编码及压缩有详细的过程,包含一份文档-A great job, a text-based Huffman coding to achieve compression, Huffman code tree for creating, coding and compression process in detail, including a document
  3. 所属分类:Console

    • 发布日期:2017-05-09
    • 文件大小:1726912
    • 提供者:张稳龙
  1. Huffman_code

    0下载:
  2. Huffman编码 1、将信号源的符号按照出现概率递减的顺序排列。 2、将两个最小出现概率进行合并相加,得到的结果作为新符号的出现概率。 3、重复进行步骤1和2直到概率相加的结果等于1为止。 4、在合并运算时,概率大的符号用编码0表示,概率小的符号用编码1表示。 5、记录下概率为1处到当前信号源符号之间的0,l序列,从而得到每个符号的编码。-Huffman coding 1. Source symbols are arranged in order of decreasing
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:1928
    • 提供者:水云间
搜珍网 www.dssz.com