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

搜索资源列表

  1. huffman

    0下载:
  2. 实现了哈弗曼编码,详细简绍了哈弗曼编码中哈弗曼树的建立过程。-the way to build a huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:163992
    • 提供者:刘乔羽
  1. Huffmana-tree

    0下载:
  2. 从终端输入字母和相应的频率 在内存中构造Huffman树 从终端输入任意的单词 以二进制形式输出编码后的文字(在屏幕上显示0或1表示相应的位) -Huffman tree constructed in memory from the terminal enter the letters and the corresponding frequency from the terminal to enter any word on the screen text to binary f
  3. 所属分类:Data structs

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

    0下载:
  2. 数据结构 c语言/c++ 哈夫曼树先序中序遍历得到后序层序遍历-Data structures c Language/c++ Huffman tree in preorder traversal is the order traversal
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1054
    • 提供者:核对
  1. Huffman

    0下载:
  2. 关于哈夫曼树的一个例子,包扩哈夫曼树和哈夫曼编码的存储表示,哈夫曼树的构造,以及哈夫曼树的编码-An example of the Huffman tree, including expansion of the storage representation of the Huffman tree and Huffman encoding Huffman tree structure, as well as the encoding of the Huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1488
    • 提供者:jack
  1. HuffMan

    0下载:
  2. 哈夫曼编码译码系统,设置发送者和接受者两个功能, 发送者的功能包括: ①输入待传送的字符信息; ②统计字符信息中出现的字符种类数和各字符出现的次数(频率); ②根据字符的种类数和各自出现的次数建立哈夫曼树; ③利用以上哈夫曼树求出各字符的哈夫曼编码; ④将字符信息转换成对应的编码信息进行传送。 接受者的功能包括: ①接收发送者传送来的编码信息; ②利用上述哈夫曼树对编码信息进行翻译,即将编码信息还原成发送前的字符信息。 -Huffman decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:302017
    • 提供者:卧龙
  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
    • 文件大小:963801
    • 提供者:Lisa
  1. huffman

    0下载:
  2. 用霍夫曼树进行文件的压缩和解压缩。包括计算字符频率,构建霍夫曼树,进行文件压缩,文件解压缩-Compress file or decompress file with huffman tree. The code include frequency counting, huffman tree building, textzip, decompression.
  3. 所属分类:Java Develop

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

    0下载:
  2. huffman编码压缩与解压 给定n个权值作为n个叶子结点,构造一棵二叉树,若带权路径长度达到最小,称这样的二叉树为最优二叉树,也称为哈夫曼树(Huffman tree)。-compress and decompress
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:345379
    • 提供者:rex
  1. huffman

    0下载:
  2. 利用二叉树结构实现赫夫曼编/解码器。 基本要求: 1、 初始化(Init):能够对输入的任意长度的字符串s进行统计,统计每个字符的频度,并建立赫夫曼树 2、 建立编码表(CreateTable):利用已经建好的赫夫曼树进行编码,并将每个字符的编码输出。 3、 编码(Encoding):根据编码表对输入的字符串进行编码,并将编码后的字符串输出。 4、 译码(Decoding):利用已经建好的赫夫曼树对编码后的字符串进行译码,并输出译码结果。 5、 打印(Print):以直观
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:586614
    • 提供者:小咩
  1. Huffman

    0下载:
  2. 该代码实现了哈夫曼树算法,简单易懂,调理清晰,非常适合初学者学习。-The code implements the Huffman tree algorithm, easy to understand, clear conditioning, ideal for beginners to learn.
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3463934
    • 提供者:Nancy Ye
  1. huffman

    0下载:
  2. 实现哈夫曼树的程序,用于数据结构课程学习参考-Huffman tree program, the reference for the data structures course
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:620158
    • 提供者:秦川
  1. huffman

    0下载:
  2. 哈夫曼树,自己写的huffman树,功能上可能有点问题,自己修改吧-Huffman tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-09
    • 文件大小:2590439
    • 提供者:金程晨
  1. Huffman

    0下载:
  2. huffman树的实现 可以参考下,内有注释-huffman tree implementation can refer to the following
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:442221
    • 提供者:包钧圳
  1. huffman

    0下载:
  2. 哈弗曼树的课程设计,数据结构课程项目,实现哈弗曼树的查询等功能。-Havermann curriculum design, tree data structures course project, query and other functions of the Huffman tree.
  3. 所属分类:Other systems

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

    0下载:
  2. huffman编码,用于压缩文件,解压文件,利用哈夫曼树-huffman encoding used to compress the file, unzip the file using the Huffman tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:1495796
    • 提供者:qian
  1. Huffman

    0下载:
  2. 用基于有堆排序的优先队列构建Huffman树,进行Huffman编码,实现文件压缩、解压缩。-Used to build the Huffman tree based on the priority queue have heapsort, Huffman encoding, file compression, decompression.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-05
    • 文件大小:2493
    • 提供者:王大可
  1. Huffman-tree-and-Parking-management

    0下载:
  2. 本程序是双工信道哈夫曼的编/译码器,该系统可进行字符与二进制码值间转换。栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。-This procedure is a duplex channel Huffman of knitting/decoder, this system can be character and the binary code value among conversion. Stack simulation parking lot to queu
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:3443
    • 提供者:李密
  1. Huffman

    0下载:
  2. 1、根据输入构造一棵哈夫曼树,要求该哈夫曼树的左子树小于等于右子树; 2、根据构造的哈夫曼树给出对应的编码;左子树的编码为0,右子树的编码为1; 3、输出各个字符对应的编码与平均编码长度; 4、根据输入的编码,结合构造的哈夫曼树给出对应的译码; 5、对带有不同权值的字符进行编码;使用自己实现的编码表对输入的‘0’‘1’代码进行译码。 -Less than or equal to 1, according to the input construct a Huffman tre
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:3739833
    • 提供者:Tracy
  1. Huffman

    0下载:
  2. 哈夫曼树,用哈夫曼树解决约瑟夫环问题 代码具有良好封装性-Huffman tree Huffman tree the Josephus problem code with good package
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-25
    • 文件大小:2070
    • 提供者:朱春明
  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
    • 文件大小:5056
    • 提供者:king
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com