-
使用vc进行数据库编程的好例子,很有参考价值
使用vc进行数据库编程的好例子,很有参考价值-use database programming vc good example of great reference value
- 2022-03-10 15:25:21下载
- 积分:1
-
a small travel agency management system
一个小型的旅行社管理系统-a small travel agency management system
- 2022-03-18 20:45:00下载
- 积分:1
-
天津大学在线评测
Tianjin University Online Judge 的80多道题目 .
-Tianjin University Online Judge
- 2022-02-14 12:53:06下载
- 积分:1
-
二叉树遍历的递归算法,帮助理解程序设计过程中的递归思想,以及二叉树遍历的基本思想...
二叉树遍历的递归算法,帮助理解程序设计过程中的递归思想,以及二叉树遍历的基本思想-Recursive binary tree traversal algorithm, to help understand the program design in the process of recursive thinking, as well as the basic idea of binary tree traversal
- 2022-05-31 12:09:42下载
- 积分:1
-
先构造一个图 用邻接矩阵存储 然后用分别普利姆算法和克努斯卡尔算法构造其最小生成树...
先构造一个图 用邻接矩阵存储 然后用分别普利姆算法和克努斯卡尔算法构造其最小生成树-First construct a map with the adjacency matrix is stored separately plym algorithm and then construct the minimum spanning tree algorithm克努斯卡尔
- 2023-08-02 07:00:03下载
- 积分:1
-
数据结构中线性表的合并链式实现,VC++实现的。
数据结构中线性表的合并链式实现,VC++实现的。-Data structure in linear chain realize the merger table, VC++ Achievable.
- 2022-10-17 07:40:03下载
- 积分:1
-
常用数据结构算法代码库,包括AVL树,链表,堆栈,hash,排序等...
常用数据结构算法代码库,包括AVL树,链表,堆栈,hash,排序等-common data structure algorithm code base, including AVL Tree, List, Stack, hash, sort etc.
- 2022-01-31 16:42:05下载
- 积分:1
-
大型数据库,最基本的PL/SQL语句,及其基础编程。
大型数据库,最基本的PL/SQL语句,及其基础编程。-Large databases, the basic PL/SQL statement, and its basic programming.
- 2022-10-06 17:45:02下载
- 积分:1
-
ACCESS simulation XP2003 interface, provide the source code for reference
ACCESS模拟XP2003界面,提供源代码供参考-ACCESS simulation XP2003 interface, provide the source code for reference
- 2022-11-17 17:50:03下载
- 积分: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