搜索资源列表
-
0下载:
Mips指令汇编器,将MIPS汇编程序转换为机器码。-mips assembler:change mips assembler program into machine code.
-
-
0下载:
这是一本IBM PC机 汇编程序的系统功能的基本信息的书, 书中提供了200多个使用DOS和BIOS调用的程序实例-This is an IBM PC machine assembler, basic information system functions the book, the book provides more than 200 calls using the DOS and the BIOS program example
-
-
0下载:
Arithmetical Operations in Assembler Language and X-Toy.
Shows the way from higher program languages to Assembler and Machine Code.
So you can see, what the machine (PC) "sees".
Files are:
add.c
add.asm
add.toy
-
-
0下载:
写个程序,用的了MD5汇编码,百度了一堆,但是没有一个满意的。
并且都对500M以上的大文件支持不好,可怜单位配的256M内存的古董机!!!!!
于是自己决定重新写个,该源码对大文件的计算速度较快,附带全部RadASM汇编源码及生成的程序。源码请看附件。-Write a program, with MD5 assembler code, Baidu a bunch, but no one satisfied. And are bad, poor unit with large file
-
-
0下载:
写个程序,用的了MD5汇编码,百度了一堆,但是没有一个满意的。
并且都对500M以上的大文件支持不好,可怜单位配的256M内存的古董机!!!!!
于是自己决定重新写个,该源码对大文件的计算速度较快.
写完后,发现:中间那一堆代码怎么看怎么那么不顺眼呢!!,继续改写,进行了优化,把中间的算子优化掉。
附带全部RadASM汇编源码及生成的程序。源码请看附件。-Write a program, with MD5 assembler code, Baidu a bunch, but no
-
-
0下载:
XPB!Basic
XPB! is a brand new compiler for the 32-bit Windows platform that contains a rich set of features for developingboth GUI and console applications!
Features
True 32-bit compiler!
Create both GUI and console programs!
Create
-
-
0下载:
汇编大多是指汇编语言,汇编程序。把汇编语言翻译成机器语言的过程称为汇编。在汇编语言中,用助记符(Memoni)代替操作码,用地址符号(Symbol)或标号(Label)代替地址码。这样用符号代替机器语言的二进制码,就把机器语言变成了汇编语言。于是汇编语言亦称为符号语言。用汇编语言编写的程序,机器不能直接识别,要由一种程序将汇编语言翻译成机器语言,这种起翻译作用的程序叫汇编程序,汇编程序是系统软件中语言处理的系统软件。(Compilation mostly refers to assembly l
-