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

搜索资源列表

  1. rdtsc111

    0下载:
  2. 在vc环境下用汇编语言实现,rdtsc指令详细使用范例。-vc environment in assembly language, the use of RDTSC instruction detailed examples.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6355
    • 提供者:李筑
  1. changemac

    0下载:
  2. 编程修改网卡 MAC 地址的方法,针对RELTECK公司的 RTL8029AS芯片介绍了一种直接修改网卡 MAC地址的方法 程序用C语言与汇编语言混合编程实现并在实践中检验通过-programming changes to the Ethernet MAC address, the address RELTECK RTL8029AS chip company introduced a direct Ethernet MAC address to amend the methods and pro
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:32817
    • 提供者:范林
  1. FPPADD

    0下载:
  2. 加法器,汇编语言MASM,可实现任意字长的两个数相加,界面友好,使用方便-Adder, the compilation of language Shape, size can achieve the arbitrary sum of the number two, friendly interface and easy to use
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:905
    • 提供者:fpp
  1. simple-nachos

    0下载:
  2. 一个免费的简单的操作系统。专门安装在一张1.44寸软盘上的操作系统可以实现图形操作界面。这个用汇编语言写成的32位操作系统具有结构清晰、利于编程、快速、稳定的特点。MENUET现在还处于开发当中,只具备一些简单的,比如CD播放器这样的功能。概括起来,它的功能和特点包括:图形化界面,最高支持16位真彩,1280x1024的解析度,真正多任务、多线程,适用于单张1.44MB软盘·提供对C语言的编程支持,全功能窗口系统等,从内核支持中文显示-a simple operating system. Spe
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:615925
    • 提供者:超哥
  1. CrackSetUp

    0下载:
  2. 你能够在Windows下把一段代码拷贝到其他进程中去,然后运行吗?如果你精通汇编语言地址重定位方面编程,也许会说小菜一碟,可是在VC下呢?本例子在VC下实现了,把一段代码(即自己写的一个函数)拷贝到其他进程(本例为explorer.exe)空间,然后在其他进程空间运行!
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:29550
    • 提供者:郭事业
  1. CRC32

    0下载:
  2. crc源代码,用汇编语言实现的,具有较高的效率
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4354
    • 提供者:xlt
  1. huang3

    0下载:
  2. 利用汇编语言实现DES加密算法-using assembly language to achieve DES encryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2383
    • 提供者:小黄
  1. shiyan

    0下载:
  2. 汇编语言实现文件加密解密- The assembly language realization document encryption deciphers
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-09
    • 文件大小:3365
    • 提供者:
  1. zxc

    0下载:
  2. 小写字母变大写字母(汇编语言实现) (2008-05-14 21:57:52) 标签:杂谈 DATA SEGMENT PMT1 DB INPUT Small letter : ,0AH,0DH, $ STR1 DB 40H,0,40H DUP(0) PMT2 DB 0AH,0DH, Display capital letter : ,0AH,0DH STR2 DB 40H DUP(0), $ DATA ENDS STACK1 SEGMENT
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-21
    • 文件大小:831
    • 提供者:缺打打
  1. 201112315256346

    0下载:
  2. linux环境下运用汇编语言实现端口监听,并运用objdump工具抽取机器码,再shellcode一下,实现另一种方式监听 -linux environment, the use of assembly language port monitor, and use objdump tool to extract the machine code, then look shellcode, another way to monitor implementation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:83157
    • 提供者:htxqq2011
  1. mima-(2)

    0下载:
  2. 磁盘文件夹加密 微机原理设计 汇编语言 可实现文件夹加密-Computer disk folder encryption principles of design
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:2492
    • 提供者:陆彬
  1. AntiDebugger_src

    0下载:
  2. 汇编语言实现了26种对抗调试的方法,是反调试的利器-Assembly language to achieve 26 kinds of confrontation debugging method.
  3. 所属分类:Crack_Hack

    • 发布日期:2017-11-14
    • 文件大小:17820
    • 提供者:wangjiewen
  1. Linux-asm

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

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

    0下载:
  2. 计算机组成原理汇编器代码,能实现最底层的汇编语言-Principles of Computer Organization assembler code to the bottom of the assembly language
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-02
    • 文件大小:2219
    • 提供者:zqx
  1. clowck

    0下载:
  2. 时钟软件,汇编语言编辑的,可以实现计时计数功能,asm文件。-The clock software, the assembly language editor, can realize timing and counting function, ASM file.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-10
    • 文件大小:903
    • 提供者:预兆
  1. compiler-language

    0下载:
  2. 汇编语言实现文件加解密功能,对字符或文本文件进行加密解密-Assembly language file encryption and decryption function, character or text file encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:12757
    • 提供者:成瑶瑶
  1. DLL

    0下载:
  2. VC实现DLL的加载,可以调用里面内嵌的函数,以此实现里面的功能,主要针对VC汇编语言。主要用于开发短信猫设计的工作。-VC realize the DLL is loaded, you can call inside the built-in functions, in order to achieve inside the function, mainly for VC assembly language. SMS cat designed mainly for the developmen
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:154978
    • 提供者:zhangpan
  1. lab1

    1下载:
  2. 用NASM汇编语言实现不同颜色的斐波那契数列输出-Fibonacci sequence
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-04
    • 文件大小:390589
    • 提供者:FrankHuang
  1. DOS-keyboard

    0下载:
  2. DOS下编程:关于键盘中断,用汇编语言来实现-DOS programming the keyboard interrupt processing,by Assembly Language
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-05
    • 文件大小:5218
    • 提供者:chen chen
  1. nasm实现斐波那契数列的输出

    1下载:
  2. x8086实模式指令系统汇编语言实现斐波那契数列的输出,nasm实现斐波那契数列的不同颜色输出。
  3. 所属分类:Linux/Unix编程

搜珍网 www.dssz.com