搜索资源列表
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
dosback
- 都在一个程序里,备份恢复 MBR,DBR,FAT,CMOS 把自己写的 备份恢复 MBR,DBR,FAT,CMOS 的程序合并成了一个程序(DOS),大家玩玩吧(有源码)。。。 还有 破解 CMOS密码的功能(不是毁了CMOS,而是毫发无伤的解密。。) 全部在自己的机子上经过测试,目前没有问题。 - All in a procedure, the backup restores MBR, DBR, FAT, CMOS The backup writes which o
qingli
- qingli一个系统整理程序,虽然功能不是很全面,但是速度却比windows系统整理要快的多。这个程序拥有双重功能。是一个不错的 选择。 事件提醒 文件处理等功能 -qingli a systematic collation of proceedings, although it is not very comprehensive functions, But speed than the Windows system to collate more quickly.
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,打印功能是不能使
200562242036281
- 一个系统整理程序,虽然功能不是很全面,但是速度却比windows系统整理要快的多。这个程序拥有双重功能。是一个不错的选择。-a systematic collation of proceedings, although it is not very comprehensive functions, But speed than the Windows system to collate more quickly. This process has a double function. Is a
filldisk-1.01.tar
- filldisk is an utility to optimize filling a media (cd/dvd/others with big files while wasting the minimum amount of space on it. It is an integer binary programming application using a customized branch and bound algorithm which focuses on yes/no
WbMFT
- 更改文件的创建时间和修改时间。源码用Python编写,界面使用wxWidget,并且具有国际化功能,能翻译成任何国家语言,可作为典型的wxPython开发示例。-Change the file creation time and modification time. Prepared with the Python source code, the interface to use wxWidget, and has an international function, can be trans
NewTextDocument
- this a number of helpful function structures and definitions that help to get to very useful information about h-this is a number of helpful function structures and definitions that help to get to very useful information about hdd
mini_ext2
- 代码功能: 1、利用io端口读磁盘 2、读ext2文件系统中的文件 注意: 1、代码只在ring0状态下测试通过。 2、代码没有读分区表的功能,group0的位置是通过查看磁盘文件得来的,每个磁盘的group0的位置可能不同。 3、此代码仅作为用io端口读磁盘和读ext2文件系统的参考代码。-Code function: 1, 2, using io-port read disk, read ext2 file system files Note: 1, the c
csxy
- 测试显卡、硬盘功能的代码,比较简单 可作为模板借鉴-Test card, hard drive function code is relatively simple to learn as a template
ReadSD
- 读取SD卡的磁盘数据,本功能主要是读取一个扇区的数据,其他的扇区同理。-SD card read disk data, the main function is to read a sector of data, other sectors empathy.
test
- 1) 定义一个CPU类,包含等级(Rank)、频率(frequency)、电压(voltage)等属性,有两个公有成员函数run、stop。其中,rank为枚举类型CPU__Rank,定义为enum CPU_Rank{P1=1,P2,P3,P4,P5,P6,P7},frequency为单位是MHz的整型数,voltage为浮点型的电压值。观察构造函数和析构函数的调用顺序。 2) 定义一个简单的Computer类,有数据成员芯片(cpu)、内存(ram)、光驱(cdrom)等等,有两个公有成员
07816@52RD_solution
- GM3101 是专用于倒车雷达的超声波测距芯片,该芯片提供4 路超声波探头的驱动,并根据超声波特性和倒车雷达的使用环境进行了一系列智能化处理,在保证超声波测距精确性的基础上,更加强了报警功能的准确性和实用性。测试结果编码后采用双线差分方式输出,提高了信号传输的抗干扰性。GM3101 可为倒车雷达系统提供最简单的单芯片控制方案,替代现有的单片机控制方案。该芯片的优势在于尽可能地为倒车雷达系统提高集成度,减少外围元件。同时该芯片的功能满足高端和通用性的要求,用户利用该组芯片既可以生产高性能的整机产品
dokan-net-0.6.0
- 这是一个用c语言写的dokan程序,通过改写几个回调函数就能在本地虚拟出一个磁盘,并在磁盘增删改文件-This is a written dokan using c language program, through the callback function will be able to rewrite a few out of a local virtual disk, and the disk file CRUD
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