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

搜索资源列表

  1. huibian

    0下载:
  2. 汇编的大作业源代码 包括基本和进阶的汇编语言的运用 对初学者很有帮助 内有更详细说明-Compilation of the major operating source code, including basic and advanced use of assembly language useful for beginners, there are more detailed descr iption of
  3. 所属分类:assembly language

    • 发布日期:2017-04-29
    • 文件大小:13384
    • 提供者:Spiky
  1. addpass

    1下载:
  2. 这个是一个采用汇编语言编写的文件加密器的源代码。-This is a compilation of languages used file encryption browser' s source code.
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:17354
    • 提供者:jjx
  1. LCD1602xianshizifu

    0下载:
  2. 这是一个用51系列单片机控制lcd1602显示字符的小程序使用汇编语言编写的源代码-This is a used 51 series single-chip control lcd1602 displayed characters use small programs written in assembly language source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:27393
    • 提供者:张仪
  1. MSILandTutorial

    0下载:
  2. Microsoft Intermediate Language (MSIL)微软中间语言 这是一种类似Java字节码的语言,也是为了能在不同平台移植所生成的中间代码。具体过程如下:   MSIL是将.NET代码转化为机器语言的一个中间过程。它是一种介于高级语言和基于Intel的汇编语言的伪汇编语言。当用户编译一个.NET程序时,编译器将源代码翻译成一组可以有效地转换为本机代码且独立于CPU的指令。 -Microsoft Intermediate Language (MSIL), Mi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:344827
    • 提供者:宴宾
  1. music

    0下载:
  2. 汇编语言写的单片机控制蜂鸣器演奏音乐实验,附有歌曲《祝你平安》源代码-Writing assembly language of the single-chip control buzzer experimental music, with song " I wish you peace," the source code
  3. 所属分类:assembly language

    • 发布日期:2017-04-28
    • 文件大小:80501
    • 提供者:阿土
  1. DMX512.doc

    0下载:
  2. 这是用mega8汇编语言作的DMX512舞台灯光接收发射源代码。希望有帮助-This is used mega8 assembly language for the DMX512 stage lighting source code to receive the launch. I hope there is help
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:30208
    • 提供者:MRlv
  1. Emu8086v3.07

    0下载:
  2. 本软件包含了学习汇编语言的全部内容。Emu8086集源代码编辑器,汇编/反汇编工具以及可以运行debug的模拟器(虚拟机器)于一身,此外,还有循序渐进的教程。这套软件对于刚开始学习汇编语言的朋友非常有帮助.它能够编译源代码,并在模拟器上一步一步的执行. 可视化界面令操作易如翻掌.可以在执行程序的同时可观察寄存器,标志位和内存.算术和逻辑运算单元(ALU)显示中央处理器内部的工作情况. 注意这是注册版的 可以消除很多限制!-Emu8086-MicroprocessorEmulator
  3. 所属分类:assembly language

    • 发布日期:2017-05-12
    • 文件大小:2672073
    • 提供者:王忠
  1. Single-chip-source

    0下载:
  2. 这是我们大三做课程设计的一些源代码,包括c语言和汇编语言的-This is our third year curriculum designed to do some source code, including the c language and assembly language
  3. 所属分类:CSharp

    • 发布日期:2017-05-02
    • 文件大小:686884
    • 提供者:张励志
  1. asmSamples

    0下载:
  2. 这是资料最全的有关汇编语言的示例源代码,是我整理出来的,对学习汇编的开发人员很有帮助。-This is the information most relevant examples of assembly language source code, are out of my collation of the study very useful compilation of the developers.
  3. 所属分类:assembly language

    • 发布日期:2017-06-01
    • 文件大小:13398168
    • 提供者:zlwwlh
  1. code

    0下载:
  2. *****汇编语言程序设计 源代码-Assembly Language Programming
  3. 所属分类:assembly language

    • 发布日期:2017-04-29
    • 文件大小:43597
    • 提供者:helloworld
  1. colck

    0下载:
  2. 汇编语言编写的单片机电子时钟。源代码在这里。-Assembly language of the single-chip electronic clock
  3. 所属分类:assembly language

    • 发布日期:2017-04-28
    • 文件大小:38861
    • 提供者:airthon
  1. 8253

    0下载:
  2. 这个一个用于检测8253功能的汇编语言程序源代码-This a function for the detection of 8253 assembly language source code
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:854
    • 提供者:王强
  1. shiyan4

    0下载:
  2. 汇编语言实验四 查找电话号码实验源代码-abc
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:2108
    • 提供者:Rlgband
  1. Chapter_2

    0下载:
  2. 本章简要介绍Linux中一般的编码结构,并描述诸多与内核打交道的方法。我们首先 关注内核中常见数据类型,比如有效存储、信息检索、编码方法,以及基本汇编语言。这将 为我们在以后的章节中详细分析内核打下基础。接下来介绍Linux如何将源代码编译、链 接成可执行代码,这对理解交叉平台编码和更好地介绍GNU工具集不无益处。之后就是一 系列从Linux内核搜集信息的方法之概要了。本章涉及的内容非常广泛,包括源代码和可 执行代码的分析,以及在Linux内核中插入调试语句。-This ch
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:457400
    • 提供者:丹尼
  1. dianpianjiyinyuechengxu

    0下载:
  2. 基于汇编语言的单片机音乐程序设计,包含音乐源代码-Microcontroller-based assembly language programming of music, including music source code
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:2863
    • 提供者:万军
  1. sqrt(x)

    0下载:
  2. 用汇编语言及牛顿迭代法编写的求一个数的平方根的源代码,环境windlx-Using assembly language and the Newton iterative method for the preparation of a number of the square root of the source code, the environment windlx
  3. 所属分类:assembly language

    • 发布日期:2017-03-26
    • 文件大小:1820
    • 提供者:沐夕
  1. sing

    0下载:
  2. 蜂鸣器唱歌的汇编语言实现源代码 蜂鸣器唱歌的汇编语言实现源代码-Singing buzzer assembly language source code to achieve a compilation of songs buzzer language source code
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:1041
    • 提供者:沐夕
  1. e

    0下载:
  2. 一个用汇编语言写的小病毒源代码 一个用汇编语言写的小病毒源代码-Used to write a small assembly language source code of a virus with a small assembly language to write a virus source code written in assembly language with a small virus source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:4596
    • 提供者:
  1. assembly_code.tar

    0下载:
  2. 汇编语言程序设计源代码,适合linux下那些希望了解汇编程序的c/c++程序员.-Assembly language programming source code, suitable for those who would like to know under linux assembler of c/c++ programmers.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:14824
    • 提供者:wang
  1. hui

    0下载:
  2. 汇编源代码大全 windows进程控制、图形编程、创新32位声开发、视频实例等众多内容,内容十分的丰富,绝对是 汇编语言的知识宝库!-Guinness windows source code compilation process control, graphics programming, the development of innovative 32-bit sound, video, and many examples of content, content rich, it is
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:702863
    • 提供者:莉莉
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 17 18 »
搜珍网 www.dssz.com