-
医药销售管理系统
1)基本要求:
(1)分析各系统的需求;
(2)选用DBMS和设计工具;
(3)提出系统的设计方案;
(4)对所设计的数...
医药销售管理系统
1)基本要求:
(1)分析各系统的需求;
(2)选用DBMS和设计工具;
(3)提出系统的设计方案;
(4)对所设计的数据库系统进行调试。
-Pharmaceutical Sales Management System 1) Basic requirements: (1) to analyze the needs of each system (2) selection of DBMS and design tools (3) for the system design (4) database system designed for debugging.
- 2022-02-26 18:11:44下载
- 积分:1
-
List storage structure used to achieve the basic operation of the linear form. (...
用链表存贮结构实现线性表的基本操作。(包括各种操作)-List storage structure used to achieve the basic operation of the linear form. (Including a variety of operation)
- 2023-01-19 20:45:04下载
- 积分:1
-
如何将“所有”添加到列表框或组合框中。
SELECT "*" AS RecID, "(All)" AS Employee
FROM Employees AS T1
UNION
SELECT T1.EmployeeID AS RecID, [FirstName] & " " & [LastName] AS Employee
FROM Employees AS T1
ORDER BY Employee;
- 2022-07-11 06:24:58下载
- 积分:1
-
数据结构学习(C++)之稀疏矩阵分析
数据结构学习(C++)之稀疏矩阵分析-study data structure (C) of sparse matrix analysis
- 2022-06-13 16:40:21下载
- 积分:1
-
表达式求值,c语言,有运行bug,可供研究使用。
表达式求值,c语言,有运行bug,可供研究使用。-expression evaluates, c language, and running bug, available for study.
- 2022-03-16 10:04:29下载
- 积分:1
-
汉诺塔代码,从第一个木桩中,把所有盘子从大到小搬移到第三个木桩中....
汉诺塔代码,从第一个木桩中,把所有盘子从大到小搬移到第三个木桩中.-HANOR code from a wooden blocks, all the dishes to the smallest movement pickets were third.
- 2022-03-07 10:56:03下载
- 积分:1
-
这是我帮同学做的一个链表操作的演示程序,可以模拟链表的插入删除...
这是我帮同学做的一个链表操作的演示程序,可以模拟链表的插入删除-This is what I do to help students operate a chain of demonstration program, it is possible to simulate the insertion deletion Chain
- 2022-03-07 10:58:40下载
- 积分:1
-
在SQL archivosdedatos
----crear archivos.mdf.ldf和ndf
- 2022-03-15 23:02:20下载
- 积分:1
-
实现最短路径算法。 实现最短路径算法。
实现最短路径算法。 实现最短路径算法。-Realize the shortest path algorithm. Realize the shortest path algorithm.
- 2023-08-02 00:25:03下载
- 积分:1
-
ACCESS编写的数据库维护操作平台,可以给写ACCESS程序的同志提供参考...
ACCESS编写的数据库维护操作平台,可以给写ACCESS程序的同志提供参考-ACCESS prepared database maintenance operation platform, you can write to the ACCESS program to provide reference comrades
- 2022-04-29 01:44:46下载
- 积分:1