搜索资源列表
PE文件格式分析程序VC++
- PE文件格式分析程序,程序采用VC++编写,主要完成分析文件PE头,格式等功能!-PE file format analysis procedures, procedures used to prepare VC, PE analysis completed first, the format capabilities!
搜索子目录(VC源码)
- (1) 代码接口和CFileFind一样,所以如果原来有搜索单一目录的程序,现在要把下 面的子目录也搜索,那么只需要把原来的CFileFind改成CFileFindAll就可以了 (当然要包含FileFindAll头文件了)。 这样就不用大段的改代码了。 (2) 增加了同一个子目录下文件按文件名排序,或者随机打乱顺序 (3) 增加了返回文件路径的n级根目录的功能。+n返回n级目录,-n返回(总级数-n) 级目录。 -(1) interface and CFileF
File-system-chengxue
- 该程序是利用vc开发的,对文件的操作进行了详细的讲解,是一个很经典的例子。-that the procedure was developed using vc, the paper's operation for a detailed explanation, is a classic example.
File属性
- vc环境下文件属性操作-vc environment file attributes operation
File-exp
- VC的文件操作,值得入门学习, 有各种操作方法。-VC file manipulation, it is worth learning portal, there are various methods of operation.
File
- 一个基于vc的小程序,可以实现文件的读入,读出,写入注册表,读出注册表
读取txt文件 在vc环境下编程
- 读取txt文件 在vc环境下编程 可以按行读也可以完整读取,Read txt file in vc programming environment can be a complete line can also be time to read
vc++ 6.0 读写excel文件例程
- vc++ 6.0 读写excel文件例程,非常好-read an write excel file use vc++ 6.0
使用winsock进行文件传送.zip
- 使用MFC下的winsock写的一个文件传输程序,在windows2000、VC6.0下调试通过。,use of the protocols of MFC write a file transfer procedures in Solaris, under VC6.0 through debugging.
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
SearchFile
- vc快速检索指定文件的程序源码,希望对大家有所帮助-quickly retrieve the specified file vc program source code, we want to help
File
- VC++编写的文本文件和二进制文件读写实例,并可以打开文件绘制波形图-VC++ written in text files and binary files read and write instance, and can open the file draw waveform
file
- 在vc下,经常要读写文件,有些类好用但有限制,比如CFile用于mfc,这个代码不受任何限制-In vc, the often have to read and write documents, and some easy to use but restricted category, such as CFile for mfc, this code without any restrictions
file
- 一个自编的读取文本文件数据的函数,可以读取整个文件,读取第N行,读取第M行到第N行,读取第M行到倒数第N行,读取第M次(也可以是最后一次、倒数第M次)出现字符串str的行开始(或结束)的数据,等等。希望能给大家带来帮助! -A self-read text file data function, you can read the entire document, read the first N lines, M reads the first line to the first N lin
File
- 一个用VC++操作文件的各种方法的代码。-A VC++ to operate with a variety of methods of document code.
vc-led
- this file is writen by VC about LED dispaly
vc
- 一个很很好的显示文件打开进程的进度条,对初学者有很大的帮助。-A very good display file open process, the progress bar
File
- VC++针对文件的操作的工程文件,包含对文件的写入,读取,格式变换等基本程序-VC++ file operations for the project file that contains the file write, read, format conversion and other basic procedures
file
- VC编程关于文件的读写。mfc与api方式-VC programming on the file read and write. mfc way with the api
利用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