-
decomposition document management : achieving reading documents and documents of...
文件分解管理器:实现读文件并进行文件的分解,界面比较完善,有调试和错误记录功能-decomposition document management : achieving reading documents and documents of decomposition, interface sound, and debugging and error recording
- 2022-04-25 04:43:01下载
- 积分:1
-
读取当前目录下的Ini文件类 CIiniFile功能:系统提供的WriteProfileInt()等函数,写到注册表或系统ini文件,调用比较麻烦,而且会占用注...
读取当前目录下的Ini文件类 CIiniFile功能:系统提供的WriteProfileInt()等函数,写到注册表或系统ini文件,调用比较麻烦,而且会占用注册表资源,下载了网上的ini类用起来又不太顺手,所以参照写了一个读取当前目录下ini文件的类。程序有详细的注释,欢迎批评指正-read in the current directory Ini document CIiniFile functional categories : the system provides WriteProfileInt () function, wrote registry or system ini document, called more trouble, but will occupy the registry resources, downloaded online category with the ini I did not dig up, a reference was made to read current directory ini document type. Detailed procedures of the Notes welcome criticism correction
- 2022-01-30 15:03:49下载
- 积分:1
-
一个ini文件操作的类及其演示例程,能创建、修改ini文件,能增加、修改文件内的section的内容。...
一个ini文件操作的类及其演示例程,能创建、修改ini文件,能增加、修改文件内的section的内容。-an ini file manipulation class and demonstration routines, to be able to create, amend the ini file can increase amend section of the paper"s content.
- 2022-07-06 20:22:57下载
- 积分:1
-
An MFC document operational procedures, can all be used for reference
一个MFC的文件操作程序,可以拿来参考,里面有注释-An MFC document operational procedures, can all be used for reference
- 2022-07-27 13:28:58下载
- 积分:1
-
Delphi 记事本 动态创建控件及事件 快速生成序列号,日期,随机字符,等等
应用背景Delphi 模仿Windows 记事本 动态创建控件及事件 ,完美模仿Windows记事本的所有功能 包含源码和 实列程序关键技术支持生成字符,如:日期 ,序列号,随机字符,密码等等 ,支持批量新建文件及文件内容
- 2023-01-08 01:20:03下载
- 积分:1
-
文件格式转换的程序,可以将avi格式的短片转换为mpg格式。
文件格式转换的程序,可以将avi格式的短片转换为mpg格式。-the program can translate avi to mpg
- 2022-04-06 11:03:43下载
- 积分: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
-
WINAPI所操作的INI文件的封装类,可以实现写数字字符串文件创建等功能....
WINAPI所操作的INI文件的封装类,可以实现写数字字符串文件创建等功能.-WINAPI operated package INI file type, you can write numbers and strings to achieve the functions of file creation.
- 2022-01-25 15:44:01下载
- 积分:1
-
用 ADO 访问有密码的 Access 数据库
用 ADO 访问有密码的 Access 数据库-visit to the Access database password
- 2022-03-20 16:36:37下载
- 积分:1
-
vb6编写的zip文件操作程序,可对zip文件进行生成、编辑、删除操作...
vb6编写的zip文件操作程序,可对zip文件进行生成、编辑、删除操作-VB6 prepared operating procedures zip file can be generated on the zip file, edit, delete operations
- 2022-08-04 07:40:24下载
- 积分:1