-
学生信息管理
学生管理系统能对学生信息进行管理并查询,本系统采用VB+ACESS工具开发
分为管理员登陆和学生登陆,管理员具有添加,删除,更新的权限。学生则只有查询权限。二者共用以个数据库。下面就对系统的部分功能,模块及代码进行分析。
- 2022-07-02 08:40:34下载
- 积分:1
-
- 2022-04-28 07:23:49下载
- 积分:1
-
“数据结构、算法和程序”这个抽象世界的特殊旅程,以解决现实生活中的许多难题...
“数据结构、算法和程序”这个抽象世界的特殊旅程,以解决现实生活中的许多难题- Data structures, algorithms and procedures of the abstract world of a special journey to solve many real-life problems
- 2023-03-03 18:00:06下载
- 积分: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
-
本程序使用expevaluation
This program use for ExpEvaluation
- 2022-03-29 06:20:45下载
- 积分:1
-
小型图书馆管理系统!
小型图书馆管理系统!-little books management system
- 2022-08-04 06:36:46下载
- 积分:1
-
题目:实现一个能进行稀疏矩阵基本运算的运算器。
以“带行逻辑链接信息”的三元组顺序表示稀疏矩阵,实现两个矩阵相加,相乘的运算。稀疏矩阵的输入形式采用三元组表...
题目:实现一个能进行稀疏矩阵基本运算的运算器。
以“带行逻辑链接信息”的三元组顺序表示稀疏矩阵,实现两个矩阵相加,相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵以阵列形式列出。
1、 生成如下两个稀疏矩阵的三元组a和b:
1 0 3 0 3 0 0 0
0 1 0 0 0 4 0 0
0 0 1 0 0 0 1 0
0 0 1 1 0 0 0 2
2、输出a+b的三元组
3、输出a*b的三元组
-Topic: can realize a sparse matrix basic calculator operations. To
- 2022-02-02 04:00:25下载
- 积分:1
-
n, n after realizing the problem solving, and can export most Solution
n后问题,实现n后问题的求解,并且可以输出最有解-n, n after realizing the problem solving, and can export most Solution
- 2022-01-22 13:28:52下载
- 积分:1
-
Database System Design (seventh edition).
数据库系统设计(第七版).-Database System Design (seventh edition).
- 2022-04-14 12:39:58下载
- 积分:1
-
VC++ 家庭理财软件
家庭理财系统的课题简介如下:随着社会的发展进步,个人和家庭无论收入还是支出的种类越来越多,越来越复杂,所谓好记性不如烂笔头,使用管理软件来管理家庭财务的信息也正逐步成为众多个人和家庭的需求,家庭理财 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-19 08:36:54下载
- 积分:1