搜索资源列表
FileMake
- 把bin文件ASCII码(包括不可见字符)转换成十六进制数据存储到指定文件里。-Bin file to ASCII code (including the non-visible characters) into hexadecimal data is stored to the specified file.
TestReader
- 实现一个文件阅读器,用于显示文本文件,文件的内容以ASCII字符格式和十六进制格式显示。显示屏幕规格为24*80,实现翻页翻行功能等功能-Implement a file reader, used to display text files, the file contents to ASCII character format and hexadecimal format. Display screen size is 24* 80 next page turn to achieve func
ASC2BIN
- 该代码可以实现十六进制的文本文件转换成二进制文件。我在编写EDID数据时经常要用到的工具。这是我自己在网上找不到而自己编写的,绝对原创,而且第一次公开。-This code is use to transfer HEX ASCII code file to binary file.