搜索资源列表
demo_disk
- dos启动下,使用tc编译通过,实现读取硬盘按LBA寻址的任何扇区的数据,是访问硬盘数据的基本方式。-dos start, the use of tc compile realize drives read by the LBA addressing any sector data access to the hard drive data is the basic method.
regdll
- 这里所有的程序源码都经过编译测试,编译后只需将reg.dll拷贝到相应的运行目录下即可。-here all the procedures are compiled source test compiled reg.dll simply copied to the corresponding directory can be run.
Soft20060210103545627
- 编译命令 cc -o fget fget.c -lcurses 此程序适用于SCO UNIX主机系统,客户端为任意平台。 以Windows客户为例,以下简要说明其使用方法。 1、直接拨号方式 先进入Windows的终端仿真器, 使用ATDT命令向UNIX主机拨号,当主机连通时, 运行主机的FGET程序,格式为 FGET 下载文件名。然后,从终端仿真器的\"传输\"菜单选\"接收二进制文件\"选项,输入本地文件名后,即可接收文件。 2、internet连接方式 先将FGET文件在主机上编译通过,
disk_password
- 给硬盘启动时加把锁,可以保护你的数据和计算机的安全,是用汇编写的,把它编译后生成二进制文件,写入硬盘引导区即可.-start to increase hard disk lock, and can protect your data and computer security, is a compilation of writing, it compiled generated binary files, write your hard disk can guide the district.
disk_tool_miniTO
- 分区表备份器 miniTO 源码 现传上源码...希望能对正学习DOS,WINDOWS,磁盘和编程者有点帮助... 内含纯DOS,WIN32控制台和WIN32 GUI三个版本.它们生成的备份文件可以在任何版本中使用. WIN32 GUI版本暂使用备份功能(其他模块也都已全部写好,全是完整的,现在仅开启备份功能),如果想使用还原替换和比较功能,可自行打开调用的开关或加几句调用的代码就可以了, 一会儿我再把它们加上去,... (在WIN,打印功能是不能使用直接使用DOS的
disk_tool_miniTO_updated_edition
- 现传上源码...希望能对正学习DOS,WINDOWS,磁盘和编程者有点帮助... 内含纯DOS,WIN32控制台和WIN32 GUI三个版本.它们生成的备份文件可以在任何版本中使用. DOS版具有全部功能 WIN版控制台 暂未开启打印功能 WIN版GUI 暂未开启比较和打印功能 WIN32 版本的暂未开启的功能的模块都是完整的,如果想使用,可自行打开调用的开关或加几句调用的代码就可以了, 以后有时间我再把它们加上去,...) (在WIN,打印功能是不能使
hd_driver
- 硬盘驱动的例子,系统最基本的驱动,一样要DDK才可以编译,著名的还原软件deepfreeze就是通过替换系统文件系统驱动来实现的。-hard drives example, the basic system-driven, the same can be DDK compiler. Reduction of the famous deepfreeze software system is replaced by paper-driven system to achieve.
xdma_v33
- XDMA是DOS下的磁盘UltraDMA传输的驱动程序. 支持PC主板有Intel,VIA,SiS,ALi. 该版本为v33,NASM编译.-XDMA is under the DOS disk UltraDMA transmission of the driver. PC support I have the Main Board ntel, VIA, SiS, ALi. The version v33, Assemble compiler.
xcdrom22
- XCDROM是DOS下CD-ROM设备驱动程序,采用UltraDMA传输. 支持PC主板有Intel,VIA,SiS,ALi. 该版本为v2.2,NASM编译.-XCDROM is DOS CD-ROM device driver. UltraDMA using transmission. PC support is the main board Intel, VIA, SiS, ALi. The version v2.2, Assemble compiler.
atadrvr
- ATADRVR是DOS下的磁盘驱动程序,采用PIO传输 ,PCI DMA传输,ATA包,等非常全面代码示例... 内部有C与Asm描述. 编译环境:Borland C/C++ 4.52 与 Borland TASM 4.1-ATADRVR is under the DOS disk driver, using PIO transmission, PCI DMA transmission, ATA kits, , and other very comprehensive interna
cn700upan
- 说明: 需要win2000或者winxp的DDK,才能编译。-Note : the need WIN2000 or winxp the DDK, can be compiled.
gewei0260
- USB信息 说明: 需要win2000或者winxp的DDK,才能编译。-USB information on : the need for WIN2000 or winxp the DDK, can be compiled.
hard_disk_serialNo_src
- 显示HD信息 说明: 需要win2000或者winxp的DDK,才能编译。-show HD information on : the need for WIN2000 or winxp the DDK, can be compiled.
MarkReaded_v2
- 一个用C++写成的,修改文件扩展名的程序。可以参考其中大量的自定义字符串处理函数。而且也用到了一部分编译原理的内容。我的作品-one written in C, modify file extensions procedures. Can refer to the large-defined string handling functions. It also uses part of the contents of compiler theory. My work
hhdlock
- 用C语言写的硬盘加锁程序源码,编译后可直接运行。
DiskSpace
- 用Visual C++编写的磁盘空间监测器程序,可以实时监控指定分区的使用情况,在VC2003下编译通过.
libaal-1.0.5.tar
- libaal-1.0.5.tar.gz reiser4progs编译时需要
MBRDBR
- 一个用C编写的备份修复MBR DBR的小程序源代码 TC2.0下编译通过
diskid32_last
- DiskId32最新版 在NT/2000/XP/2003/VISTA下取PATA/SATA/SCSI)下支持获取硬盘的系列号。 编译需要Windows SDK,在 Platform SDK February 2003 下编译通过。 ●●注意:显示输出信息加参数“/d”,如: diskid32 /d
SectorEdit2000
- WINDOWS下读取硬盘扇区的程序的源码 VC6.0下编译通过