-
用VC++6.0编写的小程序,功能是实现文件的动态加密.
用VC++6.0编写的小程序,功能是实现文件的动态加密.-With VC++ 6.0 to prepare a small procedure, function is to achieve a dynamic document encryption.
- 2022-06-19 11:56:57下载
- 积分:1
-
E
An e-book of File Structures
- 2022-01-21 04:12:27下载
- 积分: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
-
批量更改windows文件名。
批量更改windows文件名。-volume changes windows file.
- 2022-12-18 07:15:02下载
- 积分:1
-
INI文件操作。可以直接写INI文件,不需要再配置。使用了很久,效果不错!...
INI文件操作。可以直接写INI文件,不需要再配置。使用了很久,效果不错!-INI文 ?????????梢灾 ??有
- 2022-02-21 04:08:52下载
- 积分:1
-
ntfs underlying storage structure Xiangjie NTFS is the Windows NT introduced a n...
ntfs 底层存储结构详解
NTFS是Windows NT引入的新型文件系统,如果您是一位熟悉FAT磁盘格式的专业人士,您可能会觉得NTFS系统的思想蹩脚而晦涩,如果您对FAT格式一无所知,那么恭喜您,您会更快的了解这种更有效率的磁盘格式。-ntfs underlying storage structure Xiangjie NTFS is the Windows NT introduced a new file system, if you are familiar with the FAT disk format of a professional, you may feel lousy idea NTFS system, but obscure, if you know nothing about FAT format , then congratulations you, you will understand this more efficient and faster disk format.
- 2022-04-10 10:10:43下载
- 积分:1
-
随便写的玩
一个简单的设置开机启动项,并且创建一个矩形计算文件,包含.vbs 和c
- 2023-05-07 14:15:03下载
- 积分:1
-
关于编程控制office系统的输出,提供随时打印功能
关于编程控制office系统的输出,提供随时打印功能-programming control office on the system"s output, ready for printing
- 2022-04-01 14:24:35下载
- 积分:1
-
配置文件初始化
这是一个用于加载外部配置文件,以及读、写外配配置文件的代码,在程序运行时加载外部配置文件(可以使设备运行参数,以及工具参数等),便于外部修改设备参数
- 2022-04-06 22:14:13下载
- 积分:1
-
COFF到ELF格式转换器
这是一个将COFF格式转换为ELF格式的实用程序。
- 2022-01-26 01:56:48下载
- 积分:1