搜索资源列表
datebase.rar
- 这是我的c++语言课程设计,共包括5个程序,1.一个简陋的数据库系统设计(可参考FoxBase),2.设计一个字符串类,要求具有计算字符串长度、两个字符串大小比较、两个字符串连接等功能。3.设计复数类Complex,具有复数设置及其输入输出、两个复数的加法和乘法功能。4.设计一个一维向量(数组)模板类Vector 5.设计一个列表(链表)模板类List。其中数据库系统我做了两个版本,其中还包括课程报告,希望大家批评指正,谢谢。,This is my c++ language curriculum
snowbase
- 这个压缩包里包括5个程序,一个报告,是我c语言课程设计,其中那个数据库系统设计的比较好,用c语言完成,代码5000行,这里好包括课程报告,1.设计一个字符串类,要求具有计算字符串长度、两个字符串大小比较、两个字符串连接等功能。 2.设计复数类Complex,具有复数设置及其输入输出、两个复数的加法和乘法功能。 3.设计一个一维向量(数组)模板类Vector 4.设计一个列表(链表)模板类List 5.一个简陋的数据库系统设计(可参考FoxBase)。-Including the
ADOdb.Manual
- PHP s database access functions are not standardised. This creates a need for a database class library to hide the differences between the different database API s (encapsulate the differences) so we can easily switch databases. PHP 4.0.5 or later is
DBSearch
- 第一次从DB搜寻后缓冲搜寻结果索引,以后用此索引直接提取数据库 主要分3个类:SyncDictionary<T> , IndexItem ,DBStringSearch SyncDictionary<T>:用于建立搜寻结果字典,便于对搜寻结果作缓存,支持自动 压缩(当字典超过设定长度则以最近使用时间为依据压缩)。 IndexItem:包装的一个Index数组,用于存放搜寻结果的索引,支持自动分配和 删除数组(内部保留删除的数组用于从新分配,保留的
ArrayHelper
- Utility class providing array to int long conversion for data received devices through adb.-Utility class providing array to int long conversion for data received devices through adb.
YuArray
- 自己随手编写的纯C++开发的动态数组模板类,希望对大家有用-Readily prepared pure C++ developed dynamic array template class, we want to
