搜索资源列表
-
0下载:
还是自己写的关于huffman加密程序,可以实现把加密的内容转为ASCII码输出到文件-huffman code ,can output coded binary to a file,and convert to a ASCII
-
-
0下载:
A simple MFC application that converts ASCII characters to their hexadecimal, decimal and binary equivalent. User friendly interface, auto-convert options, fun sounds and commented source code
-
-
0下载:
将一个文本文件转为其ASCII对应的二进制文本,然后在将其转为原来文本的小程序。-converting plain txt.file to binary format text based on ASCII code. Then convert it back.
-
-
0下载:
该程序将二进制文件转换为ASCII文本文件,论坛留言中不可能粘贴二进制数据,但可将其转换成文本文件,便于在论坛发帖,复制论坛的数据后粘贴到文本框,可重新将文本文件还原成原来的二进制文件。-The program will convert the binary file ASCII text file, the forum can not paste the message in binary data, but can be converted into text files for easy
-
-
0下载:
首先通过文件操作,读取文件内容,把字符逐个提取后统计字符频率,建立哈夫曼树和进行哈夫曼编码,当然这是根据ASCII编码来将字符转换为二进制,然后实现前缀编码,然后把编码后的使用二进制流写入相应文件-First through file operations, read the file content, the characters one by one after extracting character frequency statistics, establish a Huffman tr
-