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

搜索资源列表

  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
    • 文件大小:182.81kb
    • 提供者:吉尔
  1. Huffman_GUI

    0下载:
  2. 对符号进行huffman编码和解码的程序,GUI界面,很好的学习压缩及解压缩技术。哈夫曼编/译码器V2.0
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:38.54kb
    • 提供者:LeeXianfeng
  1. haiming

    1下载:
  2. 该程序主要用于信息论与编码中海明码的课程设计,实现海明码的编码、译码、纠错,是一个不错的程序
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.38kb
    • 提供者:何安
  1. HuffmanTree

    0下载:
  2. 程序的主要功能是利用哈夫曼编码对数据进行无损压缩,实现Huffman 压缩的编码器和译码器。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3.2kb
    • 提供者:chen
  1. hafumanyimaiq

    0下载:
  2. 哈夫曼译码器简单程序,数据结构可能会用到。所以在这里传给大家
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.33kb
    • 提供者:马勇
  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. LZ78

    0下载:
  2. 实现LZ-78码的编码和译码程序,不必知道信源的概率分布,用于加深对LZ-78编码算法的理解。-Achieve the LZ-78 code encoding and decoding that we do not know the source of the probability distribution for the deepening of the LZ-78 encoding algorithm understanding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:57kb
    • 提供者:王世明
  1. 3

    0下载:
  2. 实现huffman编码和译码一条龙算法。可以自己输入编码长度与内容,输入权值,实现huffman编码,输出编码结果,接着译码,输出译码结果。程序刚试过,完全没有问题。-Huffman coding and decoding achieve the one-stop algorithm. Can enter the code length and content, enter the right value, the realization of huffman encoding, output
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:131.64kb
    • 提供者:潘洲旭
  1. huffman

    0下载:
  2. 这是一个霍夫曼编码程序,输入编码的源文件名,和译码文件名。可以得到对应的结果-This is a Huffman code procedure, enter the source code file name, and decoding the file name. Can get the corresponding results
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:16.98kb
    • 提供者:往往
  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. HuffmanCoding

    0下载:
  2. 本代码是基于VC++用C语言编写的哈弗曼编码 调试已通过 可使用 程序有待改善之处是译码程序没有 -The code is based on the VC++ Using C language debugging哈弗曼coding procedures have been through the use of room for improvement is the decoding process is not
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:12.59kb
    • 提供者:kenneth
  1. chengxu

    0下载:
  2. 键盘译码程序是开发项目中最常用到的程序,它的好坏,直接影响着整个程序!现在介绍一个使用非常广泛的Keil C51键盘译码程序。 在主程序中不断调用KeyBord(),可以不停地扫描键盘! -Keyboard decoding process is the most commonly used development process, it is good or bad, a direct impact on the entire process! Now describe a very
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:4.76kb
    • 提供者:于前锋
  1. Matlab

    1下载:
  2. 下面这个是汉明码编译码的matlab程序,希望有帮助于你们-matlab
  3. 所属分类:压缩解压

    • 发布日期:2013-07-31
    • 文件大小:1kb
    • 提供者:张清松
  1. d47

    0下载:
  2. 实现了七段译码显示 程序很简单 但是作为模块可以经常用的着的 -Achieved a seven-segment decoder display program is very simple but often used as a module with the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:23.44kb
    • 提供者:张亚芹
  1. arithmeticCoding

    1下载:
  2. 该程序实现了算术编码的编译码,并得到随机信源的输出码字和编码效率。-The program achieves the encoding and decoding of arithmetic coding, and gets the output code words and coding efficiency of the random sourse.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:1.53kb
    • 提供者:陈侯海
  1. HuffmanTree

    0下载:
  2. 本程序可以对任何大小的字符型文件进行Huffman编码,生成一个编码文件。 并可以在程序运行结束后的任意时间对它解码还原生成字符文件。即:先对一条电文进行输入,并实现Huffman编码,然后对Huffman编码生成的代码串进行译码,最后输出电文数字 -This procedure can be any size character files Huffman coding, to generate a code file. And can run it any time after th
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:934.74kb
    • 提供者:赵昕明
  1. Huffman

    0下载:
  2. 该程序实现了赫夫曼编码,对一串字符进行统计,进行赫夫曼编码,而且还可以译码-The program implements Huffman coding on a string of characters statistics, for Huffman coding, but also to decode
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:7.4kb
    • 提供者:王如凯
  1. Huffman-Trans

    0下载:
  2. 哈夫曼译码 win32写的小程序 可以实现编码后译码功能。-Huffman decoding win32 to write a small program can be encoded decoding.
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 简单的算数编码译码程序,输入需要操作的字符串即字符概率-Simple arithmetic codec program, enter the need to operate a string of characters that the probability
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1.87kb
    • 提供者:Liu Mengchen
  1. nls_jm

    0下载:
  2. 基于VC++的无链表SPIHT图像编码算法的译码程序 小波零树编码-Based on VC++ listless SPIHT image coding algorithm decoding program embedded zerotree wavelets
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-16
    • 文件大小:3.78mb
    • 提供者:
« 12 »
搜珍网 www.dssz.com