-
程序,很好的程序
程序,很好的程序-procedures are good procedures
- 2022-12-21 05:00:03下载
- 积分:1
-
题目:设有一航班售票系统,要求完成以下功能:
1)假设该民航有若干航班,要求实现增加航班和取消某个航班的功能。
2)查询:根据用户提出的终到站查询航班号...
题目:设有一航班售票系统,要求完成以下功能:
1)假设该民航有若干航班,要求实现增加航班和取消某个航班的功能。
2)查询:根据用户提出的终到站查询航班号、售票情况等航班信息;也可根据航班号,列出该航班已订票的乘客名单。
3)订票:根据航班号为客户订票,如该航班有余票,则为客户订票;如该航班已满员,则显示相应信息。
4)退票:按乘客要求退出已预定的机票。
-Topic: First flight with the ticketing system, required to complete the following functions: 1) It is assumed that the Civil Aviation have a number of flights, calls for increased flights and cancellation of a flight functions. 2) query: Based on user queries raised by the end of the arrival flight number, booking flight information, etc. also available under the flight number, listed in the flight
- 2022-03-15 20:32:52下载
- 积分:1
-
关于数据库学习的
关于数据库学习的
关于数据库学习的
关于数据库学习的-shujk
- 2022-02-02 21:36:05下载
- 积分:1
-
这是开发的客户关系管理系统,有源代码和发布版本版
这是开发的客户关系管理系统,有源代码和发布版本版-This is the development of customer relationship management systems, and active code releases version
- 2022-07-11 00:09:54下载
- 积分:1
-
所有的VB数据库连接,添加、删除、修改技术,实例齐全,以ACCESS数据库为例!...
所有的VB数据库连接,添加、删除、修改技术,实例齐全,以ACCESS数据库为例!-database basic
- 2022-12-05 22:40:03下载
- 积分:1
-
Delphi中实现把数据集中的数据导出为word
详细是描述了如何将一个数据集导出为Word文档,整个示例是个完整的程序,有相关的函数和调用说明,每个函数都有相关的注释,对于没有接触过此类开发的程序员应该说非常有用。非常欢迎大家下载。
- 2022-07-10 22:49:12下载
- 积分:1
-
获得存储过程的数据集
获得存储过程的数据集,TSQL 使用技巧, 获取存储过程的数据集,在SQL中进行保存,为下一段SQL使用作准备,
获得存储过程的数据集,规程非代码, 纯SQL
SQL操作
- 2022-01-31 14:49:36下载
- 积分:1
-
MiniDatabase
实现自己的数据库管理程序。
可以在输入端里写入SQL语句, 那么我的程序就可以帮你把刚才的语句实现, 然后反应在我的数据库中, 我的数据库的话, 都是我自己管理存储方式, 表属性存储, 等等。要表扬的是我自己利用了缓冲区技术, 当然比正规的MySQL, SQL Server程序差得很多, 但是我自己模仿的它们的内部结构。
用VC++。
谢谢, 大家的欣赏。
- 2022-05-30 00:34:03下载
- 积分: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
-
这是一个简单的数据库管理系统。它不使用任何其他的代码(即外径…
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