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

搜索资源列表

  1. 曼哈夫树

    0下载:
  2. 这是一个有关哈夫曼编码的软件,包括哈夫曼的编码和翻译.-A program shows how to implement the Huffman code contains encoding and decoding
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:22.28kb
    • 提供者:丁一
  1. 构建哈夫曼树

    0下载:
  2. 利用C语言构建哈夫曼树 能够模拟哈夫曼树的构建过程,对理解有帮助-C language Construction Huffman tree to simulate the Huffman tree building process, help to understand
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:989byte
    • 提供者:郭郭
  1. huffmanenc

    0下载:
  2. huffman编码的程序 根据huffman算法统计概率 算出码书 然后编码
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1.59kb
    • 提供者:signal
  1. huffmandec

    0下载:
  2. huffman码的解码器 根据码书 给一个二进制的码流文件解码
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:909byte
    • 提供者:signal
  1. Huffman编码以及解码程序

    0下载:
  2. 霍夫曼编码 提供基本内核 下载后用户可根据需要根改-Huffman code, provides the fundamental core, you can modify it as your wish after downloading it.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:14kb
    • 提供者:卢林
  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-10
    • 文件大小:1.23mb
    • 提供者:张子文
  1. huffman

    0下载:
  2. very fast huffman code
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:299.98kb
    • 提供者:Hung Nguyen
  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-03
    • 文件大小:709byte
    • 提供者:zhongpeng
  1. Huffman

    0下载:
  2. 用C++的模板类实现的霍夫曼树及其编码过程,可视地展示霍夫曼树的结构。-Huffman tree and its encoding process to achieve C++ template class, visual display of the structure of the Huffman tree.
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:941.21kb
    • 提供者:Lisa
  1. huffman

    0下载:
  2. 一段描写霍夫曼树的代码,是一段详细的源代码,应用于密码-Some descr iption of the code of the Huffman tree, is a detailed source code. Applies to password
  3. 所属分类:Console

    • 发布日期:2017-11-25
    • 文件大小:4.94kb
    • 提供者:king
  1. HUFFMAN

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

    • 发布日期:2017-11-13
    • 文件大小:136.1kb
    • 提供者:
  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-12-01
    • 文件大小:217.55kb
    • 提供者:卡卡
  1. Huffman

    0下载:
  2. 实现了哈夫曼树,以及使用哈夫曼树进行简单的编码,初学仅供参考-Implementation of a Huffman tree, and the use of Huffman tree for simple code, beginners are for reference only
  3. 所属分类:Console

    • 发布日期:2017-11-23
    • 文件大小:937.11kb
    • 提供者:lvlin
  1. Huffman-

    0下载:
  2. 用c语言编写的创建哈弗曼树的代码,代码涉及到创建哈弗曼树,遍历哈弗曼树-C language code to create the Huffman tree, the code involves creating the Huffman tree, traverse the Huffman tree
  3. 所属分类:Console

    • 发布日期:2017-11-13
    • 文件大小:764byte
    • 提供者:杰杰
  1. Huffman

    0下载:
  2. 一个霍夫曼树实现的小程序,适合初学者学习-A Huffman tree on the small procedures, suitable for beginners to learn
  3. 所属分类:Console

    • 发布日期:2017-12-01
    • 文件大小:3.13kb
    • 提供者:ghj
  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
    • 文件大小:1.84kb
    • 提供者:Bernie
  1. huffman

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

    • 发布日期:2017-04-13
    • 文件大小:1.92kb
    • 提供者:yiran
  1. Huffman-Compressed-file-systems

    0下载:
  2. 哈弗曼算法及文件压缩系统实现,原创精品,属于一次实战所做-Huffman compression algorithm and file system implementation, original fine
  3. 所属分类:Console

    • 发布日期:2017-05-07
    • 文件大小:1.38mb
    • 提供者:
  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
    • 文件大小:2.74mb
    • 提供者:yyy
  1. Huffman

    0下载:
  2. 从txt读取数据,建立赫夫曼树,以及打印赫夫曼编码,平台是Visual Studio 2013-Read data txt, build Huffman tree, and print Huffman encoding, the platform is Visual Studio 2013
  3. 所属分类:Console

    • 发布日期:2017-12-13
    • 文件大小:2.67mb
    • 提供者:水心月
« 12 3 »
搜珍网 www.dssz.com