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

搜索资源列表

  1. 常用的小波源程序

    0下载:
  2. 本目录存放的小波编码实现的源程序: 打开ezw2.dsw工作区,编译后可在\\ezw2\\ezw\\debug中找到编码可执行程序; 在\\ezw2\\unezw\\debug中找到解码可执行程序。-Wavelet realization of the source coding : Open ezw2.dsw work, compiled in \\ ezw2 \\ ezw \\ debug find executable code; In \\ ezw2 \\ unezw \\
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:141805
    • 提供者:何亮
  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. hafum

    0下载:
  2. 这是一个用C语言编写的哈夫曼编/译码器程序,与严蔚敏版数据结构习题的5.2相对应啊-This is a C language prepared by the Huffman encoder / decoder procedures, and Yan Wei-min data structure Exercise version 5.2 should be relatively ah
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2376
    • 提供者:火山
  1. decoding

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

    • 发布日期:2008-10-13
    • 文件大小:6027
    • 提供者:哈哈
  1. hfafumanbianmawenti

    1下载:
  2. 对任意输入的一段英文,为每个字符编制其相应的赫夫曼编码;并利用该编码为任意输入的0、1序列进行解码. -the indiscriminate importation of the English section to the preparation of each character corresponding Hefuman coding; The coding and use of indiscriminate importation of 0, a sequence decoder.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:72886
    • 提供者:jason
  1. h264_msvc_build

    0下载:
  2. 我自己做的ffmpeg的h264的decoder的vc++6.0的完整源代码(一个补丁和一个附加的vc工程目录),使用方法在压缩包内。 所依据的版本是2007.1.19 checkout的,修改后的vc版本运行速度与MinGW+gcc编译的最高运行速度基本相当(+/-2%)。 只能使用intel编译器,vc自带的编译器效率太低。 给我加点技术分吧!!!! -I do ffmpeg the h264 the decoder vc 6.0 of the integrity of the
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12709
    • 提供者:qgfhit
  1. Huff

    0下载:
  2. 利用哈夫曼编码构造的完整的编/译码系统,包括初始化、编码、译码、显示等,并将其输出在文件中。-The use of Huffman encoding the complete structure of the encoder/decoder system, including the initialization, encoding, decoding, display and output in the document.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:12139
    • 提供者:LCC
  1. huffmanTree

    0下载:
  2. 哈夫曼编/译码器:利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输入时间, 降低成本,但是,这要求发送端通过一个编码系统对待传输数据先进行编码,在 接收端将传来的数据进行译码。对于双工信道(可双向传输的信道),每端都需 要一个完整的编/译码系统。-Huffman encoder/decoder: the use of Huffman coding can greatly improve the communication channel utilization, infor
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:68049
    • 提供者:阿洒
  1. huffman

    0下载:
  2. 哈夫曼编码^译码器 数据结构经典实验 我们大多数情况下作为参考-^ Huffman decoder data structure of our classic experiment in most cases as a reference
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2043
    • 提供者:shenglong
  1. Huffman

    1下载:
  2. 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。这要求在发送端通过一个编码系统对待传输预先编码,在接收端将传来的数据进行译码。对于双工通道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。(功能非常完全)-The use of Huffman coding can greatly improve the communication channel utilization, reduce the info
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:257035
    • 提供者:zhengks
  1. adfsdfasd

    0下载:
  2. 解码器,播放器,VC,网络通讯 -Decoder, the player, VC, network communications
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:136537
    • 提供者:123456
  1. hafumanbianma

    0下载:
  2. (1) 初始化。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree.txt中。 (2) 编码。利用已建好的哈夫曼树,对文件ToBeTra.txt中的正文进行编码,然后将结果存入文件CodeFil.txt中。 (3) 译码。利用已建好的哈夫曼树将文件CodeFile.txt中的代码进行译码,结果存入文件Textfile.txt中。 -Huffman encoder/decoder
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:17329
    • 提供者:liukaibo
  1. Turbo.cpp

    0下载:
  2. Implementation of a turbo encoder/decoder cla-Implementation of a turbo encoder/decoder class
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:5134
    • 提供者:Jawahar
  1. Turbo.h

    0下载:
  2. Definition of a turbo encoder/decoder
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2984
    • 提供者:Jawahar
  1. huffman

    0下载:
  2. Huffman编码译码器 采用输入字符自行统计字符频度 建立哈弗曼树编码译码-Huffman coding decoder input characters using character frequency statistics to establish their own tree coding and decoding Havermann
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1553
    • 提供者:李四
  1. huffman

    0下载:
  2. 利用二叉树结构实现赫夫曼编/解码器。 基本要求: 1、初始化:能够对输入的任意长度的字符串s进行统计,统计每个字符的频度,并建立赫夫曼树 2、建立编码表:利用已经建好的赫夫曼树进行编码,并将每个字符的编码输出。 3、编码:根据编码表对输入的字符串进行编码,并将编码后的字符串输出。 4、译码:利用已经建好的赫夫曼树对编码后的字符串进行译码,并输出译码结果。 5、打印:以直观的方式打印赫夫曼树(选作) 6、计算输入的字符串编码前和编码后的长度,并进行分析,讨论赫夫曼编码的
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:1179910
    • 提供者:莫凡
  1. hafuman

    0下载:
  2. 利用二叉树结构实现哈弗曼编码器和解码器。根据输入的字符串中每个字符出此案的次数统计频度。-Using binary tree structure to achieve Hafu Man encoder and decoder. According to the input string the number of times each character a statistical frequency of the case.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6947
    • 提供者:33
  1. hfm

    0下载:
  2. huffman 哈夫曼编/译码器 利用哈夫曼编码进行通信可以大大提高1言道利用率,缩短信息传速时间,降低传输成本。但是.这要求在发送端通过一个编码系统对待传数据预先编码.在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输俏息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。 -huffman Huffman encoder/decoder to communicate using Huffman coding can
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1972
    • 提供者:尘封
  1. Huffman-decoder

    1下载:
  2. 哈夫曼编码译码c程序,通过C语言实现哈夫曼的编码及其译码-Huffman decoder c program
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1389
    • 提供者:张晓敏
  1. gfq

    0下载:
  2. LDPC code generator and encoder and decoder -LDPC code generator and encoder and decoder
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:16096
    • 提供者:linzhujun
« 12 »
搜珍网 www.dssz.com