-
基于vc对visio文件进行二次开发
基于vc对visio文件进行二次开发。比如,用visio 2013存储的 vsd格式文件,需要对文件内容进行提取,这时候就用到了这个代码。可以方便提取每个模块的信息。下载下来方便学习
- 2022-01-25 16:28:56下载
- 积分:1
-
C语言的 数据结构 关于二叉树 的 有关算法
C语言的 数据结构 关于二叉树 的 有关算法-dfsf fdhytrhyufg hgf fh fg ghgfd
- 2022-04-28 14:43:26下载
- 积分:1
-
MFC的开发过程,包括地址簿存储添加附加的通知…
mfc开发的通讯录存储的程序 包括添加 追加 查询资料等-mfc development process, including address book storage to add additional information such as query
- 2023-03-24 18:20:04下载
- 积分:1
-
一个目录拷贝的源码例子,可以整个目录检索和拷贝
一个目录拷贝的源码例子,可以整个目录检索和拷贝-Copy of the source code example of a directory
- 2022-03-07 09:49:54下载
- 积分:1
-
RandomAccessFile对文件操作,很好用的哟
RandomAccessFile 对文件操作,很好用的哟-RandomAccessFile right file manipulation, good use of yo
- 2022-02-01 23:09:33下载
- 积分:1
-
能够操作excel, 代码短小清晰, 作用学习操作excel 的学习实例.
能够操作excel, 代码短小清晰, 作用学习操作excel 的学习实例.-Can handle excel, the code short and clear, the role of learning how to operate the learning instances of excel.
- 2022-02-20 16:41:25下载
- 积分: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
-
可跨平台的,完全用C++标准库实现对ini文件的操作
可跨平台的,完全用C++标准库实现对ini文件的操作-Can be cross-platform, complete with C++ Standard library to realize the operation of ini files
- 2022-05-21 16:15:55下载
- 积分: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
-
PDF file format describing about FPGA projects
PDF file format describing about FPGA projects
- 2022-07-25 01:31:09下载
- 积分:1