CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 压缩解压 搜索资源 - 编码 译码

搜索资源列表

  1. FECDlg

    0下载:
  2. 2/3了FEC 编码/译码的一种算法,能纠正一位错误-2 / 3 of the FEC encoding / decoding algorithm, to correct an error
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3.21kb
    • 提供者:a
  1. huffman

    0下载:
  2. 实现了哈夫曼编码译码的功能,并且有详细的论文。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:79.5kb
    • 提供者:jack won
  1. tao

    1下载:
  2. 一份很完美的哈夫曼编码译码器得实习报告。源程序功能有编码,译码,打印哈夫曼树。是数据结构实习课得一个范例。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:15.12kb
    • 提供者:王涛
  1. HUffamn

    1下载:
  2. hafuman编码译码器,用c语言来实现的哈夫曼编码译码器
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.74kb
    • 提供者:mark
  1. huffman

    0下载:
  2. 关于哈弗曼树的编码译码,以及用文件形式输出的的算法
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3.21kb
    • 提供者:caowei
  1. LZW编码源程序

    0下载:
  2. 本程序实现了LZW编码,主要是针对文字压缩,自建码表,可实现编码和译码。-realized by the LZW coding is targeted mainly at text compression, self-table, achievable coding and decoding.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:19.63kb
    • 提供者:钟祖豪
  1. 哈弗曼树的编码与译码

    1下载:
  2. 哈夫曼编码 和哈弗曼树对文件的压缩 和解压缩
  3. 所属分类:压缩解压

    • 发布日期:2012-07-17
    • 文件大小:114.5kb
    • 提供者:haokua
  1. a.rar

    0下载:
  2. 哈夫曼编码译码系統,利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(既可以双向传输信息的信道),每端都需要一个完整的编/译码系统。本次设计就是为这样的信息收发站写的一个哈夫曼的编/译码器。,Huffman decoding systems, the use of Huffman encoding of information and communicati
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:45.7kb
    • 提供者:
  1. Huffman

    0下载:
  2. 哈弗曼编码和译码,完成这项功能 里面以TXT文档输入数据,自己写吧-huffman bianma heyima
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:1.25kb
    • 提供者:王俊
  1. hafumanbianmayumaqi

    0下载:
  2. 哈夫曼编码译码器,能在文章中查找和计算出字母的位置和字数。-Huffman decoder can find in the article and letters to calculate the location and number of words.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:13.77kb
    • 提供者:卓越
  1. hafuman

    0下载:
  2. 哈夫曼编码译码程序,实现读取文件,建树,编码译码,还原终端-Huffman decoding process, the achievement of reading documents, achievements codec, to restore the terminal
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:2.44kb
    • 提供者:胡东海
  1. hafuman

    0下载:
  2. 利用哈夫曼编码进行住处通讯可以大大提高信道利用率,缩短住处传输时间,降低成本,但是,这要求在发送端通过一个编码系统将传输的数据预先编码,在接收端通过一个译码系统对传来的数据进行译码(复原),对于双向传输信息的信道,每端都一个完整的编码译码系统,试为这样的住处收发站写一个哈夫曼友的编码译码系统.-Huffman coding for home use can greatly improve the communication channel utilization, shorten the res
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:7.37kb
    • 提供者:lizhi
  1. haffman

    0下载:
  2. 哈弗曼编码的递归实现算法,包括构造哈弗曼树函数,编码函数,译码函数和输出函数。-哈弗曼recursive coding algorithm, including the tree structure哈弗曼function, encoding function, decoding function and output function.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-02
    • 文件大小:117.58kb
    • 提供者:huangqiuxuan
  1. code

    0下载:
  2. 给定电文进行哈夫曼编码,给定编码进行哈夫曼译码,要求电文存储在文件1中,编码后的结果存储在文件2中,给定编码存储在文件3中,译码后的结果存储在文件4中。-Given the message Huffman, given Huffman code decoding request message is stored in the document 1, the result of coding is stored in the document 2, a given code is stored
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1.94kb
    • 提供者:sanghy
  1. Huffman-encoding-decoding

    1下载:
  2. 哈夫曼编码与译码,能对输入的字符(有权值)进行建树、编码、译码-Huffman encoding and decoding can input characters (right value) for contributions, coding, decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2014-12-08
    • 文件大小:3.69kb
    • 提供者:白杨
  1. suanshu

    0下载:
  2. 首先,计算出码元符号集中各个码元的累积概率,并存放在F数组里面。 然后,开始循环编码,直至输入序列循环完毕。 最后,将所得的累计概率由小数形式转化成二进制形式。 对解码。首先,计算码元符号集中各个码元的累积概率,并存放在F数组里面。 然后,开始循环解码,此次循环是在码元符号集中,由高概率码元向低概率码元循环,这是由于编码的输出肯定是不大于高概率码元的累积概率的。那么如果我们从高到底循环,所找到的第一个小于编码结果fs的码元即为所译码的码元。 最后,我们可以利用此码
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:1.18kb
    • 提供者:张继红
  1. Huffman

    0下载:
  2. 完美实现哈夫曼编码译码 用 vc++实现哈夫曼编码译码-Achieve perfect Huffman decoding using vc++ implementation Huffman decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:286.18kb
    • 提供者:wyshzz
  1. huffman

    0下载:
  2. huffman编码译码器,实现前提是消息中的字符及其频度均为已知量!-huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-29
    • 文件大小:72.59kb
    • 提供者:wujuan
  1. huffman

    0下载:
  2. 很好用的一个哈夫曼编码译码 自己已经通过运行 希望大家可以把它修改得更好-Huffman used a very good codec by running he had hope that we can modify it even better
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:1.56kb
    • 提供者:xj
  1. MATLAB霍夫曼Huffman编码译码

    0下载:
  2. MATLAB霍夫曼Huffman编码译码GUI界面设计 源程序代码(MATLAB Hoffman Huffman Code Decoding GUI Interface Design Source Code)
  3. 所属分类:压缩解压

    • 发布日期:2021-03-29
    • 文件大小:15kb
    • 提供者:Cc静静
« 12 3 4 5 »
搜珍网 www.dssz.com