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

搜索资源列表

  1. Huffman

    0下载:
  2. Huffman树 1.根据要求输入n个权值建立Huffman树 2.完成Huffman树编码并输出对应权值编码 -Huffman tree
  3. 所属分类:Data structs

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

    0下载:
  2. 输入字符以及对应的概率权值,构建哈夫曼树;通过程序计算出哈夫曼编码并输出结构-Enter the characters and the corresponding probability weights to construct the Huffman tree Huffman calculated by the program and output structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:946
    • 提供者:徐彬鹏
  1. Huffman

    0下载:
  2. 数据结构中huffman树,即最优二叉树-Huffman tree data structure, that is the optimal binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1623
    • 提供者:文月如
  1. Huffman

    0下载:
  2. 构造哈夫曼树,求字符的哈夫曼编码,输出字符的哈夫曼编码.-Huffman tree structure, find the character of the Huffman coding, the output character of the Huffman coding.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:956
    • 提供者:李阳
  1. huffman

    0下载:
  2. 算法与数据结构课程设计作业(赫夫曼树编译码器)详细代码-Data Structure Course Design (Huffman tree Codec)
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:4591
    • 提供者:罗成程
  1. huffman

    0下载:
  2. 用于实现c语言数据结构中哈夫曼编码的算法,并构造哈夫曼树-C language data structure used to implement the Huffman coding algorithm, and construct the Huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:106592
    • 提供者:于鑫
  1. huffman

    0下载:
  2. 在解某些判定问题时,利用哈夫曼树获得最佳判定算法。输入学生人数和0-59、60-69、70-79、80-89、90-100各等级分布比例,输出比较次数。-Determined in the solution of certain problems, determine the best use of the Huffman tree algorithm. Enter the number of students and 0-59,60-69,70-79,80-89,90-100 distribu
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1324
    • 提供者:赵明敏
  1. huffman

    0下载:
  2. 实现哈夫曼树,输入所需的数据,自动生成哈夫曼树,并输出-Achieve Huffman tree, enter the required data, automatically generate Huffman trees, and the output
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:865
    • 提供者:jorya19
  1. huffman

    0下载:
  2. 数据结构c语言版哈夫曼树算法-Data Structure c-language version of the Huffman tree algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:164563
    • 提供者:huang
  1. tree

    1下载:
  2. 1 建立二叉树 1)通过输入树的嵌套括号表示序列 2)根据前序遍历序列和中序遍历序列建立二叉树 3)建立哈夫曼树 2. 对于1中1),2)所建立的树进行如下操作: 1)查找结点 2)前序遍历 3)中序遍历 3 对于建立的哈夫曼树进行编码 4 输出二叉树的形状-1 Create a binary 1) by entering the sequence of the tree of nested brackets 2) According to the preorder traversal sequ
  3. 所属分类:Data structs

    • 发布日期:2015-01-05
    • 文件大小:3072
    • 提供者:leik
  1. Huffman

    0下载:
  2. 一个完整的系统应具有以下功能: (1)初始化 从终端读入一段英文字符,统计每个字符出现的频率,建立赫夫曼树,并将该树存入某文件; (2)编码 利用建好的赫夫曼树对各字符进行编码,用列表的形式显示在屏幕上,并将编码结果存入另一文件中; (3)解码 利用保存的赫夫曼编码,对任意输入的0,1序列能正确解码; -A complete system should have the following functions: (1) initialize a read from the t
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:616584
    • 提供者:木易
  1. Huffman

    0下载:
  2. 实现Huffman编码、解码功能。 主函数的流程:定义Huffman树T并初始化T。提示手动输入文本文件或者加载 已存在的文本文件,然后程序进入主菜单Main Menue(),根据输 入的选择项调用相应的函数、实现相应的逻辑功能。-Achieve Huffman encoding, decoding functions. The main function of the process: Define Huffman tree T and initialize T. P
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:74888
    • 提供者:eve
  1. huffman

    0下载:
  2. 从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树并将它存于文件hfmTree中。将已在内存中的哈夫曼树以直观的方式(比如树)显示在终端上; -Read from the terminal character set size n, and n-n-weight character and to build the Huffman tree and store it in the file hfmTree. Will have the Huffman tree in memory
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1295174
    • 提供者:张莹
  1. Huffman

    0下载:
  2. 数据结构:Huffman编码。哈夫曼编码是哈夫曼树的一个应用。哈夫曼编码应用广泛,如JPEG中就应用了哈夫曼编码。 哈夫曼树又称最优二叉树,是一种带权路径长度最短的二叉树。-Data structure: Huffman coding. Huffman coding is an application of the Huffman tree. Huffman coding is widely used, such as JPEG in the application of the Huffman
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1389
    • 提供者:mfeng
  1. huffman

    0下载:
  2. (1)根据所给的字符建立出哈夫曼树并由此获得哈夫曼编码,同时将哈夫曼编码存入hfmTree.txt文件中。 (2)利用建立好的哈夫曼编码将所给的文件编码,同时存入CodeFile.txt文件中。 (3)利用哈夫曼树及其编码将文件CodeFile.txt中的密码解码。同时将所需解码的文件以50字为一行输出,并输出解码后的文件。 -(1) According to the character of the establishment of a Huffman tree and thus
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:305799
    • 提供者:小缪子
  1. huffman

    0下载:
  2. 从文件中读入字符集大小n,以及n个字符和n个权值。构建哈夫曼树,对每个字符生成哈夫曼编码。从文件中读入需编码的字符串,利用哈夫曼编码,对字符串进行编码,编码结果保存在文件。-The character read from the file set size n, and n-n character and the right values. Construction of Huffman tree generated Huffman code for each character. Read f
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1455
    • 提供者:伍艳权
  1. Haffuman-Tree-

    0下载:
  2. 哈夫曼树的建立,对输入文件的内容字符进行统计编码,保存为01代码,然后在对其解码并验证。-Huffman Tree Construction, the character of the contents of the input files for statistical encoding, save for the 01 code, then decode it and verify.
  3. 所属分类:Data structs

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

    0下载:
  2. 构造哈夫曼树,应用深度优先与广度优先搜索……测试无误,欢迎交流-Huffman tree construction, application of depth first and breadth first search ... ... the test is correct, welcomed the exchange of
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1138
    • 提供者:陆云
  1. tree

    0下载:
  2. 数据结构,堆栈操作,二叉树建立、遍历操作,哈夫曼树输入、编码译码-Data structures, stack operations, build a binary tree, traversal, Huffman tree input, coding and decoding
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3838
    • 提供者:yangd
  1. huffman-tree

    0下载:
  2. 用优先队列实现哈胡曼树,实现程序的可模版化,不用浪费多余的时间去比较-Priority Queuing with Hu Ha Man Tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:719950
    • 提供者:林瀚驰
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com