CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 编码 译码

搜索资源列表

  1. rsa

    0下载:
  2. 数据结构典型算法的代码: huffman编码和译码的实现-Data structure of a typical algorithm code: huffman encoding and decoding achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3216
    • 提供者:ly weimar
  1. Haffman

    0下载:
  2. 哈弗曼树的编码与译码 采用VC++6.0编译-Haffmantree encoding and decoding using VC++6.0 compiler
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1527
    • 提供者:koolchs
  1. hong

    0下载:
  2. turbo乘积码编码,译码,迭代的宏单元-turbo product code encoding, decoding, iterative macrocell
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:544
    • 提供者:风中
  1. juanjijiaozhi

    0下载:
  2. turbo乘积码编码,译码中交织器的程序-turbo product code encoding, decoding process in the interleaver
  3. 所属分类:Communication

    • 发布日期:2017-04-11
    • 文件大小:1512
    • 提供者:风中
  1. y

    0下载:
  2. 系统具备如下的功能: 1.初始化。从终端(文件)读入字符集的数据信息,。建立哈夫曼树。 2.编码:利用已建好的哈夫曼树对明文文件进行编码,并存入目标文件(哈夫曼码文件)。 3.译码:利用已建好的哈夫曼树对目标文件(哈夫曼码文件)进行编码,并存入指定的明文文件。 4.输出哈夫曼编码文件:输出每一个字符的哈夫曼编码。-The system has the following features: 1. Initialization. From the terminal (document) read
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:9015
    • 提供者:yang
  1. yj

    0下载:
  2. 系统具备如下的功能: 1.初始化。从终端(文件)读入字符集的数据信息,。建立哈夫曼树。 2.编码:利用已建好的哈夫曼树对明文文件进行编码,并存入目标文件(哈夫曼码文件)。 3.译码:利用已建好的哈夫曼树对目标文件(哈夫曼码文件)进行编码,并存入指定的明文文件。 4.输出哈夫曼编码文件:输出每一个字符的哈夫曼编码。-The system has the following features: 1. Initialization. From the terminal (document) read
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:7800
    • 提供者:yang
  1. Near_Optimum_Error_Correcting_Coding_and_Decoding_

    0下载:
  2. 关于turbo编码、译码算法的综述性文章,很全面-a introduction about turbo coding and decoding,it is very comprehensive
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:1022543
    • 提供者:陈刚
  1. hfm

    0下载:
  2. 建立一个文本文件A,统计该文件中各字符的频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件B,再将Huffman编码文件译码成文件C,并对文件A与C进行比较。 要求:能够对dat、txt等类型文件进行压缩 -The establishment of a text file A, statistics that document the frequency of the characters, the characters of Huffman coding, th
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:307967
    • 提供者:张严明
  1. huffman

    0下载:
  2. 借助VC实现输入图像的huffman编码及译码源程序-VC with the realization of the input image source huffman encoding and decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:42782
    • 提供者:小驴
  1. rsfinal

    1下载:
  2. 详细且一目了然的RS编译码matlab仿真程序。 包括GF(Q)域的各种运算(每种运算一个函数功能文件),RS编码模块及译码模块。 期中译码模块又分为伴随式计算模块,错误位置多项式计算模块,错误位置计算模块,错误数值计算模块。 还包含了专门用于测试每个模块是否正确的testbache。完整,详细,正确-Detailed and clear RS codec matlab simulation program. Including the GF (Q) domain of a vari
  3. 所属分类:matlab

    • 发布日期:2016-03-16
    • 文件大小:11658
    • 提供者:栾西
  1. LDPc

    0下载:
  2. LDPC编码调制系统中基于反馈LLR均值的迭代解调/译码算法-LDPC coded modulation systems based on iterative feedback from the mean LLR demodulator/decoding algorithm
  3. 所属分类:Project Design

    • 发布日期:2016-03-28
    • 文件大小:204022
    • 提供者:jinliang
  1. ds_baogao

    0下载:
  2. 哈夫曼编码与解码演示程序 1、 从初始界面中给出的信息选择相应功能; 2、 从终端读入字符集大小n,以及n个字符和n个权值。建立huffman树,并将它存于文件hfmtree.dat中 3、 利用已经建好的huffman树对文件tobetran.dat中的正文进行编码,然后将结果存入文件codefile.dat中; 4、 利用已经建好的huffman树将文件codefile.dat中的代码进行译码,结果存入文件textfile.dat中; 5、 将文件codefile.dat
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:273850
    • 提供者:郑亮
  1. base64

    0下载:
  2. 用csharp编写的base 64 编码、译码程序,在网络实验远程登录邮箱时有用。-Csharp prepared using base 64 encoding, decoding process, the experiment in network useful telnet mail.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:50861
    • 提供者:jing
  1. hafuman

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

    • 发布日期:2017-03-22
    • 文件大小:27390
    • 提供者:溶溶
  1. bch_Euclidean

    1下载:
  2. 用Euclidean算法实现BCH的编码和译码,仿真可直接运行-BCH encode and decode
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:3684
    • 提供者:王丽
  1. vhdl

    0下载:
  2. Very high speed integrated Hardware Descr iption Language (VHDL) -是IEEE,工业标准硬件描述语言 -用语言的方式而非图形等方式描述硬件电路 容易修改 容易保存 -特别适合于设计的电路有: 复杂组合逻辑电路,如: -译码器,编码器,加减法器,多路选择器,地址译码 -Very high speed integrated Hardware Descr iption Language (VHDL)-
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:1735847
    • 提供者:sherry
  1. STBC_BPSK_QPSK_16QAM

    1下载:
  2. 搭建MATLAB链路,实现了STBC的编码和译码以及BPSK、QPSK和16QAM调制解调等功能。-provide STBC and BPSK,QPSK and 16QAM
  3. 所属分类:Communication

    • 发布日期:2014-05-25
    • 文件大小:4840
    • 提供者:huangzongzhi
  1. szqdq

    0下载:
  2. 数字抢答器由主体电路与扩展电路组成。优先编码电路、锁存器、译码电路将参赛队的输入信号在显示器上输出;用控制电路和主持人开关启动报警电路,以上两部分组成主体电路。通过定时电路和译码电路将秒脉冲产生的信号在显示器上输出实现计时功能,构成扩展电路。经过布线、焊接、调试等工作后数字抢答器成形。-Answer the number of circuits is controlled by the main circuit and expansion. Priority encoder circuit, l
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-23
    • 文件大小:56611
    • 提供者:彭秀媛
  1. C

    0下载:
  2. 包含5个数据结构实验程序,霍夫曼编码,霍夫曼译码,多项式,最小生成树-failed to translate
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:9937
    • 提供者:66
  1. heffuman

    0下载:
  2. 通过建立赫夫曼树,将码元如“ABC”编码成 “011001”形式,也可通过此赫夫曼树进行译码,而且编码形式为最小生成树形式,即在有权值情况下编码长度最短。-Through the establishment of Huffman trees, will be key element such as " ABC" code as " 011001" form can also be carried out through the Huffman decodi
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:2395
    • 提供者:HouZhihua
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com