-
Microsoft MSF process guidance can be used to guide the 1 ~ 500 more than the de...
微软MSF过程指南,可以用于指导1~500人以上的团队进行协作开发-Microsoft MSF process guidance can be used to guide the 1 ~ 500 more than the development team to collaborate
- 2023-03-13 17:35:04下载
- 积分:1
-
a systematic collation of proceedings, although functionality is not very compre...
一个系统整理程序,虽然功能不是很全面,但是速度却比windows系统整理要快的多。这个程序拥有双重 功能。是一个不错的选择-a systematic collation of proceedings, although functionality is not very comprehensive, but still better than the Windows system to collate much faster. This process has a double function. It is a good choice
- 2023-09-05 17:50:03下载
- 积分:1
-
文件版本比较类 文件版本比较类
文件版本比较类 文件版本比较类-documents more types of documents earlier versions category
- 2023-07-28 17:55:03下载
- 积分:1
-
转换任何格式文件为十六进制编码的代码(C++)
前段时间找到的一个代码,输入文件可以是任何格式,输出文件里的数据是十六进制格式,以逗号间隔开,16个字节一行。也可能是你正需要的。
- 2022-08-20 18:40:28下载
- 积分:1
-
文件格式转换的程序,可以将avi格式的短片转换为mpg格式。
文件格式转换的程序,可以将avi格式的短片转换为mpg格式。-the program can translate avi to mpg
- 2022-04-06 11:03:43下载
- 积分:1
-
socialist economy under the conditions of the administrative and moral construct...
社会主义经济条件下的行政道德建设社会主义经济条件下的行政道德建设社会主义经济条件下的行政道德建设
- 2022-10-01 01:15:03下载
- 积分:1
-
used to write the file compression tool advise you get it perfect it
用java写的文件压缩工具 大家提出意见 把它弄完善吧 -used to write the file compression tool advise you get it perfect it
- 2022-08-22 20:24:18下载
- 积分:1
-
在指定目录内删除指定的后缀文件,支持自定义,多种后缀名。...
在指定目录内删除指定的后缀文件,支持自定义,多种后缀名。-Delete the specified directory specified suffix documents in support of custom, multi-suffix name.
- 2023-05-05 21:40:03下载
- 积分:1
-
koogra 用与读Excel表,特点是速度快。
koogra 用与读Excel表,特点是速度快。-Reading koogra using Excel sheet, characterized by speed.
- 2022-06-26 06:38:00下载
- 积分: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