CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 搜索资源 - coding and decoding

搜索资源列表

  1. h_weight

    0下载:
  2. 哈夫曼码的编码译码系统 问题描述 利用哈夫曼编码进行信息通讯可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统将待传输的数据预先编码:在接受端通过一个译码系统对传来的数据进行译码(复原)。对于双向传输信息的通道,每端都需要一个完整的编码译码系统。试为这样的信息收发站编写一个哈夫曼码的编码译码系统。-Huffman coding code decoding system describes the use of Huffman coding informa
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.49kb
    • 提供者:赵传仕
  1. jpeg-mpeg编解码技术

    0下载:
  2. jpeg and mpeg 编解码技术源代码-Source code of coding/decoding method to jpeg-mpeg
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11.69mb
    • 提供者:陈西
  1. 无损压缩中的熵编码

    0下载:
  2. 用c语言编写的无损压缩中的熵编码的编码和解码程序! 很实用的!-prepared by the lossless compression of the entropy coding coding and decoding process! Very practical!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:88.1kb
    • 提供者:wangxiujun
  1. 动态哈夫曼的改进

    0下载:
  2. 来有人提出了一种动态的哈夫曼编码方法。动态哈夫曼编码使用一棵动态变化的哈夫曼树,对第t+1个字符的编码是根据原始数据中前t个字符得到的哈夫曼树来进行的,编码和解码使用相同的初始哈夫曼树,每处理完一个字符,编码和解码使用相同的方法修改哈夫曼树,所以-was raised to a dynamic Huffman coding method. Dynamic Huffman coding using a dynamic changes in the Huffman tree for the firs
  3. 所属分类:PropertySheet

    • 发布日期:2008-10-13
    • 文件大小:6.31kb
    • 提供者:wzh
  1. latttools-0.1.2.tar

    0下载:
  2. Lattice coding and decoding
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:307.16kb
    • 提供者:Yi Zheng
  1. convolutional_encoder_viterbi_decoder_simulation.r

    3下载:
  2. 该文件夹给出了卷积编码、交织及维特比软译码仿真程序-The folder is a convolutional coding, weaving and Viterbi decoding software simulation program
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7.2kb
    • 提供者:张国梅
  1. DECOC

    0下载:
  2. 本程序是码分多址系统即CDMA系统的编码和解码仿真程序-this procedure is that the CDMA CDMA system of coding and decoding simulation program
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:859byte
    • 提供者:cqj
  1. xunhuanma

    0下载:
  2. 利用MatLab软件,实现一种或几种循环码的编译码过程。再现编码和译码的步骤,绘制有关的性能曲线和波形图,并且能检错和纠错。-use MatLab software, to achieve one or a few recycling code encryption process. Reproduction coding and decoding steps, drawing on the performance curve and waveform map, and can, and err
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10.34kb
    • 提供者:李家军
  1. RS进行编译码的同时进行查错功能

    2下载:
  2. rs编码译码的详细过程,界面友好,可进行编译码的同时进行查错功能-rs detailed process of coding and decoding, friendly interface, can be encoding and decoding functions, while the error checking
  3. 所属分类:界面编程

    • 发布日期:2012-11-04
    • 文件大小:3.41mb
    • 提供者:谷跃
  1. CadTool_ETRI_Final

    1下载:
  2. This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN -
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:184.93kb
    • 提供者:Ho Joon Lee
  1. coding-and-decoding

    0下载:
  2. 信源编码与解码和效率计算,内涵文档,主要用于计算哈弗曼的编码和解码,同时计算效率,和各个字符出现的概率-houghman
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:438.14kb
    • 提供者:mr.li
  1. robstance

    0下载:
  2. In this paper we propose a watermarking system that uses the biorthogonal discrete wavelet transform, DWT and the message is encoded before embedding. The proposed watermarking method is very simple, implying four steps: turbo coding of
  3. 所属分类:ComboBox

    • 发布日期:2017-04-01
    • 文件大小:306.5kb
    • 提供者:atefe
  1. matlab-convolution-code-program

    0下载:
  2. 文档里是基于matlab的卷积码编码,和维特比译码的程序。-Documentation is based on matlab convolution coding, and Viterbi decoding procedures.
  3. 所属分类:EditBox

    • 发布日期:2017-04-15
    • 文件大小:7.46kb
    • 提供者:刘小喵
  1. recoding-test

    0下载:
  2. 完成Huffman编解码的程序,并验证Huffman编码的无损性-Complete Huffman decoding process, and test condition of Huffman coding
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-15
    • 文件大小:89kb
    • 提供者:Phildp
搜珍网 www.dssz.com