CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - decoding

搜索资源列表

  1. BCH

    1下载:
  2. 一个解码的类,常用在条形码的解码中,是老外写的比较实用-a decoder category, commonly used in bar code decoding, the foreigner is more practical writing
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3511
    • 提供者:刘怀国
  1. huffman_cdoe

    0下载:
  2. 多个Huffman编码、解码器的程序,对数据结构的学习者很有用。-over Huffman encoding, decoding device procedures, data structures useful to learners.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:75450
    • 提供者:龚文引
  1. dataS2

    0下载:
  2. 数据结构综合实验,有各种排序算法和计算排序时间,最短路径算法,huffman编码解码.用图形界面实现.在jbuilder2006下运行通过.-comprehensive experimental data structure, various sorting algorithm and sorting time, the shortest path algorithm, Huffman encoding and decoding. Using a graphical interface to a
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:220044
    • 提供者:陈为
  1. 数据结构好冬冬

    1下载:
  2. 哈夫曼编码译码,克鲁斯卡尔算法,魔王语言的解释,一元稀疏多项式相乘,C-Huffman encoding decoding, Kelushikaer algorithm, fiendish language interpretation, one yuan sparse polynomial multiplication, C
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:46904
    • 提供者:qjsky
  1. codeandencode

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

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

    0下载:
  2. 实现解码的程序(使用的是解码规则)-achieve decoder (codec is used in the rules)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6027
    • 提供者:哈哈
  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. 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. hufamnCode

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

    • 发布日期:2008-10-13
    • 文件大小:17901
    • 提供者:尹明
  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. 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. huffmanbianmayima

    0下载:
  2. 哈夫曼编码译码,wewewew我 -Huffman encoding decoding, I wewewe w
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7480
    • 提供者:112358
  1. ba

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

    • 发布日期:2008-10-13
    • 文件大小:10289
    • 提供者:张巨松
  1. huffman

    0下载:
  2. 输入一段英文字符,试为该文中的每个字符编制相应的哈夫曼码。 (1)I:初始化(Initialization)。对输入的一段英文中的每个字符统计其权值,建立哈夫曼树; (2)E:编码(Encoding)。利用已建好的哈夫曼树,对每个字符进行编码。 (3)D:译码(Decoding)。利用已建好的每个编码,对输入的一个由0、1组成的序列进行译码; (4)P:印代码文件(Print)。将每个字符编的哈夫曼码和译码结果显示在终端上。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1954
    • 提供者:权飞龙
  1. taosheng

    1下载:
  2. 1)I:初始化(Initialization)。从终端读入电文,写到tobetrans文件中,统计电文的字符集合和对应的权值集合,建立哈夫曼树,并将哈夫曼树存于文件hfmtree中。 (2)C:编码(Coding )。利用已建好的哈夫曼树(如不在内存,则从文件hfmtree中读入),对文件tobetrans中的正文进行编码,然后将结果存入文件codefile中。 (3)D:译码(Decoding)。利用已建好的哈夫曼树将文件codefile中的代码进行译码,结果存入文件textfile中
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9603
    • 提供者:王涛
  1. Hfmtree编译码器

    0下载:
  2. 利用哈夫曼编码进行通信可以大大提高通信信道利用率,缩短信息传输时间,降低传输成本。这要求在发送端通过一个编码系统将传输数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双工传输信息的信道),每端都需要一个完整的编/译码系统。为这样的信息收发站设计的一个哈夫曼编/译码系统。-use Huffman coding communication can greatly enhance communication channel utilization, reduced transm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2081
    • 提供者:cuckoo
  1. RMDecoder

    0下载:
  2. 本文为LTE中reed-muller码的译码程序,译码算法用的是FHT(快速哈达玛变换)。-This article LTE in the reed-muller code decoding process, decoding algorithm using a FHT (Fast Hadamard Transform).
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:185306
    • 提供者:童超
  1. Huffman--coding-and--decoding

    0下载:
  2. 根据《数据结构》(严蔚敏)提供的算法,编写的HUFFMAN编译码程序,工行能做了一定的扩展。 可实现以下功能: (1)输入一段字符串,统计其中每个字符的频度 (2)求每个字符的HUFMAN-CODE (3)对(1)中的字符串译码 (4)对(3)中的译码再解码.-huffman coding and decoding program
  3. 所属分类:Data structs

    • 发布日期:2017-03-21
    • 文件大小:8527
    • 提供者:lsh
  1. Huffman-encoding-and-decoding

    0下载:
  2. 用c++实现了哈夫曼的编码和译码。C + + implementation of the Huffman encoding and decoding-C++ implementation of the Huffman encoding and decoding
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:353125
    • 提供者:lhd
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com