-
关于:
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
-
免费的Sql数据库系统
免费的Sql数据库系统-A Single Person
- 2022-02-12 01:42:43下载
- 积分:1
-
用VB6创建的家庭地址簿程序。制作该程序的主要目的是用来为家庭中的每个成员存储个人地址信息。而且该程序的用户设定为两个类型级别:即1管理型、2用户型...
用VB6创建的家庭地址簿程序。制作该程序的主要目的是用来为家庭中的每个成员存储个人地址信息。而且该程序的用户设定为两个类型级别:即1管理型、2用户型-built with VB6 family address book procedures. The production process is the main purpose for the family members of each of the addresses stored personal information. And the procedures set of users for the two types of levels : that is a management-type, two-users
- 2022-03-15 13:23:06下载
- 积分:1
-
数据库操作功能类,包括添加,修改,删除等操作。直接调用就可以。
数据库操作功能类,包括添加,修改,删除等操作。直接调用就可以。-Database operations functional categories, including add, modify, delete, etc. operations. Can be called directly.
- 2023-04-26 17:05:04下载
- 积分:1
-
前一段研究vc数据库时朋友帮我做的一个关于vc中ADO数据库中使用Combo Box的例子,很简单但是很实用。绝对原创!...
前一段研究vc数据库时朋友帮我做的一个关于vc中ADO数据库中使用Combo Box的例子,很简单但是很实用。绝对原创!-vc database friends to help me do a vc on ADO database using Combo Box example, a very simple but practical. Absolutely original!
- 2023-02-06 00:10:04下载
- 积分:1
-
数据结构典型算法实现,c实现二叉树的遍历以及赫夫曼编码
数据结构典型算法实现,c实现二叉树的遍历以及赫夫曼编码-data structure typical algorithm, c achieve the traversal of a binary tree Huffman coding
- 2022-05-08 12:13:08下载
- 积分:1
-
用VB6.0进行solidworks的二次开发,包括数据库操作,零件的参数化生成等应用。...
用VB6.0进行solidworks的二次开发,包括数据库操作,零件的参数化生成等应用。-SolidWorks using VB6.0 for secondary development, including database operations, parts of the parametric generation of applications.
- 2022-01-22 03:32:16下载
- 积分:1
-
校友信息系统
我的项目处理证书的校友信息系统,可以 upadate 删除和插入新数据,有时要搜索特定目的
- 2022-02-15 19:46:15下载
- 积分:1
-
循环链表
声明结构 体,该结构体包含一个值,和一个指向下一个结点的指针next,初始化时头结点指针指向自身,每增加一个节点,使加入的结点的next指针指向头结点,使t头结点的next指针指向插入结点。 源代码 在vs2012 运行通过,界面使用菜单进行操作选择,友好方便,值得参考
- 2022-06-11 17:01:47下载
- 积分:1
-
一个效率可以的线段树代码
可以直接用来求解矩形面积并
另外可以修改实现更多功能....
一个效率可以的线段树代码
可以直接用来求解矩形面积并
另外可以修改实现更多功能.-The efficiency of the line segment can be a tree code can be directly used to solve the rectangular area and the other can be modified to achieve more.
- 2023-07-08 10:55:03下载
- 积分:1