CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 赫夫曼编码

搜索资源列表

  1. datastructure

    0下载:
  2. 赫夫曼树编码 VC 源程序 界面开发 Huffman coding Huffman decoding 函数-Huffman tree visual c++
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:392728
    • 提供者:zhoupian
  1. Hoffman

    0下载:
  2. 这是我自己写的一个关于赫夫曼树及编码的建立和遍历的代码,当然不是太完美,但基本功能已经能实现。-It is my own written by a tree and codes about hoffman sentenced to establish and traversal code, of course, is not perfect, but the basic function can already achieved.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:5421
    • 提供者:李少
  1. hfm

    0下载:
  2. 赫夫曼树的编码程序 赫夫曼树的编码程序-Huffman tree
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:233422
    • 提供者:黄媛
  1. Huffmancodedesign

    0下载:
  2. 哈夫曼编码设计,一颗有N个接点的赫夫曼树共有2N-1个接点,并将其存在大小为2N-1的一维数组中,以便之后便于查找。-Huffman code design
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:6892
    • 提供者:张一鹏
  1. huffman

    0下载:
  2. 实现赫夫曼输的编码和译码功能把生成的树保存在一个文本里,编译时从中读取并编译-Implement Huffman encoding and decoding functions lose the generated tree stored in a text, the compilation from which to read and compile
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2039
    • 提供者:萧佳
  1. haffuman-

    0下载:
  2. 统计一篇文章中的26字母出现的次数,然后实现赫夫曼树的编码-Article statistics the number of occurrences of 26 letters, and then implement the Huffman coding tree
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1436
    • 提供者:sunying
  1. 5901f92db5a9

    0下载:
  2. 一个完整的系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立赫夫曼树,并将它存于文件hfmTree中。 (2) E:编码(Encoding)。利用已建好的赫夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3) D:译码(Decoding)。利用已建好的赫夫曼树将文件CodeFile中的代码进行译码,结果存入文件Textfil
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:230957
    • 提供者:mm
  1. hfm.txt

    0下载:
  2. 赫夫曼数编码的应用实现,做课程设计的同学注意喽-Huffman coding of the application implementation, students do pay attention to myself curriculum design
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1238
    • 提供者:liming
  1. shannon

    0下载:
  2. 赫夫曼和香农编码,源代码,C语言编写,挺有用处的拿来分享下-Huffman and Shannon codes, source code, C language, quite useful to them and share under the
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 赫夫曼编译码器,可以对字符进行编码和译码,还可以打印编码和赫夫曼树-Huffman codec
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:3191
    • 提供者:赵航
  1. Huffman

    0下载:
  2. 在第一个框输入一段文字(任何字符均可),点击“确认”按钮,然后点击规则,程序内部开始收集各个字符频率的频率,即字符权值。根据权值建立赫夫曼树,并对每个字符进行编码输出。再点击编码时,它便会输出开始输入的那段文字的编码。再根据规则,在倒数第二个在输入框输入由0和1的电文,点击译码,这时会输出电文相应的译码。-In the first box input a paragraph of text (any characters all but), and click ok button, and th
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:416746
    • 提供者:chen
  1. hoffman-and-cirqueue

    0下载:
  2. 数据结构队列的各种操作,包括判断队空,判断队满,入队,出队,显示现有元素和显示长度等六个操作;另外还有赫夫曼树的编码程序-the operation of cirqueue and hoffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2854
    • 提供者:彭水燃
  1. Huffman-tree

    0下载:
  2. 利用静态链表建立赫夫曼树,建树过程中左子树权值小于右子树权值,求各结点的编码。叶子结点的个数n及结点值由键盘录入-Using static linked list to establish a Huffman tree, set during the process of weight less than the right subtree subtree weights, and each node coding. Leaf node of the number N and node valu
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1347
    • 提供者:Loben
  1. Huffman

    0下载:
  2. 赫夫曼树的应用,该程序实现的是对已知的概率的字符进行编码。-The application of the Huffman tree, the program is to encode the character of a known probability.
  3. 所属分类:压缩解压

    • 发布日期:2017-04-17
    • 文件大小:224940
    • 提供者:tom
  1. Huffman

    0下载:
  2. 从文件中读取数据,统计各个字符情况,用赫夫曼码实现编码和译码。-Data read from the file, the statistics of each character, using the Huffman code encoding and decoding.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:18024
    • 提供者:mengzhen
  1. HuffmanTree

    0下载:
  2. 这个程序实现赫夫曼树的编码,加载后可以运行,仅供大家学习-This program implements the Huffman tree coding, the load can run, only for them to learn
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:118749
    • 提供者:程焱
  1. (2-4-8)huffman

    0下载:
  2. 要实现五个功能:接收原始数据、编码、译码、将编码和译码存档。通过系统的提示建立赫夫曼树并对载入的原文件进行编码,并保存到指定的文件中。另一方面对原文件进行译码,并将译码的结果保存到指定的文件中。对于编码和译码的操作中的文件导入,分为键盘输入和文件输入两种。-coding and decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-17
    • 文件大小:11277114
    • 提供者:张立健
  1. Huffman

    0下载:
  2. 赫夫曼树的建立与编码,集成环境为vc-Huffman tree establishment and coding, integrated environment for the vc++
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:1157
    • 提供者:风格
  1. huffff

    0下载:
  2. 基于赫夫曼的编码和解码,适合于数据结构初学者~-Huffman encoding and decoding based on
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:4053
    • 提供者:棉花
  1. Huffman

    0下载:
  2. 赫夫曼树的建树,编码,解码代码。数据结构的必修内容-Huffman tree achievements, encoding, decoding codes. Data structures required content
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3645
    • 提供者:leoo
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com