Description: The Obfuscated Tiny C Compiler (OTCC) is a very small C compiler. It generate i386 code,include two version.The one generate bin file,the other generate elf file Platform: |
Size: 9184 |
Author:肖逸 |
Hits:
Description: 本程序利用MULTI-ICE通过JTAG口下编译的可执行程序*.bin文件在线烧写flash-the procedures used MULTI- JTAG ICE through the mouth under compiler executable file-*. bin burning flash Platform: |
Size: 539648 |
Author:bestyt |
Hits:
Description: The Obfuscated Tiny C Compiler (OTCC) is a very small C compiler. It generate i386 code,include two version.The one generate bin file,the other generate elf file Platform: |
Size: 9216 |
Author:肖逸 |
Hits:
Description: 这是一个自制的实用的文件格式转化工具,因常用的pci单片机编译器MPASM.EXE编译的文件是HEH十六进制的
并且含有握手码,不能使用通用编程器烧录(例TOM2000编程器), 因此用VB6.0制做一个16_2.exe文件
用以文件格式转化,转换后既可用TOM2000等用通用编程器烧录
16_2.exe使用方法:准备好pic.asm文件(文件名一定要用这个名),点击16_2.exe既可生成通用编程器(例TOM2000)使用
的pic.bin二进文件
16_2.exe的制做(源码):安装VB6.0后,点击“工程1.VBP”进入VB6.0编译环境,编译既可。-This is a practical self-made file format conversion tools, due to commonly used pci Singlechip MPASM.EXE compiler to compile the document is HEH hexadecimal and contain handshake code, programmers should not use the generic burner (Example TOM2000 programmer), so use VB6.0 to do a system 16_2.exe document file format for the conversion, the conversion can be used after TOM2000 universal programmer, such as burning 16_2.exe Usage: ready pic.asm document (document who must use this name), click 16_2.exe can generate universal programmer (Example TOM2000) used pic.bin binary files 16_2.exe make the system (source): the installation of VB6.0, click Engineering 1.VBP into the environment VB6.0 compiler, the compiler can. Platform: |
Size: 699392 |
Author:lkj1954 |
Hits:
Description: 是基于keil for arm开发中的文档:
Realveiw MDK中图形化界面配置详解.pdf
realview mdk的s3c2410的开发方法.pdf
Realview MDK中编译器对中断处理的过程详解.pdf
Realview MDK中调试脚本的详细解析.pdf
Realview MDK中链接脚本的详细解析.pdf
利用Realview MDK生成.bin格式的文件.pdf
在MDK中添加自己的FLASH编程算法.pdf-Keil for arm based on the development of the document: Realveiw MDK in the graphical interface to configure explain. Pdfrealview mdk the S3C2410 development method. PdfRealview MDK in the compiler of the interruption of the process explain. PdfRealview MDK in the detailed analysis script debugging. link script pdfRealview MDK detailed analysis. pdf use Realview MDK generated. bin file. pdf in MDK to add their own FLASH programming algorithm. pdf Platform: |
Size: 1222656 |
Author:董莹 |
Hits:
Description: DSP 自举过程需要的bin文件生成工具,根据TI官网代码,VC下编译通过。-DSP bootstrap process requires tools to generate the bin file, in accordance with TI' s official website code, VC adopted under the compiler. Platform: |
Size: 164864 |
Author:刘刚 |
Hits:
Description: ffdshow中有一些基于Linux的代码是需要MinGW编译的,较为繁琐,直接编译会报错。这里包含了编译完成后的文件,复制后即可直接编译。-ffdshow has some Linux-based MinGW compiled code is required, the more cumbersome direct compiler will complain. This contains the compiled after the completion of the file, copy, ready for direct compilation. Platform: |
Size: 13208576 |
Author:late |
Hits:
Description: 反汇编译器 汇编语言可以进行bin文件的反汇编-Anti-exchange assembly language compiler can disassemble the bin file Platform: |
Size: 683008 |
Author:jiangxi |
Hits:
Description: Converting a *. hex *. bin
An example TCL script to convert the file into *. hex *. bin file. The program accepts 0, 1 or 2 arguments. 1-st argument - the input file (if 0 arguments - stdin), 2-th argument - the output file (if not specified - stderr).
Dealt with only 2 types of records in the HEX-file - the data itself and the "extended address" (for controllers with more than 64KBytes of program memory). Suitable, for example, PIC18F87J10 and compiler Hitech-C 9.51pl2. Perhaps, for some part-time controllers such analysis is insufficient, then the program will give an error "unrecognized record type at file: line type," perhaps simply will not work.
To work in windows to install the interpreter, such as this: http://www.evolane.com/software/etcl/ # downloadwin32
More information: wiki.tcl.tk Platform: |
Size: 1024 |
Author:Kirill Frolov |
Hits:
Description: GPRS DTU数据中心 源代码,实际cdma的也可以用
DTU接受程序使用Java编写,其中,…\WSNserver\src 为源文件,…\WSNserver\bin 为可执行程序。该文件夹下project文件可用eclipse for java 直接打开编译。编译是需要注意的是将java-mysql的类库放置在C:\Program Files\Java\jre6\lib\ext路径下。本程序只用到这一个Java外部类库。
在源文件中,DataReceiver.java 为主程序类,通过该类调用其他子类。
其中:DataReceiver.java 包括主程序main,以及TCP/IP 接收数据的实现。
DataAnalysis.java 对接受的数据按照既定格式进行拆分
DataBase.java 将数据写入Mysql数据库
DataStructure.java 规定数据格式
TwoThread.java 开启多线程功能
post.java 实现向新浪网备份数据
GetIP.java 获取本机固定IP-GPRS DTU data center source code, you can also use the actual cdma
DTU to accept the program written in Java, which, ... \ WSNserver \ src for the source file, ... \ WSNserver \ bin for the executable program. The project file folder opened directly available eclipse for java compiler. Compilation is important to note that the library will be java-mysql placed in C: \ Program Files \ Java \ jre6 \ lib \ ext path. This procedure is only used outside this a Java class libraries.
In the source file, DataReceiver.java main classes, the class called by other sub-categories.
Of which: DataReceiver.java including the main program main, and TCP/IP implementation to receive data.
DataAnalysis.java of the received data in accordance with the established format for split
DataBase.java to write data to Mysql database
DataStructure.java data format requirements
TwoThread.java on multithreading
post.java Sina backup data to achieve
GetIP.java fix Platform: |
Size: 31744 |
Author:刑名 |
Hits:
Description: 编译器调用打包工具,将编译得到bin文件加入识别码,以防止升级错误-Compiler invocation packaging tool will compile the bin file to the ID to prevent the upgrade error Platform: |
Size: 50176 |
Author:viter |
Hits:
Description: keil直接生成bin优化编译文件,hex不能很好说明程序文件大小。测试好像只能arm由此功能,因为需要先生成.AXF文件才能自动转换成BIN-keil optimizing compiler directly generate bin file, hex file sizes are not well explained procedures. Thus it seems only arm function test, because of the need Mr. into. AXF file to automatically convert BIN Platform: |
Size: 155648 |
Author:jerry |
Hits:
Description: XC8/XC16/XC32编译器破解程序与软件,把xclm.exe软件复制到bin文件下代替原文件-XC8 XC16/XC32 compiler cracking programs and software, the XCLM. Exe software is copied to the bin file instead of the original file Platform: |
Size: 16384 |
Author:伊祁 |
Hits:
Description: PBC官方win32下编译好的命令行式实验包,解压后打开pbc.exe,然后参考官方帮助文件来进行你的实验,包括定义变量,使用其中的库函数等。-PBC official win32 compiler good command-line test package, unzip open pbc.exe, then refer to the official help file for your experiment, including the definition of a variable, use one of the library functions and so on. Platform: |
Size: 416768 |
Author: |
Hits:
Description: 三星开发板S3C6410的bootloader,大三在校实验室做的,附带参考文档,有Makefile,Ubuntu linux平台,需要配置交叉编译环境,执行Makefile生成bin文件,通过minicom tftp 下载到开发板。代码有些注释可以辅助阅读。-Samsung S3C6410 development board s bootloader, a junior at the school laboratory, incidental reference documents, there is Makefile, Ubuntu linux platform, you need to configure cross-compiler environment, Makefile generate bin file downloaded to the development board via minicom tftp. Codes can assist reading some comments. Platform: |
Size: 21159936 |
Author:李守毅 |
Hits:
Description: 自己写的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. Platform: |
Size: 12394496 |
Author:anders |
Hits: