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

搜索资源列表

  1. 文正

    0下载:
  2. 这个也是哈夫曼编码译码      这个是基于文档类的- This also is 鍝堝か鏇?the code decodes this is based on the documents class
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:183784
    • 提供者:下沙
  1. 赫夫曼译码与编码

    0下载:
  2. 此程序为数据结构赫夫曼编码与译码程序,具有简单实用的优点-Written for Huffman Coding and Encoding of data constrution, easy and useful.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2366
    • 提供者:龙巨波
  1. h_weight

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

    • 发布日期:2008-10-13
    • 文件大小:2549
    • 提供者:赵传仕
  1. 信道编译码的Matlab源代码

    0下载:
  2. ofdm信道编码和译码的源代码,用matlab实现-OFDM channel coding and decoding of the source code, using Matlab to achieve
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:76396
    • 提供者:张于
  1. 哈夫曼编码最终程序

    1下载:
  2. 哈夫曼编译码程序,可以对任意给定的字符串进行编译码,并将生成的中间编码写入到文件-Huffman coding and decoding process can be arbitrary to the strings encryption and code generation into the middle of the document
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2652
    • 提供者:胡斌
  1. [C++]哈夫曼编码及译码

    1下载:
  2. [C/C++]哈夫曼编码及译码 构造赫夫曼树 HT , 并求出 n 个字符的赫夫曼编码 HC //将结果存入 hufTree.txt-[C / C] Huffman coding and decoding structure HT Huffman tree, and obtained n characters of Huffman coding HC / / results deposited hufTree.txt
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3989
    • 提供者:无间
  1. huffman 方案3

    0下载:
  2. huffman 编码译码器的实现。可以完整实现由用户输入字母进行编码和译码,使对网络通信的模拟-Huffman coding decoder realized. Integrity can be achieved by user input letters coding and decoding, the analog network communication
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:42051
    • 提供者:bob
  1. huffman另类方案

    0下载:
  2. huffman 编码译码另类方案 ,所有权值有用户自定义,方便用户使用和自行决定-Huffman encoding decoding an alternative plan, ownership values are user-defined, user-friendly and to decide
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:45984
    • 提供者:bob
  1. 实验5

    0下载:
  2. 哈夫曼编码/译码 背景介绍:   利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求这发送端通过一个编码系统对待传数据预先编码,在发送端将传来的数据进行译码(复原)。对于双工信道。每端都需要一个完整的编译码系统。本程序将为这样的信息收发站写一个哈夫曼的编译码系统。 哈夫曼编码/译码: 程序运行步骤: 1、建立哈夫曼树,从键盘输入字符集大小,字符以及频度。 2、对字符进行编码,输出编码结果,分单个句子和整个句子输出,编码导入
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:77958
    • 提供者:陈又鄂
  1. 哈夫曼译码

    2下载:
  2. [基本要求] 一个完整的系统应具有以下功能: (1)I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2)E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3)D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件T
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:61514
    • 提供者:吕夏琴
  1. 数据结构好冬冬

    1下载:
  2. 哈夫曼编码译码,克鲁斯卡尔算法,魔王语言的解释,一元稀疏多项式相乘,C-Huffman encoding decoding, Kelushikaer algorithm, fiendish language interpretation, one yuan sparse polynomial multiplication, C
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:46904
    • 提供者:qjsky
  1. LDPC

    1下载:
  2. 用于LDPC编码译码的仿真实现。包括随机生成校验矩阵、由校验矩阵产生生成矩阵、编码、加随机噪声、译码等内容。原作者是老外,有部分中文注释。-LDPC coding for decoding Simulation. Check including random matrix generated by the calibration matrix generated generator matrix, coding, plus random noise, such as decoding. The
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:59040
    • 提供者:别志松
  1. My_HuffmanCode

    0下载:
  2. 哈夫曼编码/译码程序 包含编码和译码程序,无须传权值表,模拟通讯中的二进制传输-Huffman encoding / decoding procedures include coding and decoding process, not right-table values, Analog Communication of binary transmission
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:92172
    • 提供者:blacksun
  1. hafumanbianma

    0下载:
  2. 这是哈夫曼编码译码的vc程序,在vc++6.0下编译通过,并运行正确 -This is Huffman coding decoding vc procedures, the vc 6.0 compile and run correctly
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10647
    • 提供者:
  1. stbc

    0下载:
  2. stbc在2发2收,4发4收的性能仿真 一个编码译码程序。 有仿真结果图。-stbc made two in 2 admission, made 4 of 4 admission a performance simulation code decoding procedures. A Simulation results.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:57188
    • 提供者:
  1. hufamnCode

    0下载:
  2. 哈夫曼编码译码的程序,详细大家能用的上。程序里面有注释-Huffman encoding decoding procedures, we can use the details on. There are procedures Notes
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:17901
    • 提供者:尹明
  1. TurboDecodeAlgorithm

    2下载:
  2. 3GPP标准Turbo码编码译码仿真Matlab6.5及VC6.0源代码,并包含Turbo码编码译码原理的介绍文档。-3GPP standard Turbo coding and decoding simulation VC6.0 Matalab 6.5 source code , and includes Turbo Encoder Decoder descr iption of the principle of documentation.
  3. 所属分类:传真(Fax)编程

    • 发布日期:2008-10-13
    • 文件大小:1015994
    • 提供者:mini
  1. 利用Matlab进行BCH编码、译码仿真

    1下载:
  2. 利用Matlab进行的一次BCH编码、译码仿真的说明以及程序。(Descr iption and program of a BCH coding and decoding simulation using Matlab.)
  3. 所属分类:Windows编程

    • 发布日期:2020-08-11
    • 文件大小:548864
    • 提供者:嗷嗷嗷857
  1. LDPC编码

    1下载:
  2. 分别为AWGN信道模型下BPSK调制的程序;AWGN信道模型下BPSK调制LDPC编码的程序;AWGN信道模型下BPSK调制、采用具有不同列重的构造矩阵进行LDPC编码的程序;AWGN信道模型下BPSK调制、采用不同的迭代译码次数进行LDPC编码的程序。(LDPC coding program for AWGN channel)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-08
    • 文件大小:149504
    • 提供者:maxwwx
  1. _IEEE802.11ad标准中LDPC编译码的研究

    1下载:
  2. 首先,认识标准。从系统层面和物理层两方面介绍此标准,给出标准的发送端和接收端系统结构框图,重点描述标准中物理层的特征,总结出标准的重要特点和关键技术。 其次,研宄和实现两种编码器。根据标准中码矩阵的特点,设计一种高效的编码器,完成的实现。在此基础上提出一种新的编码结构一旋转码,对旋转编码器结构进行探究,完成它的仿真和实现。(First of all, recognize the standard. This paper introduces the standard from two aspec
  3. 所属分类:3G/4G/5G开发

    • 发布日期:2020-12-03
    • 文件大小:11463680
    • 提供者:zzq040
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com