CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - coding and decoding

搜索资源列表

  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
    • 文件大小:41.07kb
    • 提供者:bob
  1. 实验5

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

    • 发布日期:2008-10-13
    • 文件大小:76.13kb
    • 提供者:陈又鄂
  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
    • 文件大小:60.07kb
    • 提供者:吕夏琴
  1. channelcoding

    1下载:
  2. 数字集群信道编解码程序,包括BCH和RCPC,属于欧洲ETSI Tetra标准。-digital trunking channel coding and decoding procedures, including BCH for RCPC and, European ETSI Tetra standard.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:367.05kb
    • 提供者:于波
  1. QRCode-CSharp

    0下载:
  2. 用C#写的QR编码与解码程序,只能解码直接生成的图片,无法解码从摄像头获取的图片。-QR written with C# coding and decoding process can only directly generate the image decoding can not decode the picture obtained from the camera.
  3. 所属分类:CSharp

    • 发布日期:2017-05-11
    • 文件大小:2.54mb
    • 提供者:吴宏伟
  1. CharacterCalculate

    0下载:
  2. 统计任意输入的string中各种字符个数信息,建立哈夫曼编码,然后可以对任意输入的字符串进行译码-Arbitrary input statistics of the various characters of the string in the number of information, the establishment of Huffman coding, and then can enter any string for decoding
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:57.4kb
    • 提供者:唐宁
  1. feno

    0下载:
  2. 进行香农、费诺和赫夫曼信源编码 对离散信源,如一段中文或者英文文字(txt文件)进行分析,统计信源空间,然后进行编码,存储编码码表; 根据编码码表进行信源译码 -To Shannon, fees Novo Huffman source coding for discrete sources, as a Chinese or English text (txt file) for analysis and statistical information source space, an
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:658byte
    • 提供者:zhengxin
  1. huffumantree

    0下载:
  2. 利用哈弗曼树实现编码译码 打印哈弗曼树 等功能 -coding and decoding using huffumantree
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:2.61kb
    • 提供者:liuxuqi
  1. hufumanshu

    0下载:
  2. 利用Huffman进行通信可以提高信道利用率、缩短传输时间。要求为使用Huffman编码的通信系统实现信息收发编写程序,以顺序存储结构方式存储二叉树,实现Huffman编译码。-Huffman used to communicate channel utilization can be improved to shorten the transmission time. Requirements for the use of Huffman coding of communications sy
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:1.78kb
    • 提供者:小刀
  1. veitlbi

    0下载:
  2. 卷积码的编码和维特比译码,经运行,成功,很不错的编码~!-Convolutional coding and Viterbi decoding, the run, successful, very good code ~!
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:242.87kb
    • 提供者:阿甘
  1. Huffman

    0下载:
  2. 在第一个框输入一段文字(任何字符均可),点击“确认”按钮,然后点击规则,程序内部开始收集各个字符频率的频率,即字符权值。根据权值建立赫夫曼树,并对每个字符进行编码输出。再点击编码时,它便会输出开始输入的那段文字的编码。再根据规则,在倒数第二个在输入框输入由0和1的电文,点击译码,这时会输出电文相应的译码。-In the first box input a paragraph of text (any characters all but), and click ok button, and th
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:406.98kb
    • 提供者:chen
  1. hafuman

    0下载:
  2. 哈夫曼编码和译码系统 基本要求:(1) 能输入字符集和各字符频度建立哈夫曼树; (2) 产生各字符的哈夫曼编码,并进行解码。 提高要求:(1) 能设计出简捷易操作的窗口界面; (2) 编码和译码存储在文件中-Huffman coding and decoding system basic requirements: (1) Enter the character set and character frequently create a Huffman tree (2) to
  3. 所属分类:CSharp

    • 发布日期:2017-11-05
    • 文件大小:2.05kb
    • 提供者:潘永
  1. 4

    0下载:
  2. c#实现哈夫曼编码有用户界面,能对中英文字符进行编码和译码。-c# user interface Huffman coding, encoding and decoding can be conducted in English and Chinese characters.
  3. 所属分类:CSharp

    • 发布日期:2017-11-18
    • 文件大小:69.53kb
    • 提供者:tb6123031
  1. ChineseCode

    0下载:
  2. 中文验证码源码,C#完美实例,自带判断模块,下面简要说一下本中文验证码的实现思路:获取GB2312编码页(表),调用函数产生4个随机中文汉字编码,根据汉字编码的字节数组解码出中文汉字,生成随机生成器,清空图片背景色,画图片的背景噪音线,画图片的前景噪音点,画图片的边框线。   CreateCode函数在汉字编码范围内随机创建含两个元素的十六进制字节数组,每个字节数组代表一个汉字,并将 四个字节数组存储在object数组中,参数:strlength,代表需要产生的汉字个数。每循环一次产生一个
  3. 所属分类:CSharp

    • 发布日期:2017-11-15
    • 文件大小:11.5kb
    • 提供者:hpudn89
  1. Decoding

    0下载:
  2. c#编码和解码 例如:" E8 A7 A3 E7 A0 81"解码后为"解码";编码为逆过程。-c# coding and decoding such as: " E8 A7 A3 E7 A0 81" decoded " decoding" coding for the reverse process.
  3. 所属分类:CSharp

    • 发布日期:2017-11-21
    • 文件大小:38.6kb
    • 提供者:杉杉
  1. CRC

    0下载:
  2. CRC校验的编码和译码, CRC校验的编码和译码-the coding and decoding of CRC,the coding and decoding of CRC,the coding and decoding of CRC
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:1.26kb
    • 提供者:丁晟
  1. huffman

    0下载:
  2. 哈夫曼编码,构建哈夫曼树,以及哈夫曼译码-Huffman coding, to build the Huffman tree, and Huffman decoding
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:627byte
    • 提供者:刘明
  1. hafuman

    0下载:
  2. 哈夫曼树编码译吗程序,可读取文件进行编码,也可读取文件进行译码 并且打印出来-Huffman coding and decoding programs, can read the files are encoded, decodes the file can be read and printed out
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3.84kb
    • 提供者:sjl
  1. xunhuanma73

    0下载:
  2. 基于MATLAB的 实现73循环码编码以及译码 -The implementation of the 73 cyclic code coding and decoding based on MATLAB
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:739byte
    • 提供者:戴艳
  1. Vizhiner

    0下载:
  2. GUI project file and source code for Vizhiner coding and decoding string that user wroted in for. Made it on MS VS 12
  3. 所属分类:CSharp

    • 发布日期:2017-05-05
    • 文件大小:42.33kb
    • 提供者:ScottP
搜珍网 www.dssz.com