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

搜索资源列表

  1. 易支持库创建--移位扩展库.rar

    0下载:
  2. 本程序旨在讲解如何用Delphi创建一个可以在易语言中执行的支持库,并给出了一个实用的汉字取模的易程序, 1.支持库为标准DLL格式,扩展名为fne. 在其中实现了移位操作(Delphi7+WinXp通过) 2.在易语言中导入此支持库(复制TaoLibShift.fne)到易语言的LIB目录下,然后才可以执行 [诺亚点阵汉字提取器.e] 3.输出的格式有 ASM和C两种格式,可以直接应用于8x8点阵LED,
  3. 所属分类:系统编程

    • 发布日期:
    • 文件大小:970551
    • 提供者:
  1. dess.zip

    0下载:
  2. Fast DES kit - Phil Karn, KA9Q September 2, 1994 This archive includes optimized DES code in portable C, Borland inline assembler for the 386, and GNU 'as' format assembler for the 386. Contents: readme - this file readme.des - details on
  3. 所属分类:加密解密

    • 发布日期:2023-11-09
    • 文件大小:52850
    • 提供者:
  1. md5_Demo.rar

    0下载:
  2. 使用VC编写的一个MD5算法的程序其中内嵌使用了asm
  3. 所属分类:加密解密

    • 发布日期:
    • 文件大小:129300
    • 提供者:
  1. xbobn

    0下载:
  2. 网站开发工具asm-Website development tool using assembly
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:5598
    • 提供者:邱杰
  1. IDEHDC

    0下载:
  2. IDE设备直接读取程序 ASM(汇编语言编写),在DOS下可直接使用。-IDE devices directly reader ASM (written in assembly language), the DOS can be used directly.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2831
    • 提供者:李志海
  1. GOTO-PM

    0下载:
  2. 12个保护模式教程实例// 源代码// C & ASM// 英文-12 protection mode tutorial examples / / source / / C ASM / / English
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:86545
    • 提供者:李志海
  1. StormOS014SRC

    0下载:
  2. StormOS 0.14b源代码// C & ASM// 英文-StormOS 0.14b source / / C ASM / / English
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:43403
    • 提供者:李志海
  1. GCC-ASM

    0下载:
  2. 这是在linux下的,如何编写AT&T汇编语言程序的基本知识-under linux, how to prepare ATT assembler language basic knowledge of procedures
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:143990
    • 提供者:黄影
  1. 微机实验

    0下载:
  2. 微机接口的小实验:交通灯、计数器等,格式为asm,需要8209、8253、82-Computer Interface small experiment : traffic lights, counters, format asm need 8209,8253, 82
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4210
    • 提供者:王强
  1. Linux-asm

    0下载:
  2. 详细的linux下汇编语言编程实现!操作系统编程-detailed doc of linux asm.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-30
    • 文件大小:174136
    • 提供者:韩文方
  1. asm

    0下载:
  2. asm指令字典,比较详细实用,新手必备。-asm instruction dictionary, a more detailed and practical novice
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-02
    • 文件大小:245625
    • 提供者:ninja
  1. ASM

    0下载:
  2. ASM在delphi 中的应用实例,常用指令的使用方法
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-26
    • 文件大小:173633
    • 提供者:李文博
  1. UEFI-asm-sources

    0下载:
  2. 汇编代码实现的PCI,EC,CK505读写程序。在uEFI环境下可以实现相应的功能-the PCI, EC , CK505 read/write code using asm. It realize the related function in uEFI environent
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:34040
    • 提供者:嗷嗷嗷
  1. ASM

    0下载:
  2. 一个ASM的源代码,只实用与有兴趣的朋友.-A ASM source code, only useful and interested friends.
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-15
    • 文件大小:7837
    • 提供者:jon
  1. asm-code

    0下载:
  2. asm是汇编语言源程序的扩展名。汇编语言的源程序需要编译和连接后才能在计算机上执行,对汇编语言源程序进行汇编时,汇编程序对.ASM文件进行扫描,若源程序中有错,则结束汇编后,指出源程序中的错误。这时,可通过屏幕上提供的信息修改源程序(回到EDIT编辑状态),再经过汇编,直到得到无错误的目标程序。经过汇编产生的目标程序并不是可执行的程序,必须经过连接才可以执行。-asm is the assembly language source extension. Assembly language sou
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:8721
    • 提供者:Ryan
  1. asm-lexer-and-paser

    0下载:
  2. 汇编语法语义分析器 lexer and paser-asm lexer and paser with lex
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1573
    • 提供者:陆骁
  1. asm-offsets_64

    0下载:
  2. Please do not build this file directly, build asm-offsets.c instead.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1952
    • 提供者:ljbxzon
  1. n2-asm

    0下载:
  2. n2-asm.S: Niagara2 RNG hypervisor call assembler.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1262
    • 提供者:vonglrbp
  1. tie-asm

    0下载:
  2. tie-asm.h compile-time HAL assembler definitions dependent on CORE & TIE. -tie-asm.h compile-time HAL assembler definitions dependent on CORE & TIE.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2344
    • 提供者:wengontang
  1. hello_64.asm-first-sample-program

    0下载:
  2. x64 assembly hello_64.asm first sample program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2163
    • 提供者:Dev
« 1 23 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com