CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - machine language

搜索资源列表

  1. 汇编语言虚拟机

    1下载:
  2. 本软件实现了汇编语言级虚拟机的模拟,可以当作一个简易的汇编工具使用,同时又演示了CPU的工作过程,对于学习计算机组成原理和汇编语言是有一定帮助的-the assembly language level virtual machine simulation and can be used as a simple compilation of the use of tools, but also demonstrated the CPU process, learning theory and co
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:227.2kb
    • 提供者:叶靥
  1. preccx.ZIP

    0下载:
  2. 反汇编源码,把机器语言代码转化为汇编语言-anti-source compilation, machine language code into assembly language
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:437.79kb
    • 提供者:lihua
  1. 非压缩BCD减法

    0下载:
  2. 汇编写的非压缩BCD码减法。实现两个非压缩BCD码在机器语言中的减法。但未实现输入-compilation write uncompressed BCD subtraction. Achieving two non-compressed BCD in the machine language of subtraction. But to achieve the importation
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:859byte
    • 提供者:王文强
  1. 用单片机C语言编程实现4台单片机之间的多机通信

    3下载:
  2. 用单片机C语言编程实现4台单片机之间的多机通信,有完整的Protues仿真源代码。,C programming language used to achieve single-chip 4 between the single-chip multi-machine communications, complete source code Protues simulation.
  3. 所属分类:汇编语言

    • 发布日期:2016-11-09
    • 文件大小:54.32kb
    • 提供者:sunda
  1. Emu8086

    0下载:
  2. 想搞懂汇编语言理解深层次的机器底层,我们可以用emu8086这个软件进行编程和调试,获得理解,这是emu8086使用教程!-Would like to get to know the assembly language in-depth understanding of the underlying machine, we can use this software emu8086 programming and debugging, access to understand that this
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:241.74kb
    • 提供者:蓝天
  1. ASM

    0下载:
  2. 该软件包中包括了比较经典了几个汇编程序,如进制的装换,数据的输入输出,排序,等等。而且这些程序都是上机调试通过的,是初学汇编语言的理想资料-The package included a comparison of several classic compilation procedures, such as the band s equipment for data input and output, sorting, and so on. And that these procedures a
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:5.17kb
    • 提供者:杨光
  1. machine_language

    0下载:
  2. 附件主要是关于汇编语言方面的基材以及相关算法-mainly about the textbook of machine language
  3. 所属分类:assembly language

    • 发布日期:2017-05-16
    • 文件大小:3.49mb
    • 提供者:浪行拂晓
  1. assemblelanguage

    0下载:
  2. 汇编是比较底层的编程语言,比较接近机器语言,学习之后对机器的底层运行会有更近一步的了解。-Compilation is relatively low-level programming language closer to machine language, learning to run after the bottom of the machine will be one step closer to understanding.
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:101.86kb
    • 提供者:zt
  1. huibianyuyan

    0下载:
  2. 汇编语言程序设计教程,经典的机器语言!最底层的语言!让您了解电脑工作原理!-Assembly language programming tutorial, classic machine language! The bottom of the language! Let you know the computer works!
  3. 所属分类:assembly language

    • 发布日期:2017-06-03
    • 文件大小:14.63mb
    • 提供者:小生
  1. Assembler

    0下载:
  2. This an assembler which is used during compiler design. It basically does the translation work from assembly language to machine language.-This is an assembler which is used during compiler design. It basically does the translation work from assembly
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:110.29kb
    • 提供者:vishal.shubham
  1. assemblylanguage

    0下载:
  2. 汇编入门,汇编语言的由来及特点,机器语言机器指令-Series started, the origin and characteristics of assembly language, machine language machine instructions, etc.
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:568.08kb
    • 提供者:裴萌
  1. 8086

    0下载:
  2. 汇编语言比机器语言易于读写、易于调试和修改,同时也具有机器语言执行速度快,占内存空间少等优点,但在编写复杂程序时具有明显的局限性,汇编语言依赖于具体的机型,不能通用,也不能在不同机型之间移植。-Assembly language is easy to read and write than machine language, easy to debug and modify, as well as the implementation of a fast machine language, ac
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:3.66kb
    • 提供者:you
  1. Detmer---Introduction-to-80x86-Assembly-Language-

    0下载:
  2. Introduction to 80x86 Assembly Language and Computer Architecture divides its emphasis between the assembly-language/machine-language level of computer operations and the architectural level, that is, the level defined by the machine instructions tha
  3. 所属分类:assembly language

    • 发布日期:2017-05-16
    • 文件大小:4.21mb
    • 提供者:youjmn
  1. C-language-also-can-do-great-things

    0下载:
  2. C语言是一种计算机程序设计语言。它既具有高级语言的特点,又具有汇编语言的特点。它由美国贝尔研究所的D.M.Ritchie于1972年推出。1978后,C语言已先后被移植到大、中、小及微型机上。它可以作为工作系统设计语言,编写系统应用程序,也可以作为应用程序设计语言,编写不依赖计算机硬件的应用程序。它的应用范围广泛,具备很强的数据处理能力,不仅仅是在软件开发上,而且各类科研都需要用到C语言,适于编写系统软件,三维,二维图形和动画。具体应用比如单片机以及嵌入式系统开发。-C language is
  3. 所属分类:assembly language

    • 发布日期:2017-03-27
    • 文件大小:126.45kb
    • 提供者:heyao
  1. vba-language-and-the-form

    0下载:
  2. 汇编语言语句格式 伪指令 汇编语言源程序结构 汇编语言程序的上机过程 动态调试程序DEBUG-Assembly language statement format directive assembly language source code structure to assembly language programming on the machine the process of dynamic debugger DEBUG
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:296.86kb
    • 提供者:祝浩
  1. washing-machine-code.a30

    0下载:
  2. 某大型白电公司滚筒洗衣机某型号主控程序,汇编语言-Master control program of a large white companies of a particular model of the drum washing machine and assembly language
  3. 所属分类:assembly language

    • 发布日期:2017-03-23
    • 文件大小:62.48kb
    • 提供者:dragon
  1. bomb

    1下载:
  2. CMU Bomb Lab. Linux下汇编语言与gdb调试的练习,经典。对了解64位Intel架构的ISA指令,理解高级语言与机器语言之间的关系,有很大帮助。-CMU Bomb Lab. Linux assembly language debugging with gdb exercises under, classic. Understanding of the 64-bit Intel architecture ISA instructions, understand the relati
  3. 所属分类:汇编语言

    • 发布日期:2014-03-18
    • 文件大小:15.84kb
    • 提供者:Ghost
  1. assembly-language

    0下载:
  2. 基于汇编,51单片机的自动售货机设计,三种商品,三种价格,包含proteus仿真。-Based on the compilation, 51 vending machine design, three commodities, three price includes proteus simulation.
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:68.82kb
    • 提供者:李凯
  1. Finite-state-machine-design-part

    0下载:
  2. VHDL语言 有限状态机交通灯的设计 有限状态机设计部分-VHDL language finite state machine design of traffic lights finite state machine design part
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:6.44kb
    • 提供者:赵小川
  1. 汇编实验

    0下载:
  2. 汇编大多是指汇编语言,汇编程序。把汇编语言翻译成机器语言的过程称为汇编。在汇编语言中,用助记符(Memoni)代替操作码,用地址符号(Symbol)或标号(Label)代替地址码。这样用符号代替机器语言的二进制码,就把机器语言变成了汇编语言。于是汇编语言亦称为符号语言。用汇编语言编写的程序,机器不能直接识别,要由一种程序将汇编语言翻译成机器语言,这种起翻译作用的程序叫汇编程序,汇编程序是系统软件中语言处理的系统软件。(Compilation mostly refers to assembly l
  3. 所属分类:汇编语言

    • 发布日期:2017-12-19
    • 文件大小:1.15mb
    • 提供者:vdhuavhuai
« 12 3 4 »
搜珍网 www.dssz.com