-
这是一个简单的数据库管理系统。它不使用任何其他的代码(即外径…
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
-
严蔚敏编写的《数据结构》第10章的答案,全部为源码
严蔚敏编写的《数据结构》第10章的答案,全部为源码-the answers of chapter 10 of a book called ‘Data Structures’ writen by Yan Wei Min
- 2022-05-16 17:51:29下载
- 积分:1
-
C++人力资源管理系统
一套完整的人力资源管理系统 包括员工信息管理等诸多模块
对C++范围SQL数据库进行了函数封装 可靠性高 包括增删改查等模块
可直接用于项目开发和学习
- 2022-08-19 20:31:28下载
- 积分:1
-
企业客户关系管理系统
企业客户关系管理系统-Enterprise Customer Relationship Management System
- 2023-05-15 22:05:04下载
- 积分:1
-
聊天工具
本程序是一个了聊天工具 用mfc编写 可以多人同时聊天,用tcp协议编写
- 2022-10-28 00:00:04下载
- 积分:1
-
分别用C语言和C++语言写的用于三角网格划分的算法。划分效果和速度都不错...
分别用C语言和C++语言写的用于三角网格划分的算法。划分效果和速度都不错-Were used C language and C++ language written for the triangular meshing algorithms. Into the effectiveness and speed are good
- 2022-06-18 02:07:12下载
- 积分:1
-
单比特树查找算法,是用于路由查找的,内含有路由查找相关资料...
单比特树查找算法,是用于路由查找的,内含有路由查找相关资料-Monobit tree-search algorithm is used to identify the routing, which contain routing information Search
- 2022-02-26 14:05:38下载
- 积分:1
-
教学计划编制问题
资源描述
有两种方法:一种没有学分排序,另一种考虑了学分排序,较推荐栈中排好序的方法,贪心更完全
测试数据文本:
C1 程序设计基础 # 2
C2 离散数学 C1 3
C3 数据结构 C1,C2 4
C4 汇编语言 C1 3
C5 语言的设计和分析 C3,C4 2
C6 计算机原理 C11 3
C7 编译原理 C3,C5 4
C8 操作系统 C3,C6 4
C9 高等数学 # 7
C10 线性代数 C9 5
C11 普通物理 C9 2
C12 数值分析 C1,C9,C10 3
- 2022-03-05 17:20:03下载
- 积分:1
-
万年历的算法 c语言
万年历的算法 c语言-hefty almanac algorithm c language.
- 2022-03-12 08:47:26下载
- 积分:1
-
数据结构中经典的约瑟夫环问题的解法。
数据结构中经典的约瑟夫环问题的解法。-data structure classic Josephus the solution.
- 2022-03-10 18:20:08下载
- 积分:1