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

搜索资源列表

  1. NASMPLUS0325

    0下载:
  2. 一个NASM汇编器的原代码,对于nasm感兴趣的朋友可以看看。-One of the original NASM assembler code, for NASM interested can look at.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:1698938
    • 提供者:云儿
  1. loader

    0下载:
  2. 一个加载OS内核的源代码,用NASM写成-A load OS kernel source code, written using NASM
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:6309
    • 提供者:kaiyan
  1. x264_0708

    0下载:
  2. 在vc在可以编译,其中,汇编部分代码要有nasm编译器。在调试参数中输入--longhelp或者-h,会输出帮助信息。输入相应的编译选项就可以进行编码了。 -In vc can be compiled, including the compilation of some of the code have NASM compiler. In the debug parameter input- longhelp or-h, will be output to help information. E
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-10
    • 文件大小:2271793
    • 提供者:liuchunlong
  1. linux-ex

    0下载:
  2. 关于linux环境下的nasm代码的生成和使用-On the linux environment NASM code generation and use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:31970
    • 提供者:saint
  1. md5x86

    0下载:
  2. 汇编内核的md5算法,应网友要求改进了两个部分: 1、采用nasm风格汇编,可以方便的移植到linux平台下。 2、修正了56个字节以上明文加密会出错的bug,对任意长的明文都能够加密 使用方法: 一种方法是使用原代码包中的make.bat,这需要安装nasm编译器;第二种就是直接将md5_x86.obj拷贝到你的工程下,直接使用-Kernel compilation md5 algorithm, User requirements should be improved i
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-28
    • 文件大小:8735
    • 提供者:wulang
  1. B

    0下载:
  2. 操作系统开发2,包含nasm调试工具,td调试工具-2 operating system development, including debugging nasm tool, td debug tools
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:392081
    • 提供者:boozer
  1. C

    0下载:
  2. 操作系统开发3,包含nasm调试工具,td调试工具-3 operating system development, including debugging nasm tool, td debug tools
  3. 所属分类:OS Develop

    • 发布日期:2017-04-17
    • 文件大小:390793
    • 提供者:boozer
  1. D

    0下载:
  2. 操作系统开发4,包含nasm调试工具,td调试工具-4 operating system development, including debugging nasm tool, td debug tools
  3. 所属分类:OS Develop

    • 发布日期:2017-04-17
    • 文件大小:399578
    • 提供者:boozer
  1. E

    0下载:
  2. 操作系统开发5,包含nasm调试工具,td调试工具-5 operating system development, including debugging nasm tool, td debug tools
  3. 所属分类:OS Develop

    • 发布日期:2017-04-24
    • 文件大小:406831
    • 提供者:boozer
  1. F

    0下载:
  2. 操作系统开发6,包含nasm调试工具,td调试工具-6 operating system development, including debugging nasm tool, td debug tools
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:388780
    • 提供者:boozer
  1. nasm-win32

    0下载:
  2. 一个关于音视频处理的软件源码,适合大家参考和学习-Audio and video processing on the software source code for your reference and learning
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-01
    • 文件大小:268484
    • 提供者:
  1. djgpp

    1下载:
  2. djgpp编译环境,已经将gcc,ar等解开到其中,直接可以使用。使用时参考内部readme.lst文件,设置好路径即可: set DJGPP=C:\DJGPP\DJGPP.ENV set PATH=C:\DJGPP\BIN PATH -djgpp compiler environment, have gcc, ar, such as the one to solve, can be used directly. The use of internal reference readme.
  3. 所属分类:Other systems

    • 发布日期:2017-05-22
    • 文件大小:7003128
    • 提供者:张炜
  1. minix-asssmbely

    1下载:
  2. 一个关于minix里汇编的代码的讲解,一般我们学的是nasm,但是里面有很多东西不一样,希望对大家有帮助-A compilation on the minix code to explain where in general we are a student of nasm, but there are many things not the same, we want to help
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:27627
    • 提供者:liuyu
  1. Boot

    0下载:
  2. a simple boot loader written with asm, this code shows how you can write a real mode boot loader,you can assemble it with nasm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:2908
    • 提供者:abdelrahman
  1. tinyos

    0下载:
  2. A tiny operating system, which is written by me. The os has already had multi-task function, you can add another task in processes.asm .The os is written by nasm on linux platform, and the instruction of assemble is in the makefile.-A tiny operating
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:51857
    • 提供者:ve wu
  1. NASMKMD

    0下载:
  2. kernel mode programming (Kmd) using nasm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:22025
    • 提供者:fkugd2003
  1. NAGOA_TUTORIAL

    0下载:
  2. using nagoa include files to write win32 applications using nasm
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:233622
    • 提供者:fkugd2003
  1. jpeglib

    0下载:
  2. jpeg library (manipulation of jpeg images in nasm)
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:3360
    • 提供者:fkugd2003
  1. DDasm

    0下载:
  2. This the Win32 version of my disassembler that will disassemble almost any kind of file. There are a few errors but not many. It will produce a listing file and also an .asm output which with a little editing is comatiable with nasm or yasm. The exec
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:182877
    • 提供者:dancie
  1. x264_visual_studio_source_code

    0下载:
  2. it is to get source code of the x264 on cmd window. you have to get nasm.exe on web to run then add Vstudio programfiles/VC/bin then debug.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-21
    • 文件大小:6507580
    • 提供者:caner yakut
« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com