搜索资源列表
ArmEmulate
- S3C4510模拟器及实例源码 安装ADS1.2之后,再安装模拟器。模拟器安装路径必须选择到ADS的bin目录,所以必须先安装ADS。安装模拟器时请仔细阅读提示文字。 模拟器安装完成后,会在桌面建立快捷图标S3C4510B_Board,运行这个快捷图标可以看到开发板的图形,在AXD启动后将可以在S3C4510B_Board上面看到效果。 模拟器安装完成后,还会建立文件夹 C:\\ArmEmulate,桌面快捷图标S3C4510B_Board 就是指向这里。这个文件夹下有5个子文件夹,
TXT_BIN
- 实现将生成的图片二进制数据的TXT文本存储方式转换为.bin格式,实现字库处理-achieve generated images binary data stored in such a manner as TXT text converted to. Bin format. achieve font handling
up_VC_Prolog
- VC和prolog联合开发的prolog的编译器.是我的毕业设计,河海大学2006届毕业生的优秀毕业设计.以下是论文的一部分: 第三章 VC++与PROLOG的接口 一.接口方案及准备工作 在这里,我所采用的接口方案是直接调用库函数.PROLOG系列语言中,有一种叫Amzi PROLOG的,提供了较完善的库函数接口.在我的毕业设计中,我所采用的是Amzi PROLOG 5.0版本所提供的库函数接口,所引用的文件为Amzi.h,amzi.dll,amzi.lib.这些文件可以通过下载
GetUnicode
- 看看是否对你有用,字库生成,字模点阵提取,UNICODE查询和转换,二进制文件转文本文件,文本文件转化为二进制文件(一个数组还原为一个BIN文件)-see whether useful to you, font generation, Dot Matrix Printer extraction, UNICODE inquiries and conversion, binary files to text files, text documents into binary files (a red
hyplas
- ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
Senfore_DragDrop_v4.1
- Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
BinToTxt.rar
- 可以读取编译后的bin程序文件并转换成16进制文本存入TXT文档,Can be compiled to read the bin file and converted into 16 binary text documents into TXT
Txt2Bin
- 用于保存为ASC2字符集的烧写代码文本文件 转为 原始BIN二进制代码-Save ASC2 for the programming code for the character set to the original text file BIN Binary code
Hex2Bin
- HEX 转 BIN 程序,弄过单片机的人可能都知道,很多编译器都会编译出一种叫HEX 的文件,这好像是Intel定的一个格式,就是把二进制的机器代码文件以16进制的字符形式(文本)保存,写进cpu或rom前都需要进行转化,此小程序便可完成该任务了。(本人上传代码均为Fwr原创)-HEX to BIN procedures, people get too SCM may all know, a lot of the compiler will compile a document called H
BinToText
- Bin to text ,能把数据文件传成文本,给写代码用的工具。-bin to text ,useful for programer.
VSM
- asm的文BJECT MODULE PLACED IN STARTUP.OBJ ASSEMBLER INVOKED BY: 用Keil实现\C51\BIN\A51.EXE STARTUP.A51 SET(SMALL) DEBUG EP档简介-asm of the text BJECT MODULE PLACED IN STARTUP.OBJ ASSEMBLER INVOKED BY: using Keil to achieve \ C51 \ BIN \ A51.EXE STARTUP.A5
2
- 任意设计一个类(比如point类、RMB类、Student类等),要求 在类设计中对流操作符"<<"和">>"进行重载。在主程序中声明5个该 类的对象,然后将这5个对象分别以文本格式和二进制格式保存到当前目录的zrf.dat文件和zrf.bin中,之后再 以字符方式和二进制方式从文件中读取数据存储到另外5个临时对象中并输出。-Any design of a class (eg point type, RMB class, Student, etc.) requ
ReadFile
- 把二进制文件转成文本的小工具,适合连接各种bin文件-Convert binary files into text in a small tool, suitable for connection to a variety of bin files
Asc2BinOfSTL
- STL文件有文本(asc)和二进制(bin)两种格式。本程序提供了从文本到二进制格式的转换。-STL files are text (asc) and binary (bin) formats. This program provides the format from text to binary conversion.
Text-to-Bin
- 将文本格式的二进制数据转换为二进制格式文件,方便二进制格式文件数据编辑和烧写。-The text format of the binary data into binary format, binary format to facilitate data editing and programming.
BinToText
- 把图片转换成代码中使用的数据,MTK可以使用-MTK picture bin to text
ConvertToBinary
- Convert Text To Bin Convert Bin To Text image use to increase KB to upload. Not neccessary
importAgilentBin
- 在MATLAB中读取“.bin”文件,改为函数文本,可直接调用-Read " .bin" file in MATLAB function to text, you can directly call
gawk-4.1.0-bin
- The awk utility interprets a special-purpose programming language that makes it possible to handle simple data-reformatting jobs with just a few lines of code. The source code for the latest release of GNU awk is available from the GNU project's ftp
TxtHex2Bin_14
- Simple utility for conversion of a text file with a hex value in each line into a bin file.