搜索资源列表
FormatDisk
- 磁盘格式化是计算机用户经常使用的操作之一,但是对于如何编程实现磁盘格式化,很多人却不清楚。很多人认为磁盘格式化应该需要编写负载的VXD或者WDM驱动程序来直接对硬件进行操作。世界上完全可以通过调用一个简单的Shell函数来实现这一功能。-disk is formatted computer users often use one of the operation, but how programming disk format, but many people do not know. Many
dolba
- DOS下迷你硬盘读写器终于完工了! 可读写绝对扇区,支持大硬盘,U盘(需加载驱动),软盘。。 由于代码效率高,速度很快。 初步通过测试。 最后在自己的机子上大胆进行了写测试,即用坏数据写入硬盘,硬盘崩溃后,再用本程序把预先备份的数据恢复到硬盘,结果硬盘完好如初。。 有源码大家玩玩。。。 -DOS mini drives the reader finally completed! Absolutely can read and write sectors, and s
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
usbdisk.rar
- MS-DOS 7.1 下加载U盘驱动的最好方式: 在autoexec.bat文件中加入如下几行: devload usbaspi.sys /r /v /norst devload usbcd.sys /d:usbcd devload di1000dd.sys SHSUCDX.COM /D:?USBCD 其中devload di1000dd.sys 用来驱动大容量U盘,devload usbcd.sys /d:usbcd 和SHSUCDX.COM /D:?US
UndeleteDiskvxd
- 禁止删除一些文件的文件保护的驱动程序,可以有效保护文件。-The prohibition to delete some files to protect the driver, you can effectively protect the document.
diskperf
- 这是一个磁盘性能计数系统的驱动源代码,用来获得逻辑驱动器或存储卷的性能计数器数据。-This is a driver disk performance counting system source code, is used to access logical drives or storage volumes of the performance counter data.
Udisk
- U盘的驱动源程序,可以使用,感觉不错,希望能对大家有用,谢谢!-the driver program for usb under linux
SDpartitionwithDiskDrive
- SD卡分区识别驱动 用读卡器将SD卡连接电脑 这个时候还是无法进行分区操作的,因为SD卡还是移动磁盘 然后我们需要把它变成本地磁盘。 在设备管理器中-----磁盘驱动器- 列表里有硬盘和你的读卡器。(每人的不同。一般是XXXUSB。)找到读卡器的那个,单击右键,更新驱动程序。下一步----选择从列表或者指定位置安装,------下一步------选择不要搜索,我要自己选择安装的驱动程序。(一定注意)下一步---选择从磁盘安装-----浏览找到我给你的驱动。(帖子下载)就是c
Practical-USB-serial-source-code-package-of-Usb-To
- 实用的USB转串口源代码包下载,文件包括驱动inf文件等UsbToUart,-Practical USB-serial source code package to download, the file including the driver inf files UsbToUart,
DP
- 一个类似影子系统的驱动程序,实现磁盘的保护-A similar shadow system, the driver to achieve the protection of disk
Aod
- > 支持2000 xp 2003 vista win7 > 不在磁盘上产生任何临时文件 > 超优化的算法,在保护的情况下,操作硬盘,跟没有保护的情况下,速度一样, 不伤硬盘 > 模拟硬件还原卡工作原理,稳定快速 > 密码保护,用户登录后可以任意配置还原选项 > 支持只保护系统盘,和全盘保护, 支持多硬盘 > 保护MBR,加入防机器狗模块,用户可以手头关闭拦截第三方驱动的功能,比如用来完一些带驱动保护的游戏(以后改成白名单) &
atadrvr
- ATA/ATAPI完全I/O实现的DOS驱动程序.可以深入了解SATA硬盘通讯-ATA/ATAPI full I/O to achieve the DOS driver. Can understand SATA drives Communication
SD
- SD卡分区识别驱动,用于U盘,SD卡分区使用。-SD card partition to identify the driver, for U disk, SD card partition.
diskflt-master01
- 类似于机房常用的磁盘保护卡,本程序只是通过软件的方式实现了各个分区的磁盘保护,和数据还原。开发环境配置比较复杂,需要有点耐心,这主要涉及到驱动编程等相关内容。请根据你自己选择的VS版本来选择相应的WTL和winDDK。实现语言选择的是C++;(The function of this program is similar to that of disk protection card which be used in the computer lab. This program is to ac
imdisk-master
- ImDisk Virtual Disk Driver for Windows NT/2000/XP/2003/Vista/7/8/8.1/10. 内含VC工程及全部源码, 包括工具及imdisk驱动. 此是截止到2020年12月的最新源码.(ImDisk Virtual Disk Driver for Windows NT / 2000 / XP / 2003 / Vista / 7/8/8. 1/10.It contains the VC project and the entire sour