搜索资源列表
-
0下载:
MD5加密的小程序。VC6编写,支持字符加密,查看文件的MD5-MD5 encryption applet. VC6 prepared to support the character encoding, see the file MD5
-
-
0下载:
RSA加解密演示程序。对输入的每个字符的ACSII码进行编码和解码。-RSA encryption and decryption demo. The input code for each character encoding and decoding ACSII.
-
-
0下载:
(1) I:初始化,从终端读入n个字符和n个权值,建立哈夫曼树,并将它存放在文件HuffmanTree中.
(2)E:编码.利用已建立好的哈夫曼树,对要传输的数据正文(存在文件ToBeTran.txt中)进行编码,将结果代码存(传输)到文件CodeFile中.
(3)D:译码.利用已建好的哈夫曼树,对传输到达的CodeFile中的数据代码进行译码,将译码结果存入文件TestFile中.
(4) P: 印文件.将文件CodeFile以紧凑格式显示在终端上,每行50个代码。同时将此字符形
-
-
0下载:
由于不同操作系统间的字符编码不同,这个用Qt实现的小程序可以帮你实现字符的转换。-Because different operating systems with different character encoding, the implementation of small programs using Qt can help you achieve the conversion character.
-
-
0下载:
Base64是一種使用64基的位置計數法。它使用2的最大次方來代表僅可列印的ASCII 字元。這使它可用來作為電子郵件的傳輸編碼。在Base64中的變數使用字元A-Z、a-z和0-9 ,這樣共有62個字元,用來作為開始的64個數字,最後兩個用來作為數字的符號在不同的系統中而不同。一些如uuencode的其他編碼方法,和之後binhex的版本使用不同的64字符集來代表6個二進制數字,但是它們不叫Base64。-Base64 is a 64-base position count. It uses
-
-
0下载:
字符编码转换 libiconv 源码,gnu开源代码库-Libiconv character encoding conversion source, gnu open-source code base
-
-
0下载:
Base64编码解码算法源码,可以加密各种字符字母数字汉字!-Base64 encoding and decoding algorithm source code, you can encrypt a variety of character alphanumeric Chinese characters!
-
-
0下载:
Base64编码的思想是是采用64个基本的ASCII码字符对数据进行重新编码。它将需要编码的数据拆分成字节数组。以3个字节为一组。按顺序排列24 位数据,再把这24位数据分成4组,即每组6位。再在每组的的最高位前补两个0凑足一个字节。这样就把一个3字节为一组的数据重新编码成了4个字节。当所要编码的数据的字节数不是3的整倍数,也就是说在分组时最后一组不够3个字节。这时在最后一组填充1到2个0字节。并在最后编码完成后在结尾添加1到2个 “=”。
-The idea of ̴
-
-
0下载:
qrencode的升级版 完善了比较友好的界面及修改了中文汉字的编码问题-an upgraded version of the qrencode perfect friendly interface and modify the Chinese character encoding problem
-
-
0下载:
Determine a canonical name for the current locale s character encoding.
-
-
0下载:
Check return value double.The ESCAPE character is used during run-length encoding.
-
-
0下载:
Base64是一种基于64个可打印字符来表示二进制数据的表示方法。由于2的6次方等于64,所以每6个位元为一个单元,对应某个可打印字符。三个字节有24个位元,对应于4个Base64单元,即3个字节需要用4个可打印字符来表示。它可用来作为电子邮件的传输编码。-Base64 is based on 64 printable characters to represent binary data representation. Since 2 ^ 6 equals 64, so every six b
-
-
0下载:
完成了对英文文档的赫夫曼编码和解码工作,速度还行。CreateProbability用户创建字符的出现概率,HuffmanEnDeCoding用户根据字符概率进行文档的编码和解码工作-Completion of the English document Huffman coding and decoding, speed is also OK. User-created character CreateProbability probability, HuffmanEnDeCoding prob
-
-
0下载:
The character set specified in RFC 3501 to use for IMAP4rev1 mailbox name encoding.
-
-
0下载:
substitution cipher is the method of encoding in which unit of plain text are replaced by cipher text. Monoalphabetic cipher uses a fixed message over entire message.A monoalphabetic cipher uses fixed substitution over the entire message.The monoalph
-
-
0下载:
Unicode encoding ids. These are used in a number of places within the font whenever character encodings need to be specified.
-
-
0下载:
Determine a canonical name for the current locale s character encoding.
-
-
0下载:
ENC is the basic 1 character encoding function to make a char printing.
-
-
0下载:
ENC is the basic 1 character encoding function to make a char printing.
-
-
0下载:
利用c#写的一个程序,将汉字转换成所对应的编码值:输入所需要转换的汉字,将汉字转换成所对应的编码值,多应用在加密解密中。-Use c# to write a program that will be converted into the corresponding Chinese character encoding value: Enter the desired conversion of Chinese characters, Chinese characters will be conv
-