-
赫夫曼树(课设)
通过输入一串英文(权值)来构建赫夫曼树,并在当前目录下打印赫夫曼图像
- 2023-06-20 23:05:05下载
- 积分:1
-
数据结构编程 实现数的插入
数据结构编程 实现数的插入-data structure programming several of the insert, etc.
- 2022-12-21 23:25:03下载
- 积分:1
-
这是一个取得网卡全球物理号的源码,希望对你有用
这是一个取得网卡全球物理号的源码,希望对你有用-This is a global physical network adapter to obtain its source code, I hope useful for you
- 2022-01-30 14:26:43下载
- 积分:1
-
Shortest Path Problem Description C
最短路径问题C++描述-Shortest Path Problem Description C
- 2022-01-27 14:10:42下载
- 积分:1
-
vc中利用ado访问Access文件(包含tree,datagrid控件)
vc中利用ado访问Access文件(包含tree,datagrid控件)-vc use ado visit Access document (containing tree, datagrid control)
- 2022-03-31 13:37:44下载
- 积分:1
-
vc developed to detect the secondary hash algorithm, the data structure learners...
vc开发的二次探测在散列算法,学习数据结构的学习者看看吧!! -vc developed to detect the secondary hash algorithm, the data structure learners see! !
- 2023-06-28 21:45:03下载
- 积分:1
-
本程序的功能主要是建立并实现了二叉树的算法
本程序的功能主要是建立并实现了二叉树的算法
-this program is the main function of the establishment and the realization of a binary tree algorithm
- 2022-11-17 19:40:03下载
- 积分:1
-
二路归并算法的代码,用来排序,文件后缀名是c
二路归并算法的代码,用来排序,文件后缀名是c-a program to sort files under visusl C++ s environment
- 2022-02-03 16:39:25下载
- 积分:1
-
关于:
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
-
火车站购票系统
资源描述C++写的购票系统,可以实现查询车次信息,购票,退票等功能,车次信息是提前预定好的,可以自己修改,考虑到了多个站点以及发车时间问题,解决了购票冲突问题,即在不同车站买到同一个座位上的车票。
- 2022-03-28 19:05:10下载
- 积分:1