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

搜索资源列表

  1. huffman_tree(sjjg)

    0下载:
  2. 1、根据用户指定的字符表和频度的实际统计数据建立Huffman树; 2、其中其叶子结点表示字符的权值及父母、左、右孩子等结点的信息; 3、其左右分支分别用代码0、1表示; 4、本系统的目的是为用户提供编/译码系统,根据用户输入的字符依字符集的权值进行编码保存; 5、根据接收到的编码进行译码; 6、输出其内容-1, according to user-specified character tables and frequency of the actual statist
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2004
    • 提供者:陈静
  1. haffumanshu

    0下载:
  2. 程序利用哈夫曼树进行哈夫曼的编码和译码,请大家指点。-procedures for the use of Huffman tree Huffman encoding and decoding, please guidance.
  3. 所属分类:PropertySheet

    • 发布日期:2008-10-13
    • 文件大小:7120
    • 提供者:孟刚
  1. HUFMAN

    0下载:
  2. The two C source files in this archive are specific to the TRS-80 Model 4 with high-resolution graphics board. However, the code which performs Huffman enco- ding and decoding is of general interest. -The two C source files in this archive are
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5691
    • 提供者:王仲楼
  1. SPLINT

    0下载:
  2. The two C source files in this archive are specific to the TRS-80 Model 4 with high-resolution graphics board. However, the code which performs Huffman enco- ding and decoding is of general interest. -The two C source files in this archive are
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:23233
    • 提供者:王仲楼
  1. codeandencode

    0下载:
  2. 对一篇文章编码和解码,采用huffman 树的方法-an article on encoding and decoding, using the Huffman tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11580
    • 提供者:苗建新
  1. My_HuffmanCode

    0下载:
  2. 哈夫曼编码/译码程序 包含编码和译码程序,无须传权值表,模拟通讯中的二进制传输-Huffman encoding / decoding procedures include coding and decoding process, not right-table values, Analog Communication of binary transmission
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:92172
    • 提供者:blacksun
  1. hafumanbianma

    0下载:
  2. 这是哈夫曼编码译码的vc程序,在vc++6.0下编译通过,并运行正确 -This is Huffman coding decoding vc procedures, the vc 6.0 compile and run correctly
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10647
    • 提供者:
  1. AdaptiveHuffman

    1下载:
  2. 自适应huffman编码,即在编/解码过程中根据已编/解码数据来计算各个码字的概率,并动态调整huffman树。包括编码器和解码器。 在vc++.net 2003下开发-adaptive Huffman coding, that is the encoding / decoding process based encoding / decoding data to calculate various code word probability, Dynamic adjustment and
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:13157
    • 提供者:沈宏伟
  1. xiaoxiaoniao

    0下载:
  2. c++编写的哈夫曼编码和译码源程序,是数据结构课程设计的题目。是本人自己编的。-c prepared by the Huffman encoding and decoding source, the data structure is the subject of curriculum design. Yes, I own series.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13906
    • 提供者:尹鹏伟
  1. codecs13

    0下载:
  2. rle和huffman的集中编码解码-eps, and Huffman encoding and decoding of focus
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:35857
    • 提供者:吕知秋
  1. hufamnCode

    0下载:
  2. 哈夫曼编码译码的程序,详细大家能用的上。程序里面有注释-Huffman encoding decoding procedures, we can use the details on. There are procedures Notes
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:17901
    • 提供者:尹明
  1. MP3CoderDecoderSourceCodeBaseOnDSP

    0下载:
  2. mp3dec.h - The main header file defining the structures and functions in the decoder mp3dec.c - The main source file, including the main loop and most decoding functions mp3dec_D.h - The windowing function data huff.c - The huffman decoder (
  3. 所属分类:mpeg/mp3

    • 发布日期:2008-10-13
    • 文件大小:36513
    • 提供者:slam
  1. djkhfg

    0下载:
  2. 对文件中的数据进行哈夫曼编码和解码,列出给定数据的权重,列出左右孩子和父亲节点的列表,对任意数据进行进行哈夫曼编码和解码-to document the data Huffman coding and decoding, data presents given weight, shown around children and the father node list of arbitrary data for Huffman coding and decoding
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3350
    • 提供者:houny
  1. 15458462587421556

    0下载:
  2. Huffman编解码器的模拟实现 应用Huffman算法实现模拟编解码器,程序实现对输入的一篇英文文章(以 .txt文件读入),输出Huffman 码流(以 .txt文件输出),最好能实现译码过程。程序语言可以选用C、 VC或C++。-Huffman CODECs the simulation application Huffman algorithm simulation codecs, Programming on the importation of an article in Eng
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:187201
    • 提供者:吉尔
  1. huffman0607

    0下载:
  2. 数据结构课程设计,实现对文本文件的huffman编码和译码-data structure curriculum design, realization of the text file Huffman coding and decoding
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:63100
    • 提供者:cmooc
  1. huftree_CODE_SYSTEM

    0下载:
  2. 哈夫曼码的编/译码系统,实现功能:1.初始化 2.编码 3.译码 4.印代码文件 5.印哈夫曼树-Huffman code encoder / decoder system that functions : 1. Initialization 2. Code 3. Decoding 4. Indian code 5. India Huffman tree
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:111303
    • 提供者:wangyuliang
  1. huffman_tree_code

    0下载:
  2. Huffman编码与译码,实现数据结构树的功能。-Huffman coding and decoding, data structure tree functions.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3233
    • 提供者:tanyue
  1. shujujiegousuanfahuffamn

    0下载:
  2. 输入一段文本,统计其中字符出现的频率 设计相应的哈夫曼码 并完成对该段文本的编码与译码-input section of the text, statistics on the frequency of characters designed corresponding Huffman code and the complete text of the coding and decoding
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2305
    • 提供者:fanghe
  1. huffman_

    0下载:
  2. 利用哈夫曼编码,可以对一组数据编码和译码-use Huffman coding, on a group of data coding and decoding
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:44117
    • 提供者:侯晓婷
  1. huffmen

    0下载:
  2. 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接受将传来的数据进行译码。-use Huffman coding can be greatly improved communication channel utilization, shorten information transmission time and reduce transmission costs. However, this require
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1769
    • 提供者:熊杰
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 30 »
搜珍网 www.dssz.com