-
关于:
About:
hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses memory mapped I/O (if available), supports cursors, and can create in-memory databases.
Release focus: Major feature enhancements
Changes:
This release comes with many changes and new features. It can manage multiple databases in one file. A new flag (HAM_LOCK_EXCLUSIVE) places an exclusive lock on the file. hamsterdb was ported to Windows CE, and the Solution file for Visual Studio 2005 now supports builds for x64. Several minor bugs were fixed, performance was improved, and small API changes occurred. Pre-built libraries for Windows (32-bit and 64-bit) are available for download.
Author:
cruppstahl
- 2023-08-10 06:40:03下载
- 积分:1
-
一个经典的数据结构的实现
一个经典的数据结构的实现-a classic of the data structure to achieve
- 2023-04-13 21:25:03下载
- 积分:1
-
vb a source excel treatment program, it is worth U.S. reference learning
vb处理excel的一个源码程序,值得大家参考学习-vb a source excel treatment program, it is worth U.S. reference learning
- 2022-01-25 13:54:44下载
- 积分:1
-
Tab4.rarC语言的实习作业:管理系统
Tab4.rarC语言的实习作业:管理系统-Tab4.rarC language training operations : Management System
- 2022-08-25 01:43:41下载
- 积分:1
-
VB6.0 under the DataList control the use of examples!
VB6.0下DataList控件的使用示例!-VB6.0 under the DataList control the use of examples!
- 2023-06-04 20:35:03下载
- 积分:1
-
很不错的Access数据库结构打印工具,方便您在编程时助记数据库字段,可以输出到打印机,保存为HTML文件。能很清楚的列出数据库的所有表的字段信息、索引信息等。...
很不错的Access数据库结构打印工具,方便您在编程时助记数据库字段,可以输出到打印机,保存为HTML文件。能很清楚的列出数据库的所有表的字段信息、索引信息等。
-quite the Access database structure Print tool to facilitate the programming your reporter database fields, can be output to the printer, the depositary for the HTML document. Can be clearly set out all the tables in the database in the field of information, indexing information.
- 2022-03-20 06:32:19下载
- 积分:1
-
SqlMemTable 3.10 (free for personal use)
SqlMemTable 3.10 (free for personal use)
- 2022-09-03 09:05:03下载
- 积分:1
-
C语言,数据结构。通过二分法求解方程的根值
C语言,数据结构。通过二分法求解方程的根值-C language data structures. Through the dichotomy solving the root of the value equation. . .
- 2022-03-30 19:02:50下载
- 积分:1
-
a good library management system
很好的一个图书馆管理系统-a good library management system
- 2022-12-25 17:30:04下载
- 积分:1
-
Queue Using Linklist
当使用数组实现队列时,它们只对有限的数据量起作用,即需要指定数据量早一点。排队当程序员不知道需要多少数据或需要处理多少数据时,这是没有好处的。由于链表实现的队列可以处理无限个值,因此采用链表数据结构实现了队列数据结构。这意味着,使用链表的队列可以处理可变大小的数据。使用链表实现的队列可以组织任意多的数据值。 ;
- 2022-02-25 07:33:09下载
- 积分:1