搜索资源列表
GETGHO
- 自动获取光盘中的gho文件并恢复到C盘。-Auto acquire the ghost files from CD disk,and copy the file to C:\\
Soft20060210103545627
- 编译命令 cc -o fget fget.c -lcurses 此程序适用于SCO UNIX主机系统,客户端为任意平台。 以Windows客户为例,以下简要说明其使用方法。 1、直接拨号方式 先进入Windows的终端仿真器, 使用ATDT命令向UNIX主机拨号,当主机连通时, 运行主机的FGET程序,格式为 FGET 下载文件名。然后,从终端仿真器的\"传输\"菜单选\"接收二进制文件\"选项,输入本地文件名后,即可接收文件。 2、internet连接方式 先将FGET文件在主机上编译通过,
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
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
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
FillServer
- 用C实现的本地服务器,可以实现文件的复制,粘贴,查看属性,上传,下载等功能-C implementation using the local server, you can achieve file copy, paste, view property, upload, download and other functions
DiskSpace
- 获取磁盘容量大小.单击"获取磁盘容量大小"按钮,则会将当前计算机上的磁盘的容量大小导入到C:\MyWMIC.txt文件中.-To obtain the size of disk capacity. Click " access to the disk size" button, the computer will be the current size of the disk into the C: \ MyWMIC.txt file.
UnmanagedCodeheader
- this the header file of the UnmanagedCode.cpp that consists of the definitions of classes and types used in UnmanagedCode.c-this is the header file of the UnmanagedCode.cpp that consists of the definitions of classes and types used in UnmanagedCode.c
diskio
- Disk is standard C/C++ library thats provide all disk driver functions (DOS and BIOS). It is the interface thats provide this routines. It is only Cpp source file and it can be linked to your programs by preprocessor directive #include "disk.cpp". If
fat
- 详细介绍fat文件系统结构 对于数据恢复初学者来说是必不可少的-Details fat file system structure for the data recovery is essential for beginners
aaaa
- aaaa cpp is a cpp file that is used in a game that is made in C++ for a project at school-aaaa cpp is a cpp file that is used in a game that is made in C++ for a project at school
FATsrc
- 这是一个C语言编写的FAT16,32通用的文件系统源代码,写得很工整,值得参考。-This is a C language written in FAT16, 32 general-purpose file system source code, written very neat, good reference.
C_CpplocateNtfsFiles
- 用c、c++来定位ntfs分区上的文件,采用手工winhex操作~ 对理解ntfs相当有帮助~ 我就是靠这个将ntfs特性添加到自己的操作系统的-With c, c++ to locate the file on the ntfs partition using the manual operation ~ winhex quite helpful in understanding the ntfs ~ I am relying on this feature will be added to
WTELEDSK
- C source code for teledisk .TD0 file decoding
TestDH
- C++模拟文件系统:实现文件初始化、显示、复制、删除等-C++ simulation file system: initialization files, display, copy, delete, etc.
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
WriteFile
- Simple code to write a file in C