搜索资源列表
VC中注册表操作类
- 一个VC封装的注册表操作类,把API的操作封装起来,直接导入就可用-a VC Packaging registry operations, the API put Packaging operation, can be used directly into
PCA+LDA+VC+code
- PCA+LDA的图像识别算法VC封装类,可用于模式识别等-PCA LDA image recognition algorithm VC Packaging category, can be used for pattern recognition, etc.
PCA+LDA.Class.vc
- 结合PCA+LDA的图像识别算法VC封装类,PCA(主元素分析,光照敏感),可用于人脸识别的初级算法-combination of image recognition algorithm VC Packaging category, PCA (principal component analysis, Light-sensitive), can be used for the initial face recognition algor
vc封装excel操作
- vc操作excel的基本操作,对生成报表很有帮助。
VC++串口通讯
- 通过一个封装好的SerialPort类实现PC机间或与下位机的串口通讯。
MySQL数据库的ODBC接口程序VC源代码
- 基于VC++的MySQL的ODBC接口程序源代码,封装了数据库接口提供对MySQL的支持。核心代码大家可以参考,虽然很老,但仍然十分有用。
TTS封装库
- TTS的封装库,方便使用
ado封装类
- VC下的ADO编程封装类。可灵活方便的应用于VC下的ADO编程-VC under the category ADO programming package. Flexibility can be applied to the VC under the ADO programming
ClientSocket
- vc 封装的SocketClient-vc package SocketClient
FileReader2
- vc 封装的FileReader类-vc package FileReader category
VC中操作ADO数据库资料
- VC编程封装ADO类 VC中利用ADO共同实现数据库的操作 在VC中使用ADO开发数据库应用程序 用C++访问SQLServer2000的实例-VC ADO programming package type VC ADO common database operations using the VC ADO database application development using C visit examples of CRM
图表绘制类,支持柱状图,饼图,折线图
- vc封装的图表绘制类,支持绘制柱状图,饼图,折线图等-vc package type mapping, mapping support column, pie, dogleg map
QueueTest
- VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef T
VC控制Excel的示范源码
- VC操作Excel的示范源码,已经封装 可以直接使用,方便-VC operation Excel source model has Packaging can be used directly to facilitate
一个封装MSMQ操作的类
- vc编写,操作msmq的例子,封装成class,可直接调用!-vc preparation, operation MSMQ example, packaged as class can directly call!
NeuroNet_BP1111111
- VC封装BP网络模型 应用比较方便 值得首唱-VC Packaging BP network model applications worth more convenient Carro
vc内联汇编示例代码
- vc内联汇编示例代码,介绍了VC++的一些被封装的汇编代码,有愿意深入了解VC++的人请进-vc associated sample code compilation, introduced the VC some packaging code compilation, in-depth understanding to the people invited to play in VC
VC中注册表操作类
- 一个VC封装的注册表操作类,把API的操作封装起来,直接导入就可用-a VC Packaging registry operations, the API put Packaging operation, can be used directly into
PCA+LDA.Class.vc
- 结合PCA+LDA的图像识别算法VC封装类,PCA(主元素分析,光照敏感),可用于人脸识别的初级算法-combination of image recognition algorithm VC Packaging category, PCA (principal component analysis, Light-sensitive), can be used for the initial face recognition algor
CListCtrl数据导入到Excel VC++封装
- CListCtrl数据导入到Excel VC++封装 1.把.h, .cpp文件拷贝到工程目录下 2.从VC++(我用的2003)导入已有项(两文件,.h, .cpp) 3.包含头文件即可使用,接口请看源代码(CListCtrl data is imported into Excel VC++ encapsulation)