-
access and document attributes summary of the contents, such as : the document t...
此源码是获得和设置文件的属性中的摘要中的内容,如:文件的标题、主题、作者、类别、关键字、备注等等。由vb.ne编写。-access and document attributes summary of the contents, such as : the document title, subject, author, category, keyword, etc. Remarks.vb.ne
- 2022-04-15 09:55:01下载
- 积分:1
-
delphi解析xml 通过delphi对于xml文件进行解析例程
delphi解析xml 通过delphi对于xml文件进行解析例程-delphi analytic xml through delphi for xml document analysis routines
- 2023-01-07 01:20:03下载
- 积分:1
-
设计一个程序,根据不同的调度算法模拟操作系统对进程的调度。...
设计一个程序,根据不同的调度算法模拟操作系统对进程的调度。-Design a procedure , to the dispatcher of the process according to algorithm simulation operating systems of different dispatchers.
- 2022-05-15 21:08:08下载
- 积分:1
-
优素福Ozturk去# 305 ng的高技术工程departman electronik盖布泽…
yusuf ozturk goı ng a electronik engineering departman of gebze high technology of enstitue. end this fileis c++ decument of pic 18f4550
- yusuf ozturk goı ng a electronik engineering departman of gebze high technology of enstitue. end this fileis c++ decument of pic 18f4550
- 2022-07-16 11:19:28下载
- 积分:1
-
一个非常好用的excel操作类,符合人工学
一个非常好用的excel操作类,符合人工学-operator excel is very good
- 2022-01-27 15:10:29下载
- 积分:1
-
linux下C++编程入门及MAKE文件
linux下C++编程入门代码,helloworld 文件 信号量 文件属性 账号属性
linux cpluscplus program for new learner porpose
- 2023-01-07 19:30:03下载
- 积分:1
-
inquiries driver for file system is FAT16, or FATR32
查询驱动器的文件系统,是FAT16,或FATR32-inquiries driver for file system is FAT16, or FATR32
- 2023-08-27 05:25:03下载
- 积分:1
-
关于编程控制office系统的输出,提供随时打印功能
关于编程控制office系统的输出,提供随时打印功能-programming control office on the system"s output, ready for printing
- 2022-04-01 14:24:35下载
- 积分:1
-
MASM
这是一个读写磁盘文件的例子,其中“infile”为读文件,“wfile”为写文件。-masm
- 2023-08-07 03:20: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