CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - assembly compiler

搜索资源列表

  1. 内联汇编

    0下载:
  2. 在Visual C++中使用内联汇编不需要额外的编译器和联接器,且可以处理Visual C++中不能处理的一些事情,而且可以使用在C/C++中的变量,所以非常方便。内联汇编主要用于如下场合:   1.使用汇编语言写函数;   2.对速度要求非常高的代码;   3.设备驱动程序中直接访问硬件;   4.\"Naked\" Call的初始化和结束代码。 -used in conjunction with the compilation does not need
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2204
    • 提供者:
  1. 3DFRAMES

    0下载:
  2. 3d界面编程,用汇编语言完成,源码编译之后很小,非常适合在windows下传播。-3d programming interface, complete with assembly language, compiler source code after a small, very suitable for the windows to spread.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:3091
    • 提供者:zygrass
  1. ASMEdit

    0下载:
  2. 编写Win32汇编语言的语法编辑器,主要是按照VC编辑器的语法颜色显示代码,加入编译功能-prepared Win32 assembly language syntax editor, VC is the main editor of code syntax colors, by adding compiler functions
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:53789
    • 提供者:zk
  1. asm_0sector

    0下载:
  2. 扇区读写的汇编代码,根据需要可以扩充 !谢谢!还有编译工具.-sector read and write assembly code, can be expanded as required. Thank you! There compiler tools.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:77493
    • 提供者:ECHO
  1. Windows-pic-to-emc

    0下载:
  2. 通过PIC编译生成的HEX文件转换成EMC汇编代码的软件-PIC compiler to generate the HEX file is converted to the EMC assembly code software
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:706909
    • 提供者:林初荣
  1. masm_dos

    0下载:
  2. 这是初学者学习汇编语言的必备编译链接工具! 先要设置一下环境变量,下载此压缩包后,解压缩到一个路径,然后将此路径添加到系统变量的path下,然后在命令行键入masm进行编译,键入link进行链接-This is a beginner to learn assembly language compiler links essential tool! Must set some environment variables, download the compressed package, unz
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:177995
    • 提供者:laymu
  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. yuanma

    0下载:
  2. 该源码中有一个编译的词法语法语义的分析程序,三个处理及调度程序以及一个8255A的发声控制的汇编语言程序,希望对大家能有帮助-The compiler source code, there is a syntax of lexical semantic analysis of the procedure, three treatment and scheduling procedures, as well as an audible signal to control the 8255A ass
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:27255
    • 提供者:邱鹏
  1. finalAssingment

    0下载:
  2. a compiler generate simple assembly language for Virtual Machine
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:168050
    • 提供者:yin
  1. parser

    0下载:
  2. 一个编译原理中的X86汇编语言代码生成器的前端代码-The principle of a compiler in assembly language code of the X86 front-end code generator
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:104361
    • 提供者:sun
  1. nasm-2.07-win32

    1下载:
  2. 汇编编译器,适合windows平台,配合vs使用-asm assembly compiler, for arm platform, with vs the use of
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:480641
    • 提供者:zq
  1. complier

    0下载:
  2. 用C写的C编译器,实现了C中的大部分语法要求,可以翻译成为基本汇编语言-Written in C with the C compiler to achieve most of the C syntax requirements, basic assembly language can be translated into
  3. 所属分类:Console

    • 发布日期:2017-05-10
    • 文件大小:2470742
    • 提供者:乔召东
  1. CC0compiller0

    0下载:
  2. C0文法编译器,生成32位汇编, 没做优化,但是经过了苛刻的测试,masm614已经打包进去了,程序里写了一个脚本解释程序,,控制编译器的所有动作,方便使用,已经很完善了,里面有几个测试程序,这是buaa的编译课程设计,师弟师妹用的话别忘请师兄我吃饭啊 -C0 grammar compiler to generate 32-bit assembly, not optimized, but after a demanding test, masm614 have been packaged i
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-02
    • 文件大小:1178932
    • 提供者:消极
  1. vcgetcpuid

    0下载:
  2. 1. 用汇编语言编写一个cpuid函数,然后调整链接器配置,在C语言中调用该函数。 2. 使用内嵌汇编调用CPUID指令。 3. 使用编译器提供的Intrinsics函数来调用CPUID等特定平台指令。   我们一般优先使用第3种办法,代码量少、可读性高、编译维护简单。例如VC(VC2005或更高)在“intrin.h”中声明了 __cpuid函数。   当编译器没有提供Intrinsics函数时,就只有使用前两种办法了。 -Written in assembly langu
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:57353
    • 提供者:ahcd30
  1. scan

    0下载:
  2. 简易编译器,实现C语言到汇编的编译,直接用visual studio6.0打开工程,然后就可以运行-Simple compiler, the C language to the assembly is compiled directly with visual studio6.0 open project, and then you can run
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-12
    • 文件大小:294590
    • 提供者:zhangshuo
  1. file2c

    0下载:
  2. 【简介】 将任意文件导出为C语言、汇编均支持的数据格式,并生成文本文件。 【使用方法】 将文件拖拽到file2c.exe即可在文件目录生成数据文本文件 【开发环境】 DEV-C++,也可使用VC6.0编译-[Introduction] Arbitrary export the file as C language, assembly supported data formats, and generates a text file. [Use] You can d
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:10618
    • 提供者:buwangyu
  1. TcpChatter

    0下载:
  2. C# TcpChatter源码包 - 基于Socket的聊天程序,相关说明:1) \TcpChatter\TcpChatter Tcp聊天程序源代码ChatClient 客户端程序   ChatServer 服务端程序   CHTCommon 公共程序集 封装了 TcpChatter 自定义通信协议   2) 编程工具 VS2008,语言 C#   3) Bin   ChatClient.exe、ChatServer.exe 、CHTCommon.dll程序集默认编
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:187163
    • 提供者:gpudn10
  1. VB-X86-Assembly

    1下载:
  2. 基于vb的32位汇编编辑器,相当于二次编译。-32 assembly editor based on VB, equivalent to two times the compiler.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:79637
    • 提供者:herry
  1. translate

    0下载:
  2. c++写了一个编译器:,能把汇编代码编译为机器码。代码注释非常详细,思路清晰易懂。 -c++ to write a compiler:, assembly code can be compiled into machine code. Code is very detailed notes, ideas clear and understandable.
  3. 所属分类:Console

    • 发布日期:2017-04-15
    • 文件大小:4656
    • 提供者:刘袁鹏
  1. Simple-C-language-compiler

    0下载:
  2. 简单的C语言编译器,完成了简单的功能,包括简单的输入输出和while循环,能自动编译c语言代码,翻译成汇编语言输出-Simple C language compiler, complete simple functions, including simple input and output, and while loops, c language code can be automatically compiled, translated into assembly language outp
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1950978
    • 提供者:王刚
« 12 »
搜珍网 www.dssz.com