搜索资源列表
VC实现常微分方程初值问题求解
- 讲述如何利用VC的编程来求解微分方程的一种思想-VC on how to use the programming to solve a differential equation thinking
用VC++编写的 以二进制形式查看文件程序
- 以二进制查看文件的程序,用VC++编写并编译通过。-View documents in a binary process, with VC + + and compile.
VC 文件操作
- VC资料,值得一读。 编程交流请E_mail Me:ghcyq@263.net-VC information, it is worth a read. Exchange program please reproduced Me : ghcyq@263.net
vc飞机票
- 用图形的方式显示一个含多个订票点的飞机订票管理系统-graphically show the way with a number of aircraft booking booking management system
搜索子目录(VC源码)
- (1) 代码接口和CFileFind一样,所以如果原来有搜索单一目录的程序,现在要把下 面的子目录也搜索,那么只需要把原来的CFileFind改成CFileFindAll就可以了 (当然要包含FileFindAll头文件了)。 这样就不用大段的改代码了。 (2) 增加了同一个子目录下文件按文件名排序,或者随机打乱顺序 (3) 增加了返回文件路径的n级根目录的功能。+n返回n级目录,-n返回(总级数-n) 级目录。 -(1) interface and CFileF
VC++bianchengzhinan(CHM)
- 编程指南用于VC++环境介绍详细利于参考-Programming Guide for the VC environment conducive to introducing a detailed reference
VB-VC-XuLieHuaWenJian-DLL
- 一个可以让VB也支持序列化文件的DLL代码。-a VB can also support the sequence of documents DLL code.
VC-read-excelfile
- VC中读取Excel文件中的指定行和列的单元格内容.只是一个示例程序,需要优化.-VC read Excel document designated rows and columns of cells content. Only a sample program, optimized.
copyudata
- 操作U盘的实现代码,用VC实现,值得参考。-U disk operation codes, with VC, a good reference.
VC++GPS
- 首先简单介绍了GPS 接收机串口通信的基本概念, 然后通过实例详细介绍了计算机与GPS 接收机进行 数据传输的两种方法: 一种是使用W in32 A P I 通信函数的文件读写方式 另一种是通过VC+ + 6. 0 提供的 M SComm 控件实现。-first brief introduction of GPS receiver serial communication the basic concepts, Then detailed examples of computer and
vc++(lm)
- 一个VC++的课程设计(word文档另附源码),实现密码登录.-a VC Course Design (word document followed by source), the realization of passwords.
可以新建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
一个编写得十分专业的宽文本编辑器.zip
- 一个比较专业的编辑器源码,有一定的参考价值。用VC编写,a more professional editor source code, a certain reference value. Preparation of VC
ReadXML.rar
- VC 6.0下读取XML文档的例子 API + SDK程序 没有使用MFC,VC 6.0 under the example of reading XML documents API+ SDK procedure does not use MFC
vc-excel
- vc操作excel的例子有很多,找了很久操作最方便的还是这一个。-vc operation there are many examples of excel to find the most convenient operation for a long time or is this one.
a
- VC读取TXT文件数据,数据在1111.txt里-VC to read TXT file data, where data 1111.txt
vc.excel
- 一个vc对EXCEL属性操作的程序例子,本程序附带有完整的EXCEl操作类,基本覆盖excel的各种操作属性。-A vc example for the operation of EXCEL properties
vc
- 一个很很好的显示文件打开进程的进度条,对初学者有很大的帮助。-A very good display file open process, the progress bar
利用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