搜索资源列表
用VC实现磁盘绝对读写
- 用VC++实现对磁盘扇区直接读写,强烈推荐, 是不可多得的好例子-with VC right disk sector read and write directly and strongly recommend, is a very good example
Soft20060210103545627
- 编译命令 cc -o fget fget.c -lcurses 此程序适用于SCO UNIX主机系统,客户端为任意平台。 以Windows客户为例,以下简要说明其使用方法。 1、直接拨号方式 先进入Windows的终端仿真器, 使用ATDT命令向UNIX主机拨号,当主机连通时, 运行主机的FGET程序,格式为 FGET 下载文件名。然后,从终端仿真器的\"传输\"菜单选\"接收二进制文件\"选项,输入本地文件名后,即可接收文件。 2、internet连接方式 先将FGET文件在主机上编译通过,
FileGuardfile
- 文件系统的好例子,演示如何保存文件,VC实现,可以参考-file system a good example, shows how to preserve documents, VC, we can make reference to
DiskSpaceTracker
- VC++编程,用来进行磁盘跟踪,是一个对磁盘操作较好的例子-VC++ Programming, used for disk tracking, is a good example of a disk operation
psubst_v2_2
- 使用微软操作系统内建指令”SUBST”的范例工具程序.在档案总管中加载虚拟磁盘驱动器,将您常用的目录变成磁盘驱动器代码,在我的计算机中方便快速的开启.-Built using Microsoft operating system command SUBST an example of tools procedures. In the Windows Explorer to load a virtual disk drive, commonly used in the directory of
psubst_v1a
- 以C++示范使用微软操作系统内建指令”SUBST”的范例工具程序.在档案总管中加载虚拟磁盘驱动器,将您常用的目录变成磁盘驱动器代码,在我的计算机中方便快速的开启.-To C++ Model built using the Microsoft operating system command SUBST an example of tool procedures. In the File Manager to load a virtual disk drive, your directory
DiskThief-_Delphi
- Delphi版的闪盘小偷。。 实现原理:当Windows系统的硬件设置发生变化时,系统将会向所有应用程序发送一条WM_DEVICECHANGE消息.当有设备被禁止或激活时(比如我们插入光盘,从光驱中取出光盘,或者在系统设备中删除或禁止打印端口),该消息的wParam参数分别被指定为DBT_DEVICEARRIVAL(设备安装完毕)和DBT_DEVICEREMOVECOMPLETE(设备移除完毕),根据这两个参数可以判断闪存是否存在,lParam参数指向一DEV_BROADCAST_HDR结构
HDSerialID
- 一款简单使用的获取硬盘序列号的实例代码,获取的序列号可供软件注册的利用-A simple access to the hard disk serial number using the example code to get the serial number of the use of available software registration
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
USBHDD
- 写硬盘0盘面0磁道0扇区的例子(Turbo C)-Write a hard disk 0 track example (Turbo C)
FormatDriveExample
- 一个格式化磁盘的例子,有很好的学习借鉴意义-Example of a formatted disk, a good learning reference
2
- 将一个磁盘文件中的信息复制到另一个磁盘文件中,今要求将上例建立的file。Dat文件中的内容复制到另一个磁盘文件file2.dat中-A disk file copy information to another disk file, this requires the establishment of the example file. Dat file contents to another disk file file2.dat in
SysDiskInfo
- 设计一个对话框应用程序,作用是显示系统中的磁盘信息。例如,磁盘可用空间,已用空间,以及磁盘总大小等等。(Design a dialog box application, the role is to display disk information in the system. For example, disk available space, used space, and disk size, and so on.)