搜索资源列表

  1. KmdTutCn

    0下载:
  2. KmdTut是一份以Win32汇编语言来开发Kernel mode驱动程序的教程,读者可以从http://www.freewebs.com/four-f/下载最新的英文版本,为了使用本教程,你还需要下载Kernel mode驱动程序开发包KmdKit,更多信息请参考http://www.wasm.ru/(很不幸,是俄文的,倒ing~~~) 0.2 关于KmdKit KmdKit的全称是Kernel Mode Dr
  3. 所属分类:驱动编程

    • 发布日期:2024-05-21
    • 文件大小:262144
    • 提供者:gdmzwwq
  1. compiler

    0下载:
  2. Python语言写的汇编编译器,可将MIPS指令转化为机器语言。-Python language compilation compiler, MIPS instructions can be translated into machine language.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:king
  1. msp430asm

    1下载:
  2. MSP430 反编译器是力杰电子为反汇编 Texas MSP430单片机目 标文件而开发,使反编译出的源程序几乎不做任何修改即可进行再 编译。-MSP430 Decompiler is Cenda disassemble electronics for Texas MSP430 target file Singlechip developed so that the decompile the source code in al
  3. 所属分类:汇编语言

    • 发布日期:2024-05-21
    • 文件大小:159744
    • 提供者:flyfox
  1. C-Compiler

    0下载:
  2. 小型C语言编译器,VC条件下运行,最后编译为汇编代码-Small C language compiler, VC under the conditions of operation, the final assembly code for the compiler
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:1184768
    • 提供者:sunhui
  1. ITU-TG.729Sourcecode

    0下载:
  2. ITU-T G.729 Source code最新版,标准实现,很有参考价值,里面还带了nasm汇编编译器-ITU-T G.729 Source code the latest version, the standard to achieve, a good reference, which also brought NASM compilation compiler
  3. 所属分类:Audio

    • 发布日期:2024-05-21
    • 文件大小:353280
    • 提供者:叶子
  1. compiler

    0下载:
  2. 简单实现C--语言的编译器 ,能够生成汇编代码;再用工具将汇编代码转换为可执行文件,执行该文件得到正确的结果。-Realize a simple C- language compiler can generate assembly code reuse tool assembly code is converted to an executable file, the implementation of the document to
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:406528
    • 提供者:
  1. decompiler

    0下载:
  2. 我自己写的flash player decompiler,不是幡汇编器,是反编译器,用来反编译swf文件的actionscr ipt,支持swf 6-I wrote it myself flash player decompiler, assembler not Hatabu is Decompiler to decompile the swf file actionscr ipt, support swf 6
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:30720
    • 提供者:westwind1974
  1. tianshuyedu

    0下载:
  2. 汇编语言是一门本来是很基础很古老的语言,由于它的代码可读性可移植性较差,现在已经很少有人用。但它的优点也是显而易见的, 很高的效率,不受编译器限制的随意性,对硬件的直接操作(保护模式下需要系统支持),以及逆向工程时不可或缺的反汇编调试等。随 着你越来越深入的了解计算机,你会越来越觉得这个古老的东西是最重要的,是那些时髦的编程语言不可比拟的。 我们每天使用的Windows 内核部分,几乎完全用C 语言开发。只可惜MS 并不公开
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:384000
    • 提供者:zyh
  1. nasm2.0.3

    0下载:
  2. NASM2.03汇编编译器,支持跨平台编译,可以生成,支持各种常用Link工具的目标代码文件。 支持64位汇编指令。内附原版参考文档。-NASM2.03 compilation of the compiler to support cross-platform compiler, can generate and support a variety of commonly used tools Link object code fi
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:1907712
    • 提供者:扎克
  1. nasm-2.05rc6

    0下载:
  2. 汇编编译器的最新版本的源码.买了自己动手写操作系统这本书的人一定要下-Compiler to compile the latest version of the source. Bought a do-it-yourself operating system to write this book of people must be under
  3. 所属分类:汇编语言

    • 发布日期:2024-05-21
    • 文件大小:1085440
    • 提供者:张伟杰
  1. Helios_XASM

    0下载:
  2. Helios编译器,汇编编译器,暂未C编译器。-Helios compiler, assembler compiler, yet C compiler.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:269312
    • 提供者:
  1. TinyC

    0下载:
  2. 编译原理课设,TinyC,简化的C语言编译器,不能支持比较高级的C程序,可以生成汇编和语法树-Principle-based compiler class, TinyC, to simplify the C language compiler, can not support the more advanced C procedures, can generate the compilation and syntax tree
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:417792
    • 提供者:P.Linux
  1. Assembler

    0下载:
  2. 自己开发的汇编式脚本语言编译器,由VC8控制台编写。-Own compilation-style scr ipting language compiler from the console to prepare VC8.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:645120
    • 提供者:zhangjin
  1. nasm-2.06rc1-win32

    0下载:
  2. windows 环境下的nasm汇编编译器器源码-The source code of nasm in the windows environment
  3. 所属分类:汇编语言

    • 发布日期:2024-05-21
    • 文件大小:333824
    • 提供者:
  1. CCSjichengkaifahuanjing

    0下载:
  2. CCS集成开发环境,CCS系统安装与设置,CCS菜单和工具栏,编译器、汇编器选项-CCS Integrated Development Environment, CCS system installation and setup, CCS menus and toolbars, compiler, assembler options
  3. 所属分类:文档资料

    • 发布日期:2024-05-21
    • 文件大小:814080
    • 提供者:黄增华
  1. masmsetup

    0下载:
  2. 直接用指令码写出第一个汇编语言编译器,然后就可以用汇编语言写新的编译器,其实很多语言都可以写汇编编译器 比如第一个C语言编译器可能是用汇编写的,但是以后的C编译器都可以用C语言来写,神奇吧,哈哈 -Directly write the scr ipt the first assembly language compiler, and then you can use assembly language to write a
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:14099456
    • 提供者:牛军峰
  1. chengxu2

    0下载:
  2. 利用汇编编译器进行循环程序的编写与调试,了解标号的用途,循环计数器与转移指令的使用。-Use the compiler to compile the procedure for the preparation of the cycle and debugging, understanding the use of labeling, the cycle counter with the use of the transfer of co
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:超越
  1. chengxusan

    0下载:
  2. 利用汇编编译器进行子程序的编写与调试,了解子程序的调用方法。-Compiler to compile for use in the preparation and debugging subroutine, subprogram call methods of understanding.
  3. 所属分类:磁盘编程

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:超越
  1. nasm-0.99.04-win32

    0下载:
  2. 32位汇编编译器nasm源代码,用c/asm混合编程,对于编写汇编编译器的爱好者来说是一个参考-32-bit compiler to compile nasm source code, with c/asm mixed programming, compiler for the preparation of the compilation of the lovers is a reference
  3. 所属分类:汇编语言

    • 发布日期:2024-05-21
    • 文件大小:375808
    • 提供者:fbia
  1. nasm-2.07-win32

    0下载:
  2. 汇编编译器,适合windows平台,配合vs使用-asm assembly compiler, for arm platform, with vs the use of
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:480256
    • 提供者:zq
« 1 2 3 45 6 7 8 9 10 ... 14 »

源码中国 www.ymcn.org