-
图的常用算法,比较全面
并有一种求图的最短路径的算法,
欢迎指正,...
图的常用算法,比较全面
并有一种求图的最短路径的算法,
欢迎指正,-map commonly used algorithms, a more comprehensive and a map for the shortest path algorithm welcome correction, thank you
- 2022-07-16 14:52:58下载
- 积分:1
-
development with a small database management system DBMS
一个用c开发的小型数据库管理系统dbms-development with a small database management system DBMS
- 2022-07-07 09:42:27下载
- 积分:1
-
医院管理系统
这个医院管理系统管理病人信息、 人员信息、 商店和药品、 计费并生成报告。这个复杂的应用程序与后端数据库服务器进行通信和管理医院物流相关的所有信息。
- 2023-01-12 12:10:04下载
- 积分:1
-
这个程序是按照离散数学教材上给出的算法写的,是字典序的全排列算法。空间复杂度是O(n),时间复杂度基本上是O(n^2)。缺点是只用于打印并没有储存所有的结果。...
这个程序是按照离散数学教材上给出的算法写的,是字典序的全排列算法。空间复杂度是O(n),时间复杂度基本上是O(n^2)。缺点是只用于打印并没有储存所有的结果。-the procedure is in accordance with the materials on discrete mathematics algorithm is written, is a wholly-lexicographic order algorithm. Space complexity is O (n), is basically time complexity is O (n ^ 2). Only drawback is not for print, and store all the results.
- 2023-07-28 06:00:02下载
- 积分:1
-
一些数据库的实例。共12章。如第八章:
第8章数据库环境的建立
1. 用MISDBA用户登录MISDB数据库。
2. 在ISQL中,输入第8章提供的...
一些数据库的实例。共12章。如第八章:
第8章数据库环境的建立
1. 用MISDBA用户登录MISDB数据库。
2. 在ISQL中,输入第8章提供的SQL语句;或者根据表8-1至表8-4在SQL Explorer中自行创建数据表。
3. 根据表8-5至表8-7设置初始数据,另外需要在PERSON数据表中设置一个具有培训管理系统管理权限的用户(ID=’PXC’,PASSWD=’PASSWORD’,AUTHORITY=’6’,STATE=’F’)和用于外派培训的用户(ID=’PXCOUT’,NAME=’外派培训’)。
4. 修改Admin源程序中的数据库连接属性,并且重新编译training.exe。
5. 修改Client源程序中数据库连接属性,并且重新生成html文件和cab文件,然后将这两个文件拷贝到web服务器指定目录中。-some examples of the database. A total of 12 chapters. If the eighth chapter : Chapter 8 database to establish an environment. User login with MISDBA MISDB database. 2. In ISQL, the importation of Chapter 8 of SQL; Or, according to Table to Table 8-1 8-4 in SQL Explorer to create data sheets. 3. According to Table 8-5 8-7 to set up tables initial data, Another need PERSON data tables set up with a training management system for the management competence of the users (ID = "P XC ", PASSWD =" PASSWORD "AUTHORITY ="6", STATE = "F") for assignment and training of users (ID = "PXCO
- 2023-07-19 06:55:04下载
- 积分:1
-
使用递归的方法实现的算式分析器,给定一个符合C语言格式的算式,可以使用括号,单目运算符等,计算算式的运算结果。...
使用递归的方法实现的算式分析器,给定一个符合C语言格式的算式,可以使用括号,单目运算符等,计算算式的运算结果。-use recursive method formula Analyzer, to set a C-language format with the formula, you can use brackets, Monocular Operators, calculation formula of the calculation results.
- 2022-02-05 05:34:16下载
- 积分:1
-
《数据结构与算法》讲义,第3章 栈与队列。
“十一五”国家级规划教材。张铭,王腾蛟,赵海燕,《数据结构与算法》,高教社,2008. 6。...
《数据结构与算法》讲义,第3章 栈与队列。
“十一五”国家级规划教材。张铭,王腾蛟,赵海燕,《数据结构与算法》,高教社,2008. 6。-Chap3 Stack and List
- 2022-10-05 16:20:03下载
- 积分:1
-
程序分析,主要功能有,但界面还没加上,基本实现了功能要求。...
程序分析,主要功能有,但界面还没加上,基本实现了功能要求。-program analysis, the main function, but with no interface and the basic realization of the functional requirements.
- 2022-06-29 16:22:01下载
- 积分:1
-
employeespayslip
员工工资单计算。
- 2022-02-05 20:48:26下载
- 积分:1
-
有各种排序算法,比如直接排序,快速排序,希尔排序和选择排序,二叉树排序,链表排序...
有各种排序算法,比如直接排序,快速排序,希尔排序和选择排序,二叉树排序,链表排序-There are various sorting algorithms, such as direct sequencing, Quick Sort, Hill sort and select sort, tree sort, sort list
- 2023-05-15 20:45:03下载
- 积分:1