搜索资源列表
BASDRVPA
- 用基本13中断获取硬盘参数,获取硬盘参数的纯C语言程序-the basic parameters of interrupted access to hard disk, hard disk parameters to obtain the pure C Programming Language
CHECKEXT
- 检测硬盘是否支持扩展13中断纯C语言程序,-detection hard whether to support extended interruption of 13 pure C Programming Language,
EXTDRVPA
- 用扩展13中断获取硬盘参数,获取硬盘参数的纯C语言程序.-used to expand access to 13 hard disk parameters interruption, access to the hard disk parameters pure C language program.
EXTINT13
- 13中断,可读写大硬盘,获取硬盘参数的纯C语言程序-13 interruption, large hard disk can read and write, hard disk parameters to obtain the pure C Programming Language
格式化软盘源代码
- 软件名称 格式化软盘源代码 软件大小 12K 软件类型 Visual Basic源代码 软件介绍 格式化软盘源代码 更新日期 2004-5-19 13:57:47-name formatted floppy disk software source code software size 12K software types of Visual Basic source code software on floppy disk formatted source code Update 2004-5
SaveDisk(11.13)
- 保存软盘内容到一个指定的文件内.vc++6.0
cdrtfe.v1.3.5
- cdrtfe v1.3.5源码. cdrtfe是一款优秀的开源刻录软件,可以刻录CD/DVD、音乐光盘、 XCDs、(S)VCD和 DVD-Video。它功能全面,支持超刻(可以比普通光盘增加13 的空间),可以支持多语种,支持rscsi设备。-cdrtfe v1.3.5 source code. cdrtfe is an excellent open-source burning software that can burn CD/DVD, music CD, XCDs, (S) VCD, a
13
- An image is represented as a two-dimentional array of coefficients, each coefficient representing the brightness level in that point. When looking from a higher perspective, we can t differentiate between coefficients as more important ones, and less
13-3
- 本程序中通过变量DataSize指定了待排序序列的长度为60,顺序输出各个处理器的局部数据就可以得到全局有序的序列。-abc
Partition_structure
- 基本INT 13H读写磁盘扇区 一、读磁盘 MOV AX,0201H MOV BX,7C00H MOV CX,0001H MOV DX,0080H INT 13H INT 3H 二、写磁盘 MOV AX,0301H MOV BX,7C00H MOV CX,0001H MOV DX,0080H INT 13H INT 3H -Partition structure