当前位置:
首页 资源下载
搜索资源 - Assembler program machine
搜索资源列表
-
0下载:
包括C语言哈夫曼树的实现;win32写的代码统计工具;汇编加密解密机masm程序;C++哈夫曼树的实现;汇编简单计算器;汇编编译工具-Including the realization of C language Huffman tree win32 statistical tools to write code assembly the encryption decryption machine masm process C++ Huffman tree realization com
-
-
0下载:
Mips指令汇编器,将MIPS汇编程序转换为机器码。-mips assembler:change mips assembler program into machine code.
-
-
0下载:
SPI主从式,单主单从,分别给出主机程序和丛机程序,汇编实现-SPI master-slave, single master single slave, the host program and are given Cong machine, assembler implementation
-
-
1下载:
里面包含有汇编器代码和虚拟机代码,主要用来体验PC的工作原理和CPU的寻址方式等,由于用E语言编写的程序比较慢,所以管道模式是没有办法实现的了。-Which contains the virtual machine code and assembler code, the main PC to experience the working principle and the CPU' s addressing modes and so on, because a program writt
-
-
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下载:
This application comprises a market simulation game populated by artificially intelligent trading agents. Each agent is controlled by a virtual machine that executes a simple program based on a customized machine language. The programs may be randoml
-
-
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下载:
SHA1汇编码的深度优化改写:
写个程序,用的了SHA1汇编码,百度了一堆,但是没有一个满意的。
并且都对500M以上的大文件支持不好,可怜单位配的256M内存的古董机!!!!!
于是自己决定重新写个,该源码对大文件的计算速度较快.
程序改写要点,除了对算子的优化外,还优化掉了数据表。由于优化掉了部分特种码,可以一定程度上避免PEiD类的软件侦测到所采用的算法类型
写完后,发现:中间那一堆代码怎么看怎么那么不顺眼呢!!,继续改写,进行了优化,把中间的算子优化掉。
附带全部
-
-
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下载:
在众多单片机中51 架构的芯片风行
很久,学习资料也相对很多,是初学的较好的选择之一。51 的编程语言常用的有二种,一
种是汇编语言,一种是C 语言。汇编语言的机器代码生成效率很高但可读性却并不强,复
杂一点的程序就更是难读懂,而C 语言在大多数情况下其机器代码生成效率和汇编语言相
当,但可读性和可移植性却远远超过汇编语言,而且C 语言还可以嵌入汇编来解决高时效
性的代码编写问题。对于开发周期来说,中大型的软件编写用C 语言的开发周期通常要小
于汇编语言很多。-In ma
-
-
0下载:
The source program that shows how to create a compiler / assembler into machine code, written completely in Delphi. The source code shows how to create your own EXE-files: the formation of Win32 header \ PE\ , DOS \ MZ\ , adding sections, creation of
-
-
0下载:
汇编大多是指汇编语言,汇编程序。把汇编语言翻译成机器语言的过程称为汇编。在汇编语言中,用助记符(Memoni)代替操作码,用地址符号(Symbol)或标号(Label)代替地址码。这样用符号代替机器语言的二进制码,就把机器语言变成了汇编语言。于是汇编语言亦称为符号语言。用汇编语言编写的程序,机器不能直接识别,要由一种程序将汇编语言翻译成机器语言,这种起翻译作用的程序叫汇编程序,汇编程序是系统软件中语言处理的系统软件。(Compilation mostly refers to assembly l
-