搜索资源列表

  1. hfm

    0下载:
  2. 从键盘输入n个叶字(字母)的权重,建立哈夫曼树及编码。并给出哈夫曼编码/译码系统。-N from the keyboard input of leaf characters (letters) the weight, the establishment of trees and Huffman coding. And gives Huffman encoding/decoding system.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:张公子
  1. huffman

    0下载:
  2. 静态的哈夫曼编码,从file.txt文件中读取字符,统计,并编码,输出到huffman-u.txt中-Static Huffman coding, the document read from file.txt characters, statistics, and coding, the output of the huffman-u.txt
  3. 所属分类:压缩解压

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:陈文杰
  1. huffman

    0下载:
  2. 哈夫曼树的代码实现,包括哈夫曼编码和解码过程。-Huffman code tree, including the Huffman encoding and decoding process.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:171008
    • 提供者:何平
  1. Huffman

    0下载:
  2. 哈夫曼树的建立和哈夫曼编码译码器。用C编写的。是学习数据结构的很好源代码-Huffman tree establishment and Huffman decoder. Prepared by C. Data structure is a good learning source code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:李阳
  1. ch6

    0下载:
  2. 用MATLAB实现哈夫曼编码的例程(以子函数形式给出) NORM2HUFF 哈夫曼编码器 对于输入向量,NORM2HUFF(X) 返回向量的哈夫曼编码后的码串
  3. 所属分类:书籍源码

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:宗常进
  1. 4

    0下载:
  2. 哈夫曼编码是一种编码方式,它是根据每一个字符出现的概率而建立起来的。哈夫曼编码借助树形结构构造,算法实现时使用链表或静态链表结构,空间的每个结点内有左子树、右子树、双亲指针。在构成哈夫曼树之后,为求编码需从叶子结点出发走一条从叶子到根的路径;而为译码需从根出发走一条从根到叶子的路径。-Huffman coding is an encoding method, which is the emergence of each of the
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:19456
    • 提供者:冰颜
  1. huffman

    0下载:
  2. 哈夫曼编码源程序,可以用于数据压缩的用处-Huffman source coding, data compression can be used for the usefulness of
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:张张
  1. wgf

    0下载:
  2. 由C语言实现对符号进行哈夫曼编码,输出码字,同时计算出信息传输率与平均码长-By the C language to realize Huffman symbols, the output code word, at the same time calculate the information transmission rate and the average code length
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:dc
  1. haffman

    0下载:
  2. 信息论与编码报告。内源程序为: 对给定信源符号进行哈夫曼编码,然后输出码字,平均码长,信息传输率。-Report of information theory and coding. Within the source as follows: for a given source symbols Huffman encoding, and then the output codeword, the average code length
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:26624
    • 提供者:dc
  1. HuffmanTree

    0下载:
  2. 1.构造对应的哈夫曼树 2.输出字符对应的哈夫曼编码 3.输入一串0 1代码,进行哈夫曼译码-1. Tectonic corresponding Huffman tree 2. Output characters corresponding Huffman 3. Enter the string 0 1 code, the Huffman decoding
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:280576
    • 提供者:陈良
  1. Huffman

    0下载:
  2. 通信实验指导:哈夫曼编码的matlab实现,有源码和详细文档-Communication experiment guide: Huffman coding matlab to achieve, there are source code and detailed documentation
  3. 所属分类:编程文档

    • 发布日期:2024-05-18
    • 文件大小:63488
    • 提供者:余未
  1. HUFFMAN

    0下载:
  2. 哈夫曼编码和译码,数据结构课程设计的作品-Huffman coding and decoding, data structure course design works
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:又红又专
  1. huffman

    0下载:
  2. 哈夫曼编码:输入一个文本文件(英文文本),剔除其中的非英文字符,并将英文字符统一转化为大写字符,然后统计各个字符的出现概率。创建哈夫曼树,给出编码表(即各字符的码字)及编码效率(带权路径长度)-Huffman Coding: Enter a text file (English version), excluding one non-English characters and English characters converted
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:k332
  1. qq

    0下载:
  2. 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。-The use of Huffman coding can greatly improve the communication channel utilization, reduce the information transmission time, lower
  3. 所属分类:汇编语言

    • 发布日期:2024-05-18
    • 文件大小:162816
    • 提供者:yan yao
  1. huffman

    0下载:
  2. c++实现的哈夫曼编码,内对变量和函数都有详细的注释-c++ achievable Huffman coding of variables and functions are detailed notes
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:古月
  1. Huffman

    0下载:
  2. 设计一个哈夫曼编码/译码系统,对一个文本文件中的字符进行哈夫曼编码,生成编码文件(压缩文件,后缀名.cod); 反过来,可将一个压缩文件译码还原成一个文本文件(.txt)。-The design of a Huffman encoding/decoding system, to a text file of characters Huffman encoding, to generate encoded file (compress
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:7168
    • 提供者:haitty1009
  1. haffman

    0下载:
  2. 利用C语言实现哈夫曼编码的文件压缩和解压缩,一个工程项目实践。-The use of C language Huffman compression and decompression of files, a practice project.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-18
    • 文件大小:37888
    • 提供者:谭宗浪
  1. hafuman

    0下载:
  2. 哈夫曼编码的完整试验报告 大家多多参考不要抄袭啊-Huffman complete test report we will not copy a lot of reference ah
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:26624
    • 提供者:李淳
  1. ba

    0下载:
  2. 利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼编/译码系统。 [基本要求]: (1)I:初始化(Initialization)。从终端输入一个长度不超过80的字符串(全部为大写字母且无空格
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:258048
    • 提供者:张巨松
  1. HUFFMANHFMBMYMQ

    0下载:
  2. 摘 要 1 前 言 2 正 文 4 1. 采用类C语言定义相关的数据类型 4 2. 各模块的伪码算法 5 3. 函数的调用关系图 7 4. 调试分析 8 5. 测试结果 9 6. 源程序(带注释) 10 总结 29 参考文献 30 致谢 31 摘 要 哈夫曼编码(Huffman Coding)是一种编码方式,以哈夫曼树—即最优二叉树,带权路径长度最小的二叉树,经常应
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:96256
    • 提供者:常亮
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org