搜索资源列表
ras.zip
- RAS api的MFC类封装
MD5算法封装类.zip
- MD5算法封装类
AdoDatabase第 2 版
- 这也是采用COM接口的数据库访问技术, 采用ADO类封装,速度快,更加容易调用。- This also is uses the COM connection the database visit technology, uses a ADO kind of seal, the speed quickly, is easier to transfer.
RsaKit_V1[1].0
- RsaKit_V1[1].0 一个高手写的RSA算法的加密解密的源码,类封装的很好,代码清晰易懂。VC。-RsaKit_V1 [ 1 ] 0 a high hand-written RSA algorithm encryption decipher source code, kind of seal very good, the code clear is easy to understand. VC.
inirw
- cinifile类封装了大量的函数,能直接对ini文件进行读写操作,操作简单,方便,实用-cinifile a lot of functions, will direct the ini file read and write simple, convenient and practical
Carlos Antollini编写的ado封装类
- Carlos Antollini编写的ado封装类,几乎把所有的Ado操作都封装了,有使用价值和学习价值-Carlos Antollini prepared ado Packaging categories, almost all of Ado package, the operation, use and value learning
CserialPort类源码
- VC++简单而强大的多线程串口编程工具,该CSerialPort类封装了串口通信的基本 数据和方法-VC simple and powerful multithreaded serial programming tools, the CSerialPort type of serial communications package of basic data and methods
C++中频繁引用的类如何避免不必要的重编译
- 将需要公开的接口用一个句柄类封装起来,调用者只通过封装的句柄类来调用实现, 这样,将调用与实现隔离开来,或者说只让调用看到它所需要看到的接口。这样的话,只要 保证接口不变,那么实现代码的中要添加一些变量,函数,将不会影响到调用者。-will require an open interface with a handle Packaging category, called only by the Packaging category to handle Call, which would cal
std_string+封装的string操作类
- std_string+封装的string操作类,方便操作
Trimble
- 没过Trimble公司开发的串口类,使用纯API封装,简单、快速、稳定。-Serial port class by Trimble. Pure APIs which made serial port communication more simpler, faster and stabler.
libcommoncpp2_1.7.3.orig.tar
- 国外开源组织封装的类,包括串口通讯,SOCKET,TCP通信,功能很强大。-Foreign open-source organization package categories, including serial communication, SOCKET, TCP communication, powerful.
MP4FileRW
- WIndows mobile下MP4文件读写封装类,使用开源代码进行C++类封装-mp4 file read and write wrapper under windows mobile, wrap as c++ class
MCIControl
- VC 播放MP3的类,封装了播放,暂停,打开设备,关闭设备等函数-VC play MP3' s class that encapsulates the play, pause, turn on the device, turn off the equipment, and other functions
DB_ADO
- ADO技术链接数据库 封装了完整的ADO数据库操作类-ADO technology to link a complete database package ADO database operations like
SQLHelper
- 常用数据库操作类封装。 SQLite、SQLCE 除了支持连接、插入、查询、事务等、还支持支持数据层级的操作(Common database operations class package. SQLite, SQLCE In addition to supporting connections, inserts, queries, transactions, etc., support for data level operations is also supported)
UrlConnectionGET和Post封装
- 封装拍照选择图库等等等等等等等等等等等等(Package photo selection Gallery)
UDP通讯
- udp通讯类封装 源代码,用udp实现带效验的可靠传输(UDP communication package source code, to achieve reliable transmission with results by UDP)
VC++ INI文件读取类
- INI文件读取类封装,更便于使用ini文件。(INI file read class encapsulation)
List模板封装
- 用c++实现list模板类封装,包括对list常用的一些操作,增删改查等(List template class encapsulation)
c# 串口封装类
- 对c# 官方串口类SerialPort的封装。