CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编译器/词法分析 搜索资源 - 编码 译码

搜索资源列表

  1. 哈夫曼解码译码器c语言

    0下载:
  2. 使用动态哈夫曼树实现哈夫曼编码译码-use dynamic Huffman Tree Huffman Coding
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3.97kb
    • 提供者:王云云
  1. Raptor Code编译码VC++实现

    3下载:
  2. Raptor Code编译码VC++实现 包括编码和译码过程
  3. 所属分类:编译器/词法分析

  1. huffman.rar

    1下载:
  2. 实现用huffman编码的编码译码器,用C++和vc6.0实现,With implementation of the huffman encoding codecs
  3. 所属分类:Compiler program

    • 发布日期:2014-12-08
    • 文件大小:1014.03kb
    • 提供者:张文宇
  1. xunhuanma

    2下载:
  2. (7,3)循环码的编码和译码,还可以纠错一位,检错两位。在ketang-(7,3) cyclic code encoding and decoding, error correction can also be one of two error. In ketang
  3. 所属分类:Compiler program

    • 发布日期:2016-05-14
    • 文件大小:2.07kb
    • 提供者:sony
  1. beta3

    0下载:
  2. 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本,实现哈夫曼的编码译码-The use of Huffman coding to communicate can greatly improve channel utilization, shorten the transmission time information and reduce transmission costs, implementation Huffman encoding decoding
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:2.96kb
    • 提供者:yan
  1. Huffman

    0下载:
  2. 赫夫曼实现编码译码C++环境下运行! -Huffman coding to achieve coding
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:260.52kb
    • 提供者:sunshengsan
  1. bianyima

    1下载:
  2. 对这个编码译码器的要求是:打开一片英文文章,能统计该文章中每个字符出现的次数,然后以他们作为权值,对每一个字符进行编码,编码完成后再对其编码进行译码。 -Codec for this request is: Open an English article, to statistics of the article appears in the frequency of each character, and then their value as a right, for each encode
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-06-17
    • 文件大小:2.99kb
    • 提供者:
  1. job217

    1下载:
  2. 实现(2,1,7)卷积编码以及相应的viterbi译码-(2,1,7) convolutional code and the corresponding Viterbi decoding
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:1.46kb
    • 提供者:李响
  1. vvv

    0下载:
  2. 卷积码的编码、维特比译码,已调试成功,可直接使用-Convolutional code encoding, Viterbi decoding, has been debugged, can be used directly
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:696byte
    • 提供者:张楠
  1. hfm

    0下载:
  2. 实用的哈夫曼编码译码器-Practical Huffman decoder
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:2.7kb
    • 提供者:谢浩
  1. Havermann_source_coding_and_decoding_process

    0下载:
  2. 哈弗曼编码译码程序源码Havermann source coding and decoding proce-Havermann source coding and decoding process
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:19.16kb
    • 提供者:vnnx
  1. Projects

    0下载:
  2. Huffman编码译码,带图形界面,画Huffman树,读取,保存文件。查找替换内容-Huffman coding and decoding, with a graphical interface, drawing Huffman tree, read, save the file. Search and Replace content
  3. 所属分类:Compiler program

    • 发布日期:2017-05-19
    • 文件大小:4.95mb
    • 提供者:liuxiao
  1. RS255_239)(1)

    0下载:
  2. rs(255,239)的编码译码c++实现 英文版-rs (255,239) of the coding and decoding English version of c++ implementation
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:14.9kb
    • 提供者:hanyunmu
  1. HE2

    0下载:
  2. 编写一个赫夫曼编/译码系统。 主要功能: (1)构造赫夫曼树:根据输入的字符代码集及其权值集,构造赫夫曼树,输出字符的赫夫曼编码。 (2)编码:输入字符序列,输出对应的赫码序列。 (3)译码:输入赫夫曼码序列,输出原始字符代码。 -vc huffman
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:1.24kb
    • 提供者:liushen
  1. HaFumancompiler

    0下载:
  2. 哈弗曼编译器。主要功能有编码 译码 印哈弗曼树 印代码文件-Ha Fuman compiler. Coding and decoding the main function code files printed Hafu Man Tree India
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:194.99kb
    • 提供者:lyk
  1. HFTree

    0下载:
  2. 实现了哈夫曼编码译码系统,采用二叉树的中序遍历。C++语言描述-C++ HfmTree coding and decoding System
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1.04mb
    • 提供者:张鹭
  1. FEC

    0下载:
  2. 2/3编译码器,编码译码正确并能纠正错误-2/3 codec, it can encode and decode besides it can correct the error right
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:166.08kb
    • 提供者:mary
  1. experiment5

    2下载:
  2. :实现一个简单的哈夫曼编码/译码器,能根据一段电文设计赫夫曼 编码,并能用该编码对一段给定的电文进行译码。-welcome to use it
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:503.74kb
    • 提供者:雪蓉儿
  1. hafumanbianmayima

    0下载:
  2. 哈弗曼编码译码,vc++面向对象的实现方法-Hafu Man codec, vc++ object-oriented implementation
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:10.12kb
    • 提供者:tom
  1. 7

    0下载:
  2. 一个编码译码器。其实是上课作业。希望大家能够喜欢。-A codec. In fact, class job. I hope you will enjoy it.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:104.94kb
    • 提供者:chen Sijun
« 12 3 »
搜珍网 www.dssz.com