-
关于:
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
-
这是我学习数据结构与算法时编的关于队列操作的程序,对学习数据结构的朋友有帮助...
这是我学习数据结构与算法时编的关于队列操作的程序,对学习数据结构的朋友有帮助-This my learning algorithm and data structure when the series of the operation of the queue on procedures for the study of the data structure to help friends! !
- 2022-01-22 01:33:55下载
- 积分:1
-
Is a data structure in the learning plan to prepare the structure, is mainly use...
是一个在学习数据结构时编写的图结构,主要是用两种方法生成需要的图结构,其中有一个头文件都注释了,要是要使用的话,只需要将另一个头文件注释并把这个取消注释,在main方法中改一个类名就好了-Is a data structure in the learning plan to prepare the structure, is mainly used two methods to generate the need for the graph structure, in which there is a header file are annotated, if you want to use words, just another header file to the Notes and the cancellation of Notes, in the main method to a class name like the
- 2023-04-02 18:10:04下载
- 积分:1
-
ORACLE The largest component of the logic. ORACLE database by one or more table...
ORACLE最大的逻辑组成部分。ORACLE数据库由一个或多个表空间组成,一个表空间由一个或多个数据文件组成,但一个数据文件只能属于一个表空间。数据库表等对象是存放在表空间中的。-ORACLE The largest component of the logic. ORACLE database by one or more table space for components, a table space by one or more data files, a data file can only belong to a table space. Database tables and other objects are stored in the table space.
- 2022-03-17 19:34:39下载
- 积分:1
-
connection/object pool. A program may require a IMAP connection po ol and LDAP c...
Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grows, and now there is a need for a pool of threads. So just take the IMAP connection pool and convert that to a pool of threads (Copy, paste, find, replace????). Need to make some changes to the pool implementation? Not a very easy task, since the code has been duplicated in many places. Re-inventing source code is not an intelligent approach in an object oriented environment which encourages re-usability. It seems to make more sense to implement a pool that can contain any arbitrary type rather than duplicating code. How does one do that? The answer is to use type parameterization, more commonly referred to as templates.-connection/object pool. A program may require a IMAP connection po ol and LDAP connection pool. One could easily im plemen
- 2023-05-15 08:25:03下载
- 积分:1
-
利用栈来完成数据结构实习的魔王语言.完成基本内容.
利用栈来完成数据结构实习的魔王语言.完成基本内容.-use to complete stack data structure attachment fiendish language. Completion of the basic content.
- 2022-02-12 20:24:25下载
- 积分:1
-
快速SQL交互工具
快速SQL交互工具-rapid interactive SQL tools
- 2022-01-24 18:15:12下载
- 积分:1
-
离散事件模拟程序,以及自定义数据类型的队列实现
离散事件模拟程序,以及自定义数据类型的队列实现-Discrete event simulation program, as well as custom data types of queues to achieve
- 2023-01-09 11:50:03下载
- 积分:1
-
Mainly for the VC database programming use, a detailed description of the ODBC a...
主要为VC数据库编程使用,详细介绍了ODBC和oledb
- 2022-04-25 05:45:02下载
- 积分:1
-
ArkoMaster端系统模块设计文档
系统管理软件自主开发软件。
系统管理软件A实现最终目标:是可以自由横跨桌面(Desktop)、Client/S...
ArkoMaster端系统模块设计文档
系统管理软件自主开发软件。
系统管理软件A实现最终目标:是可以自由横跨桌面(Desktop)、Client/Server、大型主机的不同层次的管理,管理的对象包括应用程序(Applications),数据库(Database),网络(LAN, WAN),系统平台(System Platform)和互连网Internet/Intranet等五个方面。-End system ArkoMaster modular design their own document management software system to develop software. A system management software to achieve the ultimate goal: It is free across the desktop (Desktop), Client/Server, mainframe different levels of management, including management of applications (Applications), database (Database), network (LAN, WAN ), system platforms (System Platform) and the Internet Internet/Intranet and other five areas.
- 2022-03-11 14:13:45下载
- 积分:1