-
现在USB设备却很多,因此对USB设备的查找与读写就必不可少了。但是能找到关于USB读写的资料很少。这里使用VC++示范了一些获得USB的信息的方法。...
现在USB设备却很多,因此对USB设备的查找与读写就必不可少了。但是能找到关于USB读写的资料很少。这里使用VC++示范了一些获得USB的信息的方法。-now has many USB devices, USB devices to identify with the reader on the essential. However, can be found on the USB reader little information. VC model used here was some information USB method.
- 2022-03-01 19:30:41下载
- 积分:1
-
FileWatcher, manually synchronize the data, you can easily synchronize all the c...
FileWatcher,手动同步数据,可以方便同步文件夹内所有内容到其他目录,U盘等.适合备份源代码!-FileWatcher, manually synchronize the data, you can easily synchronize all the contents of a folder to another directory, U disk and so on. Suited to a backup source code!
- 2022-02-01 17:54:45下载
- 积分:1
-
Source code to operate (read/write) image files in .pcx format.
Reading every...
Source code to operate (read/write) image files in .pcx format.
Reading every layer of image in separate matrix.
Writing in simple pcx archive.
- 2023-05-11 08:00:02下载
- 积分:1
-
windows下,可创建多层目录的小函数,十分方便。
windows下,可创建多层目录的小函数,十分方便。-windows, the directory will help to create a small multi-function, it is very convenient.
- 2022-06-01 07:23:27下载
- 积分:1
-
XML读取(可以读取XML格式的配置文件)
操作XML文档。 (1)主要用于保存应用程序配置。 (2)可以通过引用XML文档变量“XmlDocPtr”来执行高级操作。
- 2023-03-19 19:15:04下载
- 积分:1
-
一个简单功能的文件复制工具,通过API函数、THandleStream类和TFileStream三种方法复制文件!...
一个简单功能的文件复制工具,通过API函数、THandleStream类和TFileStream三种方法复制文件!-a tool have simple function about copy files,
there are three methods: APIfunction, THandleStream class and TFileStream.
- 2023-08-10 23:50:03下载
- 积分:1
-
CFile.Open()的使用说明
CFile file;
CFileException fe;
//打开文件
if(!file.Open(lpszPathName,CFile::modeRead|CFile::shareDenyWrite,&fe))
{
ReportSaveLoadException(lpszPathName,&fe,FALSE,AFX_IDP_FAILED_TO_OPEN_DOC);
return FALSE;
}
CFIIE类是MFC的文件类的基类,它直接提供无缓冲的二进制 磁盘I/O设备,并且通过它的派生类可以提供对text文件和内存文件的存取。CFILE与CArchive类一起提供对MFC序列化的支持。
- 2022-08-18 11:25:14下载
- 积分:1
-
VC 操作文件的小例子,包括读取指定的文件,并替换指定的内容并写入另一个文件中...
VC 操作文件的小例子,包括读取指定的文件,并替换指定的内容并写入另一个文件中-VC operation documents small examples, including the designated read in the paper, and the replacement of the designated content, and write another document
- 2022-07-09 13:04:08下载
- 积分:1
-
使用FileReader和FileWriter类,采用字符文件访问方式操作文件
使用FileReader和FileWriter类,采用字符文件访问方式操作文件-FileReader and FileWriter use category, the use of characters in a document file access operations
- 2022-11-17 12:05:04下载
- 积分:1
-
用C++复制文件代码,很好的代码。
文件拷贝的C语言源代码,虽然基础,却是十分实际的例子。-copying files code by c, good code.
- 2022-03-22 10:45:04下载
- 积分:1