资源列表
QKTUtils
- 自己写的一些使用函数库,用于实现延时、加载资源文件、获取磁盘空间、关闭计算机、执行外部进程、转换文字编码、处理图像的颜色和灰度等等。-Some use to write their own libraries for the realization of delay, loading resource documents, access to disk space, shut down your computer, the implementation of the external proce
Database
- 数据库应用例子。演示在VC++下如何使用ADO编写数据库程序。 -Examples of database applications. Demonstration in the VC++ under the preparation of how to use ADO database program.
Super-memory-pool
- 只要把四个文件放入到你的项目工程当中去,编译完成之后内存池就会完全接管你申请内存时的NEW,DELETE操作。-As long as the four files into your project of the project, and after the compilation memory pool will be completely take over your memory of the application for NEW, DELETE operation.
Queue100
- 本代码使用了一个SRWLock和两个条件变量来对一个请求队列进行控制。-The code uses a two SRWLock and conditions of a variable to control the request queue.
sunxin-Hook
- 孙鑫老师的最后一讲中,讲到的钩子程序的源码-SUN Xin teachers talk about the last one, the mentioned hook procedure source
SmartPointer
- 详细讲解只能指针怎么使用。并且带有一些不错的例子。-Introduce smart pointer.
DragControls
- 一个可以任意更改界面上的控件位置。使用者可按自已的方式排列。满足不同的需求.-One can change the location of interface control. Users can arrange their own way. To meet different needs.
MiniSQL4
- 设计并实现一个精简型单用户SQL引擎(DBMS)MiniSQL
womajiang
- 麻将程序.是学习是用的.玩玩试试就知道了-mahjong procedures. Learning is good. Try playmate will know
SQL
- SQL Server自动生成日期加数字的序列号-SQL Server automatically generated date-digit serial number plus
CIndexManager
- 数据库系统中使用的B+树索引,可以插入、删除键值,支持等值查找和范围查找。minisql中的index manager模块-Database system used in the B+ tree index, you can insert, delete the key, find support and range of equivalents to find. Index manager module in minisql.