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

搜索资源列表

  1. Windows 环境下32位汇编程序设计 书代码

    0下载:
  2. Windows 环境下32位汇编程序设计 书代码-under Windows 32 assembler code design book
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:547699
    • 提供者:萧龙
  1. key_xf

    0下载:
  2. 键盘扫描程序,汇编代码,比较简单,总共两个源文件-keyboard scan, assembler code, a simple comparison, a total of two source files
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:1875
    • 提供者:龙一
  1. Hook_Windows_API

    0下载:
  2. 这篇文章是有关在OS Windows下挂钩API函数的方法。所有例子都在基于NT技术的Windows版本NT 4.0及以上有效(Windows NT 4.0, Windows 2000, Windows XP)。可能在其它Windows系统也会有效。 你应该比较熟悉Windows下的进程、汇编器、PE文件结构和一些API函数,才能明白这篇文章里的内容。 这里使用\"Hooking API\"这个术语表示对API的完全修改。当调用被挂钩的API时,我们的代码能立刻被执行。我将写下完全
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:19127
    • 提供者:inwing
  1. 20039120241617408

    0下载:
  2. 主要内容包含: AMI (American Megatrends Inc.)之BIOS源代码(Source Code),版本为6.27.10 (简称627.10)。由于本Open Source BIOS源代码是针对采用SiS530整合芯片组为结构的主机板而设计,所以当您准备钻研此源代码,或编译自己的BIOS监控程序之前,需要自已准备一些工具才行。 在硬件部份,请准备一片SiS530 (不限品牌)的主机板,与足够的Flash 工具 (如烧写BIOS要用的FlashROM、拔IC专用的IC夹等等),
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:15758
    • 提供者:李涛
  1. tmsf2407

    0下载:
  2. tidsp2407汇编程序例程,完整的源代码。-tidsp2407 assembler routines, complete source code.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1174
    • 提供者:louiew
  1. 20040929084232791

    0下载:
  2. tidsp2407汇编程序例程,完整的源代码。-tidsp2407 assembler routines, complete source code.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7173
    • 提供者:louiew
  1. 20051020175643414

    0下载:
  2. tidsp2407汇编程序例程,完整的源代码。-tidsp2407 assembler routines, complete source code.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2727
    • 提供者:louiew
  1. Thermometer

    0下载:
  2. thermometer and heater device for demonstration of automatic temperature control. version 2.0 this device (thermometer.exe) comes with full source code (visual basic 6.0) and a sample assembler program (thermometer.asm), that ca
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:16425
    • 提供者:gongxd
  1. hde_disassembly

    0下载:
  2. hde32 is a small disassembler engine, intended for analysis of x86-32 code. It gets length of command, prefixes, ModR/M, SIB, opcode, etc. For example, you can use hde32 when writing unpackers of executables, viruses, because most other disassemblers
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:3832
    • 提供者:Merc
  1. amb-pic-code-2008-05-04.tar

    0下载:
  2. Microchip PIC Assembler functions
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:112057
    • 提供者:siamak1346
  1. ASSEMBLER

    0下载:
  2. assembler code done while studing computer science
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:29633
    • 提供者:Podereski
  1. CLOCK

    0下载:
  2. 这是我们的一个课程作业,很适合初学者。代码为时钟汇编程序,注释详细。-This is one of our course work, very suitable for beginners. Clock assembler code, comments, details.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1285
    • 提供者:gooyin
  1. SystemModule

    0下载:
  2. 纯win32汇编写的进程管理器,是学习win32汇编很好代码。-Written in pure win32 compilation process manager, is to learn good win32 assembler code.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:40187
    • 提供者:往事如风
  1. blowfish-0.9.5a

    0下载:
  2. This a slightly mofified repackaging of the Blowfish library code taken from OpenSSL-0.9.5a (hence the version of the library). All of the assembler code has been removed and the Makefile simplified. One or two files have been "tweaked" to remo
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:41322
    • 提供者:michelle
  1. asm-operate-inifile

    0下载:
  2. 这是一个使用汇编代码操作ini文件的程序,完成对ini文件的一个段的查看、删除,段中一个参数的参看、删除、修改等操作。是学习如何使用汇编语言处理键盘输入,处理文档文件的好材料。-This is an ini file using assembler code operating procedures, the completion of a section of the ini file to view, delete, see paragraph one parameter, delete,
  3. 所属分类:File Operate

    • 发布日期:2017-04-14
    • 文件大小:4413
    • 提供者:buaa_sheng
  1. generatore

    0下载:
  2. AD9850 - AD9851 dds for sinawave frequency generator, using assembler code and I2C protocol. The microcontroller is used PIC 16F628A of Microchip family product. The code include also a alfa numeric display with background illumination
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:23243
    • 提供者:mantice
  1. PLL_NOVO

    0下载:
  2. Full PLL assembler code for 628A Microchips
  3. 所属分类:其他

    • 发布日期:
    • 文件大小:4096
    • 提供者:linuxfx
  1. LadderWork

    0下载:
  2. LadderWORK是创建自动化控制程序的最容易的方法。 使用ladderwork立即。只使用鼠标,您只需将功能对象放在工作表中,将组件与电线连接起来,并配置组件属性。微处理器的汇编代码将在简单地推动建立按钮生成(LadderWORK is the easiest way to create automation control programs. Use of LadderWORK is immediate. With the use of the mouse only, you si
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:4001792
    • 提供者:timtan
  1. DEDE

    0下载:
  2. Decompiling Delphi to (equivalent) Source-Code Based on assembler code with delphi-code abstracts
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:5896192
    • 提供者:Alex23
  1. Mips Assembler and Disassembler

    0下载:
  2. QT。MIPS Assembler and Disassembler。输入MIPS code,转换成16进制编码;或输入16进制编码,转换成MIPS code。
  3. 所属分类:系统编程

« 12 3 4 »
搜珍网 www.dssz.com