搜索资源列表

  1. codestream

    0下载:
  2. 设计一个模块,从一个窜行数据流里检测出码流“11100”,这个模块包括reset,clk,datain及输出端pmatch-design a module from a trip data flow channeling Lane detected bitstream "11100", this module includes reset, clk, datain and output pmatch
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8886
    • 提供者:许嘉璐
  1. codestream

    0下载:
  2. 设计一个模块,从一个窜行数据流里检测出码流“11100”,这个模块包括reset,clk,datain及输出端pmatch-design a module from a trip data flow channeling Lane detected bitstream "11100", this module includes reset, clk, datain and output pmatch
  3. 所属分类:VHDL编程

    • 发布日期:2024-06-09
    • 文件大小:8192
    • 提供者:许嘉璐
  1. G729coder

    0下载:
  2. G.729音频压缩、解压缩到Matlab程序。使用方法详见readme文档。-Descr iption Most of G.729 source code is written in C.But this one is written in matlab. follow these steps to use it: 1.To coder a speech(ensure it as a row vector vari
  3. 所属分类:Audio

    • 发布日期:2024-06-09
    • 文件大小:239616
    • 提供者:Zachery Chen
  1. LZWSample

    0下载:
  2. 实现简单的LZW压缩算法,LZW压缩算法的基本概念:LZW压缩有三个重要的对象:数据流(CharStream)、编码流(CodeStream)和编译表(String Table)。在编码时,数据流是输入对象(文本文件的据序列),编码流就是输出对象(经过压缩运算的编码数据);在解码时,编码流则是输入对象,数据流是输出对象;而编译表是在编码和解码时都须要用借助的对象。字符(Character):最基础的数据元素,在文本文件中就是一个字节;字
  3. 所属分类:压缩解压

    • 发布日期:2024-06-09
    • 文件大小:5142528
    • 提供者:
  1. LZ

    0下载:
  2. 本次采用的是LZ78算法,LZ78的编码思想是不断地从字符流中提取新的缀-符串(String),通俗地理解为新“词条”,然后用“代 号”也就是码字(Code word)表示这个“词条”。这样一来,对字符流的编码就变成了用码字(Code word)去替换字符流(Charstream),生成码字流(Codestream),从而达到压缩数据的目的。-The algorithm uses a LZ78, LZ78 coding idea i
  3. 所属分类:压缩解压

    • 发布日期:2024-06-09
    • 文件大小:4363264
    • 提供者:陈娟

源码中国 www.ymcn.org