搜索资源列表
ras.zip
- RAS api的MFC类封装
MD5算法封装类.zip
- MD5算法封装类
用于 mysql 的php通用接口类
- php的Mysql低层接口发展到现在,已经有三种接口类型了,分别是:Mysql、Mysqli、PDO。Mysql属于最早期的Mysql数据库接口,不支持面向对象的调用方式。Mysqli及PDO开始都支持面向对象了。 这三种接口的使用方式上都有些少差别,例如在fetch处理方式: mysql: mysql_fetch_array($result, $link); mysqli: mysqli_fetch_array($result, $link); &n
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.
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)
HttpConnectUtil
- http工具类,封装基本的http请求工具类,包含一个ssl请求方法(The HTTP tool class encapsulates the basic HTTP request tool class, including a SSL request method)
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的封装。
.NET常用帮组类
- .NET常用帮组类 封装了很多的方法 ,提供给大家查看看