-
数据结构:有关树所有操作
数据结构:有关树所有操作- Construction of data: The related tree all operates
- 2023-08-09 05:05:03下载
- 积分:1
-
约瑟夫环的问题.采用循环链表来解决...简单
约瑟夫环的问题.采用循环链表来解决...简单-Joseph Ring issue. ... Using circular linked list to solve a simple ....
- 2022-01-22 17:43:57下载
- 积分:1
-
有关B
有关B-树的删除添加修改操作-the B-tree to add amendments to delete operation
- 2022-03-05 00:00:09下载
- 积分:1
-
University Database Management System using Microsoft Access.
University Database Management System using Microsoft Access.
- 2022-05-15 17:41:01下载
- 积分:1
-
描述图的头文件,不过是用C描述的,移植到了VC当中
描述图的头文件,不过是用C描述的,移植到了VC当中-description of the plan is the first document, but is described in the C and transplant them to the VC
- 2022-02-22 03:04:58下载
- 积分:1
-
vc++数据库编程ListCombo
vc++数据库编程ListCombo-vc ListCombo Database Programming
- 2022-09-13 13:50:03下载
- 积分:1
-
一个小的闹钟程序
一个小的闹钟程序-a small alarm clock procedures
- 2022-07-15 20:15:28下载
- 积分:1
-
Visual.C.实践与提高数据库篇.pdf
大家参考下。
Visual.C.实践与提高数据库篇.pdf
大家参考下。-Visual.C. Practice and improve database articles. Pdf we refer to the following.
- 2022-08-13 12:01:34下载
- 积分:1
-
这是一个简单的数据库管理系统。它不使用任何其他的代码(即外径…
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
-
农夫过河问题
应用背景运用VC6.0平台采用C++语言编写的农夫携带狼羊菜从河的 一岸过到另一岸关键技术用二进制数字符表示农夫和狼羊菜的位置,采用图的深度优先、数组、和实现的
- 2022-07-10 11:47:22下载
- 积分:1