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

搜索资源列表

  1. windows2000关机程序(汇编语言)

    0下载:
  2. 可以用masm32编译-compiler can be used between
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2558
    • 提供者:
  1. MD5ASM

    0下载:
  2. 用汇编MASM32编制的最快的MD5加密算法,内附说明。能编译成动态库。并且特别附带了QQ的MD5加密算法函数,可自由调用。版权所有:Binny-between compiled with the compilation of the fastest MD5 encryption algorithm, enclosing note. Can compiled DLL. In particular fringe of the QQ MD5 encryption algorithm function
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4028
    • 提供者:binny
  1. 小木偶Win32汇编

    0下载:
  2. 小木偶Win32汇编教学,整理后的离线网页版本。MASM32或TASM代码。-small puppet Win32 compilation teaching, putting the offline version. Between code or TASM.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1333653
    • 提供者:熊聪
  1. PO

    0下载:
  2. 接收网络组播视频的插件,使得超级解霸能播放组播视频,masm32编写。这是我们开发网络视频组播的用户端软件。-receive multicast video network plug-ins, making STHVCD can multicast broadcast video, between preparation. This is our development of multicast video network client software.
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:246358
    • 提供者:罗远
  1. Cmos.rar

    0下载:
  2. masm32环境下,读写访问cmos数据代码的例子,masm32 environment, read and write data access code example cmos
  3. 所属分类:assembly language

    • 发布日期:2017-03-27
    • 文件大小:64787
    • 提供者:wzh
  1. layer3

    0下载:
  2. masm32写的mp3播放器,没有用系统的解码器-masm32 write mp3 player, did not use the system decoder
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-04
    • 文件大小:1530297
    • 提供者:pmasonrose
  1. MuZiShowIP

    0下载:
  2. QQ_Plugins.bat就是源代码,要编译直接运行它就可以了。MASM32必须安装在与源代码同一盘下的masm32目录下。推荐安装masm32 v8.0。-QQ_Plugins.bat is the source code, it is necessary to compile it directly to run it. MASM32 must be installed on the same disc with the source code under the masm32 direc
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:548531
    • 提供者:...
  1. gl_cube_asm

    0下载:
  2. OpenGL Cube, Asm x86. Simple sample, which describes how to use OpenGL GAPI in Assembler. Requires MASM32 kit for building.
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4971
    • 提供者:SoFx00
  1. GetCommand

    0下载:
  2. masm32环境下一个获取程序运行参数的例子-masm32 environment operating parameters of a procedure to obtain examples of
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:1665
    • 提供者:wzh
  1. KeyBoardHook

    0下载:
  2. masm32环境下一个键盘钩子的汇编代码例子-masm32 environment a keyboard hook assembly code example
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:4138
    • 提供者:wzh
  1. WinIO

    0下载:
  2. masm32环境,windows下访问端口的汇编代码例子-masm32 environment, windows access port assembly code example
  3. 所属分类:assembly language

    • 发布日期:2017-03-27
    • 文件大小:2714
    • 提供者:wzh
  1. zhuru

    0下载:
  2. 远程线程注入的一个例子,汇编编写,编译器是masm32,有注释。-a sample of CreateRemoteThread , write in asm
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:1010
    • 提供者:s
  1. masm32

    0下载:
  2. MASM has a number of built in operators that allow a programmer to use C style evaluation and loop code when writing high level Windows code that interfaces with the operating system. More often than not, low level algorithms do not use any of t
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:90471
    • 提供者:Bremher Naus
  1. desktop

    0下载:
  2. 虚拟桌面,使用CTRL+1 和 CTRL+2 切换, 使用 CTRL+3 推出程序,Masm32 V8编译-Virtual Desktop , use CTRL+1 and CTRL+2 switch desktop, use CTRL+3 end this program,Compile with Masm32 V8
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1480
    • 提供者:xie
  1. opengl

    0下载:
  2. this an opengl example from the masm32 package, all credit to the original creator.-this is an opengl example from the masm32 package, all credit to the original creator.
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4180
    • 提供者:Retsim X
  1. treedemo

    0下载:
  2. tree demo from the masm32 package, all credit to its creator
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:5340
    • 提供者:Retsim X
  1. jsb

    0下载:
  2. 实现与windows记事本类似的界面与功能,在masm32下汇编运行,注释详细。-Implementation and windows Notepad like interface and functions under the masm32 assembly operation, detailed comments.
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:57588
    • 提供者:wmm
  1. jpeg

    0下载:
  2. 动态内存jpeg图象显示,纯masm32编写-Dynamic memory jpeg images show
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-07
    • 文件大小:52872
    • 提供者:笑梅
  1. selfextr

    0下载:
  2. 自释放资源程序,适合做安装程序,纯masm32编写-Since the release of resources, procedures, suitable for installation program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:14160
    • 提供者:笑梅
  1. PLAYCAP

    0下载:
  2. capturevideo的directshow汇编版,纯masm32编写-capturevideo the directshow compiled version of the preparation of pure masm32
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:15325
    • 提供者:笑梅
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com