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

搜索资源列表

  1. JAVA_huffman

    1下载:
  2. 用Java实现哈夫曼编码,大家可以多学习学习-Huffman coding using Java to achieve
  3. 所属分类:Java Develop

    • 发布日期:2014-12-28
    • 文件大小:60815
    • 提供者:仲君
  1. HUFFMAN

    0下载:
  2. 运用哈弗曼编码实现文件的压缩与解压缩,有源码-HUFFMAN files encoded using the compression and decompression, a source
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:13801
    • 提供者:王怡
  1. AHC

    0下载:
  2. Adaptive-Huffman Coding自适应的Huffman压缩与解压缩。 在压缩与解压缩过程中动态地改变Huffman树,和编码。-Adaptive-Huffman Coding Adaptive Huffman compression and decompression. Compression and decompression in the process of changing the dynamic Huffman tree, and coding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:2028561
    • 提供者:star
  1. HuffmanExp

    0下载:
  2. 该代码是一个将当前读入的256色bmp文件进行Huffman编码的例子.基于MFC.-this code is a example of getting the huffman code of a 256_colors bmp file.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:112702
    • 提供者:禾路
  1. huff

    0下载:
  2. huffman编码以及二叉树的遍历,希望对大家有用-huffman coding, as well as the binary tree traversal
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 构造霍夫曼树,然后生成霍夫曼编码-Huffman Code
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:943
    • 提供者:Tony
  1. huffman_encode

    0下载:
  2. 本程序为huffman 编码示例程序。程序在VC6.0下可编译运行。-This procedure for sample procedures huffman coding. Procedures can be compiled to run under VC6.0.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:189457
    • 提供者:chenminhao
  1. rsa

    0下载:
  2. 数据结构典型算法的代码: huffman编码和译码的实现-Data structure of a typical algorithm code: huffman encoding and decoding achieve
  3. 所属分类:Data structs

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

    0下载:
  2. huffman编码,解码程序,C++代码编写。-huffman encoding and decoding procedures, C++ code to prepare.
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 哈夫曼编译码器课程设计源代码,实现的基本功能有(如初始化,编码,译码,印代码文件等)-Huffman codecs curriculum design source code, to achieve the basic functions (such as initialization, encoding, decoding, printing a document code, etc.)
  3. 所属分类:Education soft system

    • 发布日期:2017-04-01
    • 文件大小:1330
    • 提供者:林涛
  1. 12315641315

    0下载:
  2. 1.输入n个结点的权值和字符,不断选择最小值和次小值建成HUFFMAN树,如果从叶结点开始向上遍历译成HUFFMAN编码。然后把每个字符对应的码值显示出来。 2.输入任意字符串,转化成HUFFMAN编码 3.输入任意HUFFMAN编码,转化为字符串。 原理: 从给定的叶子及树重中选择最小和次小的两棵树构成一棵新树,所得的和放入森林中继续比较,重复以上步骤,直到仅剩一棵树,即为哈夫曼树。 -make your 123156131554
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:24681
    • 提供者:陈胜
  1. hfm

    0下载:
  2. 建立一个文本文件A,统计该文件中各字符的频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件B,再将Huffman编码文件译码成文件C,并对文件A与C进行比较。 要求:能够对dat、txt等类型文件进行压缩 -The establishment of a text file A, statistics that document the frequency of the characters, the characters of Huffman coding, th
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:307967
    • 提供者:张严明
  1. shujujiegou

    1下载:
  2. a.HUFFMAN树及HUFFMAN编码 任务:由用户输入n个结点权值,建立HUFFMAN树并输出HUFFMAN编码。 b.二叉树建立及相关算法实现 任务:按照广义表表达法建立二叉树,并实现二叉树的层次、先序、中序与后序遍历,以及输出树中叶子结点的结点值及叶子结点的个数。( 用递归或非递归的方法都可以) 要求能够输入树的各个结点,并能够输出用不同方法遍历的遍历序列;分别建立创建二叉树存储结构的的输入函数、输出层序遍历序列的函数、输出先序遍历序列的函数、输出后序遍历序列的函
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:45546
    • 提供者:李珊珊
  1. pcmandhuffman

    1下载:
  2. 使用PCM和Huffman编码进行数字通信系统的仿真,包含编码与解码完整过程。-Huffman coding and the use of PCM digital communication system simulation, including the integrity of the process of encoding and decoding.
  3. 所属分类:Multimedia program

    • 发布日期:2015-04-05
    • 文件大小:15041
    • 提供者:杨肖
  1. data

    2下载:
  2. 数据结构 哈夫曼编码实现文件压缩 带报告 直接能用-Huffman coding to achieve data structure with the report file compression can be used directly
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:161490
    • 提供者:yanyumeng
  1. huffmancode

    0下载:
  2. 对任意格式的文件进行huffman编码压缩与解码。-Any format of the file compression huffman encoding and decoding.
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 基于哈夫曼技术压缩和解压。 计算机中任意文件的读与存都是从缓存里面读取 0 、 1 代码转化成, 即文件其是就是二进制的。所以可以把每8位转换成相应的ASCII码。从而用哈夫曼编码, 将等长编码转化成非等长编码。-Huffman-based compression and decompression technology. Arbitrary files on your computer and keep reading it to read from the cache 0, 1 code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:9891
    • 提供者:梁超
  1. dsp_huffman_Coding

    0下载:
  2. 从huffman编码机制出发,利用DSP实现具体细则-A DSP IMPLEMENTATION OF HUFFMAN CODING TECHNOLOGY
  3. 所属分类:DSP program

    • 发布日期:2017-04-23
    • 文件大小:36846
    • 提供者:董行健
  1. 043127

    0下载:
  2. 利用Huffman编码实现数据的压缩-The use of Huffman coding to achieve data compression
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2376
    • 提供者:steven
  1. Huofuman

    0下载:
  2. 霍夫曼编码算法: 霍夫曼编码译码算法,请大家多多指教-Huffman Coding Algorithm: Huffman code decoding algorithm, the exhibitions please
  3. 所属分类:STL

    • 发布日期:2017-03-24
    • 文件大小:10364
    • 提供者:周杰
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com