搜索资源列表
Microwindows与相关开发代码实例
- 软件包中包含了完整的库和头文件 有一个说明文件readme.txt 包含已编译链接好的可执行程序例子和nano-X可执行 文件; 使用方式: 1.将该包释放到某个目录,如$(SDK_DIR)\\microWinDev 2.运行“uClinux Build window” 3.进入该释放的目录: cd $(SDK_DIR)\\microWinDev 4.在该目录下有一个chenTest的目录,是一个开发示例模板。进入该目录: cd chenT
TxtToBin
- 为VB编写的程序,可将txt文件转换为Bin文件-for VB program can be converted to txt file documents Bin
WaterEffect
- csharp实现的图片特效 App.ico AssemblyInfo.cs bin WaterEffectDemo.csproj WaterEffectDemo.csproj.user WaterEffectDemo.sln WaterEffectForm.cs WaterEffectForm.resx WaterEffectPictureBox.cs WaterEffectPictureBox.resx readme.txt-csharp ac
tcc-0.9.23
- Tiny C Compiler - C scr ipting Everywhere - The Smallest ANSI C compiler Installation on a i386 Linux host (for Windows read win32/readme.txt) ./configure make make test make install By default, tcc is installed in /usr/local
eeprom_24xx08
- 此原代码是在用IIC写入EEPROM之前从txt文件读入相关数据后根据一定的数据结构生成BIN文件的文件操作,此为最初版本,最终版本已经完成.-this is the original code used before the IIC EEPROM write from txt file into the related data according to a the data structure formation BIN files operation for this initial ve
ArmEmulate
- S3C4510模拟器及实例源码 安装ADS1.2之后,再安装模拟器。模拟器安装路径必须选择到ADS的bin目录,所以必须先安装ADS。安装模拟器时请仔细阅读提示文字。 模拟器安装完成后,会在桌面建立快捷图标S3C4510B_Board,运行这个快捷图标可以看到开发板的图形,在AXD启动后将可以在S3C4510B_Board上面看到效果。 模拟器安装完成后,还会建立文件夹 C:\\ArmEmulate,桌面快捷图标S3C4510B_Board 就是指向这里。这个文件夹下有5个子文件夹,
Bin_FileCompare
- 这是一个比较bin或者rbf与hex文件内容不同的工具。能在窗口上显示出不同处,同时能生成记录txt文件。-This is a more or rbf bin hex contents of the documents and different tools. Window can display different, but will generate record txt document.
TXT_BIN
- 实现将生成的图片二进制数据的TXT文本存储方式转换为.bin格式,实现字库处理-achieve generated images binary data stored in such a manner as TXT text converted to. Bin format. achieve font handling
txd2hex
- 将*。txt文件转换为*.bin文件,vc++实现-will. Txt file conversion of paper *. bin, vc achieve
vbbin2txt
- 文件转换功能,可以把txt和bin之间进行转换
bin文件转化
- 二进制bin文件转化成txt文件,二进制显示
txt->bin
- 转换代码
TxtToBin
- Example integer Txt To Bin Unit on Delphi
Gemini.Converter-1.0_4
- pirate king bin file convertor to txt
vc_programming_convert_Dat_Txt_file_source
- vc编程实现Txt转换为Dat文件源码.vc programming convert Dat Txt file source.-vc programming convert Dat Txt file source. vc programming convert Dat Txt file source.
guitool_v1.10T
- 1. Bitmap fonts generation A. support Windows all character set B. support different code word format C. Support for multiple output format (BDF, TXT, bin, BMP, c) D. support preview, the editor. 2. Code conversion Support coding: MBCS, U
cloude
- SAR .txt .bin等多种数据格式的读取,非常有用的小程序。-SAR.Txt.Bin and other formats data read, very useful little program
Google_Fr.sh
- #!/bin/bash # Produce audio stream French/English word list # Uses Google translate to produce audio # Requires google_fr.php # Requires sox, and ffmpeg and audiotool and php software # Sytax: ./Google_fr.sh File.txt-#!/bin/bash # Prod
bin2txt
- 自己写的Diablo 2的mod反编译软件,源代码全部公开,VS2010编译,可以直接从mod的bin文件反编译出txt源码。-Write your own Diablo mod 2 decompile software, all open source code, VS2010 compiler can decompile the source code directly the mod txt bin file.
dextxt2bin
- 处理将十进制txt(空格隔开)转换成16进制bin文件 如:27 27 27->1b 1b 1b(Processing decimal TXT (space separated) converted into 16 hexadecimal bin file Such as: 2727 27->1b 1b 1B)