CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Huffman tree

搜索资源列表

  1. Huffman

    0下载:
  2. 用C++语言实现Huffman树的创建和输出Huffman编码-With C++ Language Huffman tree to create and output Huffman coding
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:8149
    • 提供者:谭明艳
  1. huffman

    0下载:
  2. huffman树的实现。对于压缩有很好的用途。 高效且简单-huffman tree realization. There are very good for compression purposes. Efficient and simple
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-26
    • 文件大小:5941
    • 提供者:huangxin
  1. huffman

    0下载:
  2. 一个完整的哈夫曼c代码,包括huffman树的构造,编码,解码。-Huffman c a complete code, including the huffman tree structure, encoding, decoding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:3814
    • 提供者:张高
  1. tree

    0下载:
  2. 数据结构C实现对二叉树的操作,有遍历二叉树的算法,统计叶子数,构造哈夫曼树。-C data structures to achieve the operation of binary tree, a binary tree traversal algorithms, statistical leaves the number of Huffman tree structure.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3638
    • 提供者:韩杰
  1. algraph_binary_tree_huffmantree

    0下载:
  2. 创建静态,动态的三叉霍夫曼树和编码,有向无环图的创建及拓扑排序,双向循环链表,表达式求值,单链表,集合在一起-Create static and dynamic Huffman tree of the trigeminal and coding, directed acyclic graph creation and topological sort, two-way circulation list, expression evaluation, single-chain, together
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:11674
    • 提供者:3230133
  1. Huffman

    0下载:
  2. 哈夫曼方面的编程实例,可以充分了解哈夫曼树的功能,以及对其结构的充分把握!-Huffman aspects of programming examples, can not fully understand the function of Huffman tree, as well as take full advantage of its structure!
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1941
    • 提供者:何松峻
  1. Huffman

    0下载:
  2. 编写一程序求Huffman树。主要内容包括: 设计数据结构,求出Huffman树。 模拟Huffman树的形成过程。 给出Huffman编码。 -Procedures for the preparation of a Huffman tree. The main contents include: the design of data structure, obtained Huffman tree. Huffman simulated the formation of the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:10178
    • 提供者:yili
  1. huffman

    0下载:
  2. 哈夫曼树的构造哈夫曼树,哈夫曼编码的构造和形成-Huffman tree structure of Huffman tree, Huffman coding structure and the formation of
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:5333
    • 提供者:程俊
  1. huffman

    0下载:
  2. 本代码用于对数据进行哈夫曼编码,从而得到哈夫曼编码树,进行数据查找-The code for Huffman coding of data, resulting in Huffman tree data search
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:1494
    • 提供者:Xu ZL
  1. compressor

    0下载:
  2. 本程序使用C++编写,在VC2005上调试,完成了文件的读取,文件字符的统计以及压缩率的显示,哈夫曼树的建立,哈夫曼编码的实现,文件转换为哈夫曼编码成为压缩文件以及文件从压缩状态进行解码。并且以对话框的形式和用户交流,程序方便实用,既可以对文本进行压缩,有可以对图像进行压缩,效果都不错。-This procedure using C++ Prepared in VC2005 debug completed documents to read, document characters as wel
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-03-06
    • 文件大小:3865152
    • 提供者:罗天银
  1. huffman

    0下载:
  2. huffman树的应用程序 源码以及功能说明-huffman tree-source applications, as well as function
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:13524
    • 提供者:李爽
  1. huffman

    0下载:
  2. 本源程序是数据结构课程设计用于赫夫曼树的建立-The source data structure courses are designed for the Huffman tree set up
  3. 所属分类:Other systems

    • 发布日期:2017-06-13
    • 文件大小:20822212
    • 提供者:
  1. huffman

    0下载:
  2. 数据结构中的huffman树的一个具体应用,适合刚开始学习数据结构的朋友!-Data structure of huffman tree to a specific applications, fit the beginning of the study data structure Friend!
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1642
    • 提供者:sophia
  1. huffman_encode

    0下载:
  2. 一个简单的对用户定义的字符串创建和可视化哈夫曼编码树的程序-A simple user-defined string to create and visualization procedures Huffman tree
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:24230
    • 提供者:danny911
  1. HUFFMAN

    0下载:
  2. 建立赫夫曼树,然后再由叶子到根实现赫夫曼编码。-Huffman tree set up, and then leaves to the root by the Huffman encoding implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:962
    • 提供者:鱼儿
  1. huffman_coding

    0下载:
  2. ) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code t
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:1037
    • 提供者:ria
  1. Huffmanencoderdecoder

    0下载:
  2. 在发送端通过一个编码系统对待传输数据编码. 在接收端将传来的数据进行译码. 一个完整的系统应具有以下功能: (1)初始化.从终端读入字符集大小,以及字符和权值,建立 哈夫曼树,并保存. (2)编码.利用以建好的哈夫曼树对正文进行编码,然后保存. (3)译码.利用已建好的哈夫曼树将文件中的代码进行译码,结果打印出来. -At the sending end through a coding system for encoding transmit data treat
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:3053
    • 提供者:
  1. Huffman

    0下载:
  2. 建立完整的赫夫曼树,及各种操作,其数据方法,为字母加空格-The establishment of a complete Huffman tree, and a variety of operations, methods of its data for the letter spaces
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2315
    • 提供者:rock
  1. hfmtree

    0下载:
  2. 哈夫曼树最优搜索算法。欢迎使用haffman编/译码程序,本程序是对报文进行---①编码 ②译码 ③ 打印等 ,让我们开始吧-Optimal Huffman tree search algorithm. Welcome to haffman encode/decode process, the procedure is carried out packet decoding--- ① ② ③ encoding Print, etc. Let' s get started!!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:2365
    • 提供者:写风
  1. Huffman

    0下载:
  2. 根据ascii码文件中各ascii字符出现的频率情况创建Haffman树,再将各字符对应的哈夫曼编码写入文件中,实现文件压缩。-In accordance with ascii code ascii characters in the document the frequency of the situation created Haffman tree, and then the character of the Huffman code corresponding to write docu
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:815858
    • 提供者:郭峰
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com