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

搜索资源列表

  1. Matlab

    0下载:
  2. 信号编码与译码中的二值图像游程编码算法的Matlab实现,谢谢~-Signal encoding and decoding the binary image run-length coding algorithm Matlab implementation, thank you ~
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:32942
    • 提供者:patrick
  1. 6

    0下载:
  2. (1) 从终端读入字符集大小为n(即字符的个数),逐一输入n个字符和相应的n个权值(即字符出现的频度),建立哈夫曼树,将它存于文件 hfmtree 中。并将建立好的哈夫曼树以树或凹入法形式输出 对每个字符进行编码并且输出。 (2) 利用已建好的哈夫曼编码文件 hfmtree ,对键盘输入的正文进行译码。输出字符正文,再输出该文的二进制码。 -(1) read from the terminal into the character set of size n (ie the numbe
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:1973
    • 提供者:chenwei
  1. Huffman

    0下载:
  2. 赫夫曼树编码和译码的实现,在VC环境下使用。-Hoffman tree coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:2850
    • 提供者:whuan
  1. huffman

    0下载:
  2. Huffman的编码和译码,东西比较简单-Huffman encoding and decoding
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:7470
    • 提供者:王浩然
  1. Haffman

    0下载:
  2. 自己写的哈弗曼编码、译码程序。可以向.txt文件写入编、译码结果。(目前尚未实现自动读入编码功能)-My own Haffman coding, decoding process. Can. Txt file is written series, decoding the results.
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:12768
    • 提供者:cc
  1. 05

    0下载:
  2. 1.接受原始数据:从终端读入字符集大小n,n个字符和n个权值,建立哈夫曼树。2.编码:利用已建立好的哈夫曼树,对文件中的正文进行编码。3.译码:利用已建立好的哈夫曼树将代码进行译码。4.打印编码规则:即字符与编码的一一对应关系。-1. Accept the raw data: From the terminal reads the character set size n, n characters, and n-weights, the establishment of Huffman tre
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:117036
    • 提供者:楚潇
  1. haffman

    0下载:
  2. 一个哈夫曼编码和译码程序 1、掌握树、森林和二叉树的概念和它们的特性以及它们之间是怎样相互转换的,理解二叉树的三种遍历:先序遍历、中序遍历和后序遍历,和树的两种遍历:先序遍历和后序遍历。 2、理解二叉树的基本运算算法实现以及它的非递归运算算法和层次遍历算法,了解二叉树的线索化及其它的应用。 3、掌握树和二叉树的几种存储结构以及它的构造,学会使用二叉链表实现二叉树的存储验证和设计相关算法。 -A Huffman encoding and decoding procedures fo
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:161833
    • 提供者:jingjing
  1. fdjf

    0下载:
  2. 关于哈弗曼编码器译码器的高级语言实现的源代码及报告-sdrfejwirfheuifhewuifhgewi
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:194982
    • 提供者:liangjuan
  1. MATLAB74hanming

    1下载:
  2. 通信原理 7,4汉明码的编码和译码 代码注释清楚 适合初学者 -Communication Theory 7,4 hamming code encoding and decoding comments clearly for beginners
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:17315
    • 提供者:肖纳
  1. hamming_code

    0下载:
  2. 汉明码的编译码MATLAB程序,对刚开始学习编码有帮助-Hamming code for encoding and decoding MATLAB program
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:15788
    • 提供者:杨丽花
  1. Vblast23PPM

    0下载:
  2. 自由光通信中,采用4ppm调制,VBLAST编码的译码算法-Free optical communication, the use of 4ppm modulation, VBLAST encoding decoding algorithm
  3. 所属分类:matlab

    • 发布日期:2015-01-15
    • 文件大小:34439
    • 提供者:kehuan
  1. beterbi

    0下载:
  2. 用MATLAB语言实现的卷积码编码,维特比译码-With the MATLAB language implementation of the convolutional coding, Viterbi decoding
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:624
    • 提供者:秦小星
  1. 5

    0下载:
  2. 1.C或 C++; 2.从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树并将它存于文件hfmTree中.将已在内存中的哈夫曼树以直观的方式(比如树)显示在终端上; 3.利用已经建好的哈夫曼树(如不在内存,则从文件htmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中,并输出结果,将文件CodeFile以紧凑格式先是在终端上,每行50个代码。同时将此字符形式的编码文件写入文件CodePrint中。 4.利用已建好的哈夫曼树将文件
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2252
    • 提供者:cyahafa
  1. pcm

    2下载:
  2. 语音编码中A律pcm编码、译码的matlab仿真-Speech Coding A law pcm encoding, decoding matlab simulation
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:2384
    • 提供者:593038945
  1. peng

    0下载:
  2. 这是(2,1,2)viterbi编码和译码的c语言代码 译码中是用基二算法实现的,运行时首先要在c盘中建立一个输入文件和一个输出文件-This is the (2,1,2) viterbi encoding and decoding of the c language code decoding is to use the base 2 algorithm, the run-time we must first establish an input file c disk and an outp
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:2226
    • 提供者:苏岩
  1. HARQ

    0下载:
  2. 自己写的组合译码程序 bpsk调制 汉明编码-Write your own combination of decoding process bpsk Hamming code modulation
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-13
    • 文件大小:1723
    • 提供者:zzs
  1. armok01126758

    0下载:
  2. 接收到的信号为发送信号的反码因为每检测到按键有效一次PT2262 都发送四次编码我们可以 利用这一特点来解码先检测有没有接收到信息当有的时候我们就去掉第一次编码的信号检测5ms 的 高电平来检测编码的开始信号接收到5ms 的高电平后才开始解码我们可以发现每个码的长度都是1.2ms 左右每一个编码都是由低电平开始然后到高电平又到低电平又回到高电平我们从第一个高电平 的宽度可以把1 码区分出来剩下的悬空码和0 码可以从第二个高电平的宽度区分出来 具体的单片机译码方法如下 由高
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:2695
    • 提供者:mun
  1. Vigenere

    0下载:
  2. 编码,译码,破译Vigenere密码.转帖-to encrypt and decrypt Vigenere Cipher,and how to break it.
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:17996
    • 提供者:tsadaye
  1. HuffmanCode

    0下载:
  2. 哈夫曼编码,可以编码几乎所有的字符,同时还可译码-Huffman coding, can be coded almost all of the characters, while also decoding
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1609
    • 提供者:小胡
  1. Error-correcting_codes_and_its_application

    0下载:
  2. 在选定的数字基带通信系统中,设计应用分组线性纠错编码,提高系统的可靠性。在发送端利用单片机编程,产生n级(n建议取3) m序列,作为汉明码编码器的输入;同样,在发送端单片机中,编程实现对m序列的纠错编码;接收端利用单片机,编程实现汉明码译码,并还原输出m序列。-The selected digital baseband communication systems, the design application packet linear error-correcting codes, to im
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:24063
    • 提供者:weiwei
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com