搜索资源列表
avifiliter
- 用vc开发,将AVI文件中的 视频数据进行分割,得到视频数据,这对数据解压非常有用-it can split avi file data to many blocks,it s useful to compression.
聊天程序源代码
- 一个局域网类 聊天的 程序。。拥 vc编写的 。。比较方便 ,大家可以看看,-A LAN chatting program programed with vc.It s convenient.You can have a look at it.
File-system-chengxue
- 该程序是利用vc开发的,对文件的操作进行了详细的讲解,是一个很经典的例子。-that the procedure was developed using vc, the paper's operation for a detailed explanation, is a classic example.
LecOfAO+VC
- AO+VC教程,ESRI公司的内部培训资料,“Advanced ArcObjects Component Development (C++)”-AO VC Guide, ESRI company's internal training materials, "Advanced ArcObjects Component Development ( C) "
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
File
- 这是一个对文件进行读写的一个程序,对vc初学者很有用!-This is a a program for read and write , and it s useful for vc++ beginners !
VCExcel_data_chart
- 自己编的,通过智能指针而不是通过自动化(Automation)可以读写Microsoft Excel文件,输出数据,并能根据函数画出图表,确实很有用,希望对大家能起到抛砖引玉的作用。-It is about control Microsoft Excel by using ptr,it s usefull for read and write Excel
FileCRC
- WINDOWS下读取某个文件的CRC校验码, 开发环境是VC.NET-read file s CRC
CFolder
- WINDOWS下算出某个指定目录的CRC,开发环境是VC.NET-Read folder s CRC
VCPrjToHtml
- 大部分VC编程的朋友都遇到过这种情况:写过的一大堆工程代码在硬盘里放着,有时候想找某个工程的源代码查看都找不到,同时一些不舍得删又没多大用的工程放在哪儿也占地方,像我就下载了很多教程的配套源代码,大小差不多有两三个多G,放在那儿实在是占地方。而且查看时得一个文件夹一个文件夹的找,太麻烦。所以没事就借用了Mike Benzinger写的的CppToHTML转换代码,写了一个将VC工程目录下的.cpp、.c、.h文件转换成html网页文件,同时将工程所需的所有项目文件、源文件、资源文件打包成rar的
WordAutomation
- VC操作word中表格的小程序,包含了word中表格的常用操作。-It s a small program of VC operated the table in word . It contained common operation.
test.txt
- 在vc中使用这些代码函数可以清空浏览器的历史记录。-Use the code function in vc can clear your browser' s history.
ConvertUCSDoc
- VC6.0写的一个小玩意,新公司的入职练手任务。unicode编译环境。要求如下: 题目:用VC6.0实现对unicode格式的文本文件高效率按行读取 要求: (1)实现以下接口 BOOL OpenStringFile(CString path) BOOL ReadStringFile(&CString str) //一次读取文件中的一行 BOOL CloseStringFile() (2)使用内存缓存技术,对于大文件要能达到几十MB/S的速度。 (3)测试程
TIniFile
- BCB的TIniFile类在VC++中的对应,功能是用来操作INI文件,完善了其中的构造函数.-BCB' s TIniFile class VC++ corresponding function is used to operate the INI file, which improved the constructor.
YZFVM76
- 第一个例子,同样的混合变成,第一部分,是一个不错的vc和matlab结合的例子-The first example, the same mix into, the first part, it s a good example of vc and matlab combined
undey__cant
- 可以在VC下运行的万年历,解决了在VC下不能解决的gotoxy函数问题-Can run under the VC s calendar, solved under the VC can t gotoxy function to solve the problem
goobprmceduzes
- vc 写的按照系统时间走的的数字时钟程序,不错的源码,可以-Vc written according to the system s time to go digital clock procedures, good source code, you can
利用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