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

搜索资源列表

  1. hfm

    0下载:
  2. 树形结构的应用 ——哈弗曼编码/译码1.程序的功能: 输入明文,通过统计不同字符出现的频率作为权值,生成哈弗曼树,并存于文件中;编码生成暗文,存于文件中;再由暗文生成明文,存于文件中。 2.输入输出的要求: 仅能输入英文字母作为明文,输出0、1组成的暗文。 3.测试数据: (1)asdjfas (2 ) dkfskjdfcijj (3 ) ovenmkjovi-1. Program features: input plaintext, t
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:7.5kb
    • 提供者:lting
  1. MATLAB-SPIHT_v1.0_02-12-08

    0下载:
  2. 小波编码的SPIHT编码 译码程序的实现 利用已给的图像 程序给出了编码过程的图示说明 清楚易懂-SPIHT wavelet codec encoding process has been to achieve the use of the image coding process procedures give a clear and understandable icons
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:203.8kb
    • 提供者:郭建花
  1. huffman

    0下载:
  2. 根据对二叉树知识的理解,实现对最优二叉树哈夫曼树的构造,遍历,然后实现编码,译码的功能,结果保存到文件中. 输入要进行编码的字符段,统计对字符的出现次数即为权值,根据权值建立哈夫曼树,由哈夫曼树可得到各字符的编码,反过来可得数字译码,保存到文件中 -Based on a binary tree of knowledge of understanding, to achieve the optimal Huffman tree binary tree structure, traverse
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1.82kb
    • 提供者:吕璐
  1. myprojects

    0下载:
  2. 哥德巴赫猜想,哈夫曼编码译码器,河内塔问题等的VC++解决,许多算法的实现-Goldbach Conjecture, Huffman decoder, Hanoi tower problem, etc. VC++ Resolved, the realization of many algorithms
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-27
    • 文件大小:920.15kb
    • 提供者:shijunqi
  1. BICUSTM

    0下载:
  2. 一种比特交织编码调制,使用维特比译码。并给出误比特率曲线。-A Bit-Interleaved Coded Modulation, the use of Viterbi. Given bit error rate curve.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:3.1kb
    • 提供者:张大鹏
  1. 1

    0下载:
  2. huffman编码译码系统 很简单的课程设计 有文件操作和压缩 附送一个航空售票管理-huffman code decoding system of curriculum design is very simple to operate and there are documents attached a compressed air ticket management
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:32.38kb
    • 提供者:lzp
  1. Huffman

    0下载:
  2. 哈夫曼编码译码压缩文件程序 可以编码 可以解码-Huffman decoding compressed file can be encoded can decode
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:9.08kb
    • 提供者:蔡波
  1. Convolutional-Encoder-Viterbi

    1下载:
  2. 卷积编码器和viterbi译码器的设计与仿真-Convolutional encoder and viterbi decoder design and simulation
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:2.8kb
    • 提供者:杨慧琪
  1. HaffumanTree

    0下载:
  2. 用C++做的哈弗曼树编码译码程序!里边有一些文件操作的代码!文件操作代码比较多!-Using C++ to do the decoding process哈弗曼coding! Have some file operations inside the code! File operations code more!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:105.41kb
    • 提供者:陈新杰
  1. 74hanmingma

    1下载:
  2. 7,4汉明码的编码和译码程序,用MATLAB语言实现的-7,4 hamming code encoding and decoding process, using the MATLAB language
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:776byte
    • 提供者:mayuan
  1. viterb

    3下载:
  2. 实现了卷积编码和维特比译码,也有简单的BPSK调制解调过程。-Achieved a convolution coding and Viterbi decoding, but also a simple BPSK modulation and demodulation process.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:77.11kb
    • 提供者:yingying
  1. huofuman

    0下载:
  2. 设计一个哈夫曼编码/译码系统,对字符串进行编码/译码 要求: (1)从键盘输入字符串,以回车结束; (2)根据字符串中字符出现的概率进行哈夫曼编码;) (3)并输出编码结果和编码表;(4)根据编码结果和编码表还原字符串; (5)输出编码过程中构造的哈夫曼树。 -Design a Huffman encoding/decoding system, the string encoding/decoding requirements: (1) from the keyboard input st
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:295.32kb
    • 提供者:陈云
  1. ldpc_gen_coding_decoding

    1下载:
  2. LDPC的检验矩阵的生成,编码和译码过程。-The process of LDPC codes generating,encoding and decoding.
  3. 所属分类:Other windows programs

    • 发布日期:2016-11-21
    • 文件大小:7.95kb
    • 提供者:wenyan
  1. LDPC

    5下载:
  2. 用matlab仿真了LDPC码的编码译码程序,及其用BPSK调制传输。并测其误码率-Matlab simulation of the LDPC codes with coding and decoding process, and its transmission with BPSK modulation. And measure its error rate
  3. 所属分类:其他小程序

    • 发布日期:2013-09-18
    • 文件大小:7.56kb
    • 提供者:张利
  1. hanming

    1下载:
  2. 7-4汉明码的编码译码C语言程序,合肥工业大学(7-4 Hamming code encoding and decoding, C language program)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:305kb
    • 提供者:我要学习
  1. Huffman_GUI

    0下载:
  2. MATLAB霍夫曼Huffman编码译码GUI界面设计 源程序代码(MATLAB Hoffman Huffman encoding and decoding GUI interface design source code)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:13kb
    • 提供者:sunsy
  1. 哈弗曼树6.0

    0下载:
  2. 使用文件保存初始的文本数据及最终的结果。 ? 文件名为inputfile1.txt的文件保存的是一段英文短文; ? 文件名为inputfile2.txt的文件保存01形式的编码段; ? 文件名为outputfile1.txt的文件保存各字符的出现次数和对应的编码; ? 文件名为outputfile2.txt的文件保存对应于inputfile2.txt的译码结果。 统计inputfile1.txt中各字符的出现频率,并据此构造Huffman树,编制Huffman 码;根据已经得到的编码,
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:4.2mb
    • 提供者:destinyuan
  1. turbo_encode decode

    0下载:
  2. turbo码的编译码软件,经典易懂,保证有效,可在此基础上增添多种功能(turbo code coding and decoding software, the classic easy to understand, to ensure effective, based on this to add a variety of functions)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:8kb
    • 提供者:雨灵
  1. 汉明编码

    0下载:
  2. 主要实现了一种典型的(7,4)汉明编码和汉明译码,能够正确纠错和检错,仿真正确。(It mainly realizes a typical (7,4) hamming code and hamming decoding, which can correct errors and errors correctly, and the simulation is correct.)
  3. 所属分类:其他

  1. A 律十三折线编码的量化信噪比

    1下载:
  2. 仿真求解正弦波通过 A 律十三折线编译码后的量化信噪比。////////////////////////////////(The quantization SNR of sine wave through A-Law 13 fold code is simulated.)
  3. 所属分类:其他

    • 发布日期:2020-12-27
    • 文件大小:428kb
    • 提供者:铭阳
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com