搜索资源列表
-
0下载:
huffman 编码译码器的实现。可以完整实现由用户输入字母进行编码和译码,使对网络通信的模拟-Huffman coding decoder realized. Integrity can be achieved by user input letters coding and decoding, the analog network communication
-
-
0下载:
哈夫曼编码/译码
背景介绍:
利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求这发送端通过一个编码系统对待传数据预先编码,在发送端将传来的数据进行译码(复原)。对于双工信道。每端都需要一个完整的编译码系统。本程序将为这样的信息收发站写一个哈夫曼的编译码系统。
哈夫曼编码/译码:
程序运行步骤:
1、建立哈夫曼树,从键盘输入字符集大小,字符以及频度。
2、对字符进行编码,输出编码结果,分单个句子和整个句子输出,编码导入
-
-
2下载:
[基本要求]
一个完整的系统应具有以下功能:
(1)I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。
(2)E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。
(3)D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件T
-
-
1下载:
数字集群信道编解码程序,包括BCH和RCPC,属于欧洲ETSI Tetra标准。-digital trunking channel coding and decoding procedures, including BCH for RCPC and, European ETSI Tetra standard.
-
-
0下载:
用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.
-
-
0下载:
统计任意输入的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
-
-
0下载:
进行香农、费诺和赫夫曼信源编码
对离散信源,如一段中文或者英文文字(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
-
-
0下载:
利用哈弗曼树实现编码译码 打印哈弗曼树 等功能
-coding and decoding using huffumantree
-
-
0下载:
利用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
-
-
0下载:
卷积码的编码和维特比译码,经运行,成功,很不错的编码~!-Convolutional coding and Viterbi decoding, the run, successful, very good code ~!
-
-
0下载:
在第一个框输入一段文字(任何字符均可),点击“确认”按钮,然后点击规则,程序内部开始收集各个字符频率的频率,即字符权值。根据权值建立赫夫曼树,并对每个字符进行编码输出。再点击编码时,它便会输出开始输入的那段文字的编码。再根据规则,在倒数第二个在输入框输入由0和1的电文,点击译码,这时会输出电文相应的译码。-In the first box input a paragraph of text (any characters all but), and click ok button, and th
-
-
0下载:
哈夫曼编码和译码系统
基本要求:(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
-
-
0下载:
c#实现哈夫曼编码有用户界面,能对中英文字符进行编码和译码。-c# user interface Huffman coding, encoding and decoding can be conducted in English and Chinese characters.
-
-
0下载:
中文验证码源码,C#完美实例,自带判断模块,下面简要说一下本中文验证码的实现思路:获取GB2312编码页(表),调用函数产生4个随机中文汉字编码,根据汉字编码的字节数组解码出中文汉字,生成随机生成器,清空图片背景色,画图片的背景噪音线,画图片的前景噪音点,画图片的边框线。
CreateCode函数在汉字编码范围内随机创建含两个元素的十六进制字节数组,每个字节数组代表一个汉字,并将 四个字节数组存储在object数组中,参数:strlength,代表需要产生的汉字个数。每循环一次产生一个
-
-
0下载:
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.
-
-
0下载:
CRC校验的编码和译码, CRC校验的编码和译码-the coding and decoding of CRC,the coding and decoding of CRC,the coding and decoding of CRC
-
-
0下载:
哈夫曼编码,构建哈夫曼树,以及哈夫曼译码-Huffman coding, to build the Huffman tree, and Huffman decoding
-
-
0下载:
哈夫曼树编码译吗程序,可读取文件进行编码,也可读取文件进行译码 并且打印出来-Huffman coding and decoding programs, can read the files are encoded, decodes the file can be read and printed out
-
-
0下载:
基于MATLAB的 实现73循环码编码以及译码 -The implementation of the 73 cyclic code coding and decoding based on MATLAB
-
-
0下载:
GUI project file and source code for Vizhiner coding and decoding string that user wroted in for. Made it on MS VS 12
-