-
文本文件加密器(VB源码)(Beta Version 1[1].0.0)
文本文件加密器(VB源码)(Beta Version 1[1].0.0)-text file encryption (VB source) (Beta Version 1 [1] oh)
- 2023-05-31 16:05:03下载
- 积分:1
-
一个用VC++操作文件的各种方法的代码。
一个用VC++操作文件的各种方法的代码。-A VC++ to operate with a variety of methods of document code.
- 2022-12-28 12:40:04下载
- 积分:1
-
- 2022-09-30 19:00:03下载
- 积分:1
-
数据格式转换,实现了将dat格式文件,转换成nas格式文件,方便地导入到CAD/CAE系统中...
数据格式转换,实现了将dat格式文件,转换成nas格式文件,方便地导入到CAD/CAE系统中-data format conversion, the realization of dat format, converted into nas format and easily imported into CAD/CAE system
- 2022-01-26 04:25:46下载
- 积分:1
-
simple examination system, reading the text to achieve, can be realized immediat...
简单的考试系统,读取文本来实现,可实现即时评分。-simple examination system, reading the text to achieve, can be realized immediately score.
- 2023-06-22 13:55:03下载
- 积分:1
-
墨香itemlist.bin查看器e语言源代码
墨香itemlist.bin查看器
可以按照相同的格式加载skill monster等等
e语言可能报毒请放行
- 2023-08-02 19:55:03下载
- 积分:1
-
FileSplitter 是一个对大文件进行切割的一个实例操作。
FileSplitter 是一个对大文件进行切割的一个实例操作。-FileSplitter is a large file to an instance of cutting operation.
- 2022-03-23 12:39:49下载
- 积分:1
-
This project extracts strings from sourcefiles
and collects them for translati...
This project extracts strings from sourcefiles
and collects them for translation
- 2022-02-12 02:00:18下载
- 积分:1
-
简单的小写字母改为大写字母的程序读取文件…
简单的把读的文件中的字母由小写改为大写
只需在程序写的相应目录建相应文件即可-Simple to read documents in lowercase letters changed to uppercase by the program just to write the corresponding directory to build the corresponding document can be
- 2022-06-26 09:03:07下载
- 积分: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