CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - DOS

搜索资源列表

  1. DOS程序员参考手册

    1下载:
  2. DOS程序员 操作手册,里面介绍了程序员应该掌握的多种知识,让你更清晰的了解-DOS operating manual programmers inside of programmers should use a variety of knowledge, you clearer understanding of
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:510284
    • 提供者:
  1. dos功能在汇编语言中的调用例子

    0下载:
  2. 本程序是汇编语言的一些基本功能的组合,例如:进制间的转换和dos功能的一些基本调用在汇编中的应用等-this program is a compilation of some of the basic language function of composition, for example : band switching between dos and some of the basic functions of call in the compilation of applications
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:551263
    • 提供者:帅哥
  1. 从Dos到win32汇编

    0下载:
  2. 学习汇编语言的好书!可发帮助非WIN汇编程序员很快跨过从Dos到win32汇编这一门槛!-learning assembly language books! Hair can help non-programmers to quickly compile WIN crossed from the Dos win32 compilation of the threshold!
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:384227
    • 提供者:wzj
  1. dos病毒

    0下载:
  2. 一个病毒dos状态下感染exe文件-a virus infection under state dos exe files
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2260
    • 提供者:金涛
  1. DOS里控制显示字体

    0下载:
  2. 能在DOS里显示字体,并且字体可以移动,移动时改变颜色,也用中断控制速度
  3. 所属分类:汇编语言

    • 发布日期:2013-11-30
    • 文件大小:1949
    • 提供者:lipeipei
  1. 中断矢量设置与读取有关的DOS功能调用

    0下载:
  2. 与中断矢量设置与读取有关的DOS功能调用,本例演示了如何编写中断服务程序,如何安装(将中断服务程序的地址设置到中断矢表中),以及如何通过软中断指令调用中断服务程序。为了突出重点,本例中中断服务程序代码未驻留内存。-and vector interrupt settings and read the DOS function calls, which in this case demonstrated how to prepare interrupted service procedures, h
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:4378
    • 提供者:张东
  1. DOS源代码

    0下载:
  2. DOS源代码
  3. 所属分类:汇编语言

    • 发布日期:2012-03-30
    • 文件大小:19629880
    • 提供者:bobo0841@163.com
  1. dos_ext_sample.zip

    0下载:
  2. dos memory management sample,dos memory management sample
  3. 所属分类:assembly language

    • 发布日期:2017-05-22
    • 文件大小:7092446
    • 提供者:gordian
  1. DOS

    0下载:
  2. DOS操作系统源代码,VC下编译通过,由于代码中部分为汇编代码,需要阅读者有一定的汇编知识-DOS operating system source code, VC compiled by, as part of the code for the assembly code, you need to read the compilation of those who have some knowledge
  3. 所属分类:assembly language

    • 发布日期:2017-03-22
    • 文件大小:424029
    • 提供者:王福
  1. rtcdc

    0下载:
  2. PCI dump功能,DOS下运行,很好用!-PCI dump function, DOS run, very good use!
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:14646
    • 提供者:dd
  1. DOS-TextEditor

    0下载:
  2. 一个DOS下的文本编辑器,有菜单显示,实现回车换行、光标上下左右移动、一行超出边界自动换行、卷屏的下卷(不能上卷)。可以保存为txt文件。-A text editor in DOS, it has menu,press return can turn to next line, move the cursor up and down, when moving beyond the border it can wrap line, screen page down(can not page up)
  3. 所属分类:assembly language

    • 发布日期:2017-03-22
    • 文件大小:178728
    • 提供者:ZhangTie
  1. rising钥匙盘破解源码

    0下载:
  2. DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 3 MOV BX,300 ;内存基址(1面) MOV DH,01 ;磁头号01 MOV DL,00 ;驱动器号00(A盘) MOV
  3. 所属分类:assembly language

    • 发布日期:2017-11-09
    • 文件大小:585
    • 提供者:
  1. DOS

    0下载:
  2. DOS 概述及入门及命令集锦 汇编程序(MASM)常见错误信息-An overview and entry-DOS and command allehanda assembler (MASM) Common error messages
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:45614
    • 提供者:zll
  1. BIOSDOS

    0下载:
  2. 操作系统:DOS系统 编辑器: EDIT.exe 编程序: MASM.exe 连接程序:LINK.exe 调试程序:DEBUG.exe-Operating System: DOS System Editor: EDIT.exe programmed: MASM.exe linker: LINK.exe debugger: DEBUG.exe
  3. 所属分类:assembly language

    • 发布日期:2017-03-22
    • 文件大小:68884
    • 提供者:王风存
  1. dos_stub

    0下载:
  2. Windows PE 文件在 DOS 下运行一般会显示:This program cannot be run in DOS mode. 这是PE文件头部的一个"dos stub"程序,这个就是"dos stub"的源码,我们可以修改它,用fasm.exe编译,在vc连接时,加上 /stub:stub.exe-Windows PE files will normally be run under DOS shows: This program cannot be run in DOS mode
  3. 所属分类:assembly language

    • 发布日期:2017-03-27
    • 文件大小:39933
    • 提供者:京继鸿
  1. CL

    0下载:
  2. 数字时钟程序 DOS ASM 汇编语言-Digital Clock procedures DOS ASM assembly language
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:1319
    • 提供者:ashu
  1. ASM-DOS-IO

    0下载:
  2. 汇编语言实现DOS系统功能调用,实现键盘输入显示-Assembly language function calls DOS system to achieve keyboard display
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:845
    • 提供者:OSer
  1. Dos extender

    0下载:
  2. The sourcecode of the Dos32/A dos extender.
  3. 所属分类:汇编语言

    • 发布日期:2016-10-11
    • 文件大小:246964
    • 提供者:rpjonk
  1. 001--DOS命令

    0下载:
  2. 各种dos小命令,可以帮助你有效清理系统垃圾,合并同一个文件夹内的txt文档,读取同一类型的文件名并生成txt文档。(Various DoS small commands can help you effectively clean up system garbage, merge TXT documents in the same folder, read the same type of file name, and generate TXT documents.)
  3. 所属分类:汇编语言

    • 发布日期:2017-12-25
    • 文件大小:5120
    • 提供者:Zihuatanejo
  1. dos汇编工具包(edit+masm+link+lib+debug)

    2下载:
  2. dos工具包 含有lib可创建子程序库,masm和debug调试(DOS toolkit for debug programming)
  3. 所属分类:汇编语言

    • 发布日期:2019-11-04
    • 文件大小:1271808
    • 提供者:YuChen58
« 12 3 4 5 6 7 8 9 10 ... 27 »
搜珍网 www.dssz.com