搜索资源列表
-
0下载:
还是自己写的关于huffman加密程序,可以实现把加密的内容转为ASCII码输出到文件-huffman code ,can output coded binary to a file,and convert to a ASCII
-
-
1下载:
c#编写的将BMP或JPG图片转成二进制数组的工具源码-The source code for a tool which can convert image files to binary files
-
-
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下载:
Descr iption: 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.
-
-
1下载:
这是一款把先把文本转换为其二进制码(英文为ASCII码),然后再对应其二进制码进行LZ编码的软件。它可以见到字典的换分,以及每一个字典内容对应的编码内容及其字典编号!-This is a first text to convert its binary code (English as ASCII code), and then the binary codes corresponding to the LZ encoding software. It can see the dictionar
-
-
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
-