-
这是一个简单的数据库管理系统。它不使用任何其他的代码(即外径…
This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications and I doubt it could handle anything on a large scale. A sample program included in the .zip shows how everything works. The database project is a library project, so you ll have to compile and link with the .lib file to get everything working. Pros: - You have the source code so you know exactly what it is doing - Database files are very small - Small and fast code Cons: - Can t handle large amounts of records (more than 65000ish) - Doesn t support SQL (you have to search the database by cycling through the records and testing them against your constraints) - Each database file can only have one table.
-This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wr
- 2022-04-20 06:29:24下载
- 积分:1
-
More than 40 version of the classic textbook
40多版经典教材《数据结构》(严蔚敏、吴伟民著)全部代码实现。目录下TC是标准C代码C文件。VC是标准C++代码CPP文件。-More than 40 version of the classic textbook
- 2022-04-25 10:35:42下载
- 积分:1
-
the software simulation data structure Algorithm
该软件模拟数据结构的算法实现-the software simulation data structure Algorithm
- 2022-12-01 01:45:03下载
- 积分:1
-
考试管理程序,属数据库管理类,直接解压后就可以使用。
考试管理程序,属数据库管理类,直接解压后就可以使用。-examination management processes, database management is a category that can be directly extracted after use.
- 2022-05-09 01:07:32下载
- 积分:1
-
我是第一次来这里还不知道用什么方式上传程序,请大家谅解。用powerbuilder打开本文件就可以...
我是第一次来这里还不知道用什么方式上传程序,请大家谅解。用powerbuilder打开本文件就可以-is the first time I come here do not know what way to upload procedures, please understanding. Using PowerBuilder open this document can be
- 2022-03-18 14:06:27下载
- 积分:1
-
depth search algorithm, solved from the point of origin j s close of the shortes...
深度搜索算法,求解从起源点s到点j的最短路径算法的基本过程-depth search algorithm, solved from the point of origin j s close of the shortest path algorithm for the basic process
- 2023-07-28 16:45:02下载
- 积分:1
-
Database Viewer application. Allows you to view and scroll through all of the re...
Database Viewer application. Allows you to view and scroll through all of the records in a database.
- 2022-03-11 02:23:14下载
- 积分:1
-
创建有向图,无向图,有向网络,无向网络…
创建有向图,无向图,有向网,无向网的算法-Create a directed graph, undirected graph, directed networks, undirected networks algorithm
- 2022-02-03 22:31:22下载
- 积分:1
-
用列表实现的队列和栈的算法,用接口和实现的结构组织。 原来打算一个通用的包含所有数据结构算法的接口以及实现集,由于时间问题,只是做了一点点,作为数据结构算法和设...
用列表实现的队列和栈的算法,用接口和实现的结构组织。 原来打算一个通用的包含所有数据结构算法的接口以及实现集,由于时间问题,只是做了一点点,作为数据结构算法和设计思想的一个简单范例以及尝试吧,希望和大家多讨论。 里面附有使用实例,以及可执行文件,适合初学者!-used to achieve the queue list and stack algorithm, Interface and realization of the structure. The original intention of a common data structure contains all the interfaces and algorithms to achieve set, as a matter of time, but only a little, as the algorithm and data structure design of a simple model and try it, and we hope that more discussion. Inside with the use of examples, as well as executable files, suitable for beginners!
- 2022-05-18 04:21:47下载
- 积分:1
-
15大著名游戏之谜(15
著名的15谜游戏(15-puzzle )的Tcl/Tk版本,现在它可以有 4x4, 5x5 或6x6 的格子,所以更加有趣,改变图片也更加容易。 -mystery of the famous 15 games (15-puzzle) Tcl/Tk editions, it could 4x4, 5x5 or 6x6 lattice, the more interesting and change the picture much easier.
- 2022-06-11 13:50:33下载
- 积分:1