搜索资源列表
搜索子目录(VC源码)
- (1) 代码接口和CFileFind一样,所以如果原来有搜索单一目录的程序,现在要把下 面的子目录也搜索,那么只需要把原来的CFileFind改成CFileFindAll就可以了 (当然要包含FileFindAll头文件了)。 这样就不用大段的改代码了。 (2) 增加了同一个子目录下文件按文件名排序,或者随机打乱顺序 (3) 增加了返回文件路径的n级根目录的功能。+n返回n级目录,-n返回(总级数-n) 级目录。 -(1) interface and CFileF
vc++PPP
- VC编程规范,虽然不大,但是非常全面而简洁,不可多得,能有效提升代码的质量-VC norms, albeit modest, very comprehensive and concise, rare, and can effectively improve the quality of code
VB-VC-XuLieHuaWenJian-DLL
- 一个可以让VB也支持序列化文件的DLL代码。-a VB can also support the sequence of documents DLL code.
VC++fillwordtable
- vc6.0操作word表格,可以用做数据库查询结果的输出.-vc6.0 operation word forms can be used as database query results output.
vc+6.0实现文本串的自由拆分
- 实现文本串的自由拆分,可用于命令行分解和字符管理部分-free separation can be used to the command line management of decomposition and some characters
可以新建excel,打开已存在excel
- 可以新建excel,打开已存在excel,向excel读写数据,关闭、保存excel.-Can create a new excel, open an existing excel, read and write data to excel, close, save excel.
读取txt文件 在vc环境下编程
- 读取txt文件 在vc环境下编程 可以按行读也可以完整读取,Read txt file in vc programming environment can be a complete line can also be time to read
FileSearchSystem.rar
- vc++文件查找系统,可以通过文件名,部分文件名,以及文件内容搜索本地文件,vc++ document search system, can the file name, part of the file name, as well as the content of the document to search for local documents
OpenFile
- 使用VC++中的MFC寫的開檔程式,可開啟.txt檔,並可修改開啟其他類型之檔案。-Use MFC VC++ in the open file to write programs that can be opened. Txt file, and can be modified to open other types of files.
VC com Excel
- VC通过com操作Excel文档的类封装。可以实现对excel文件行列,单元格的操作。-VC operation by com Excel document class package. You can achieve the ranks of the excel file, the cell operation.
File
- VC++编写的文本文件和二进制文件读写实例,并可以打开文件绘制波形图-VC++ written in text files and binary files read and write instance, and can open the file draw waveform
PackFile
- VC下一个很好用的文件打包类,很实用 不使用MFC,可以对某目录文件进行 打包、解包-VC next file packaged with a good class, it is useful does not use MFC, you can file for a directory packed, unpacked
dataconvertE00
- 能够读和写E00格式数据,E00为arcgis软件的交换格式,vc编写-can read and write e00,vc
Excel
- vc 操作 excel 大全 ,可以参考的好书-vc operation excel Guinness, can refer to the books
EXCEL
- VC++对EXCEL表格进行操作,可以对数EXCEL文件进行存取、打开、保存等各种功能。-VC++ on the EXCEL spreadsheet to operate, you can log EXCEL file access, open, save and other features.
5-Excel-vc-read
- vc 读取excel的简单例程,容易学习,可以查询-vc read excel simple routines, easy to learn, you can query
VC-P-P-Excel-import-and-export
- VC++制作的Excel导入导出程序,可直接使用-Produced by VC++ Excel import and export procedures, can be used directly
02487561
- VC的简单邮件发送程序,可以根据目的邮箱进行发送,是学习邮件编程的初步例程(Simple email program, VC can be according to the purpose to send email, mail is learning programming routines)
VC打开word程序
- 利用Visual studio 来操作word,本程序可以将已经编辑好的word文档进行读取和调用(the program can read and call the generated word)
利用VC实现Word文档预览
- 利用VC实现word文档预览功能,可以将预览嵌入到应用的对话框中。原理是:先调用word的ole接口将doc文件转换为pdf,再利用pdf2swf.exe工具将pdf转换为swf,利用swf进行预览。内有详细的说明文档。(Using VC to implement the word document preview function, you can embed the preview into the dialog box of the application. The principle i