-
单循环存储结构实现约瑟夫环,n个人从1到n编码,然后围坐一圈,每人持有一密码...
单循环存储结构实现约瑟夫环,n个人从1到n编码,然后围坐一圈,每人持有一密码-one-cycle storage structure to achieve Josephus, n individuals from 1 to n coding, and then sitting around a circle, each holding a password
- 2022-03-13 02:19:40下载
- 积分:1
-
vb做的
vb做的-教学计划安排与排课系统-vb do-teaching plans and Timetable
- 2022-05-08 11:59:26下载
- 积分:1
-
1背包问题的动态规划求解算法,
0
0-1背包问题的动态规划求解算法,
0-1背包不同于背包问题-0-1 knapsack problem of the dynamic programming algorithm, 0-1 knapsack different from the knapsack problem
- 2022-09-02 03:40:02下载
- 积分:1
-
这是一个分治解决的零件切割问题:给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高...
这是一个分治解决的零件切割问题:给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?加上一个小界面-This is a solution to the partition cutting parts : a given width of the rectangular plate W, the height of rectangular plate unrestricted. Board is required from the respective cut out n height of the hi, wi width of the rectangular parts. Cutting parts to the rules of the height of the rectangular plate with a high degree of consistent direction. Asked how cutting makes use of the rectangular plate height h minimum? A small interface
- 2022-06-11 21:05:53下载
- 积分:1
-
定义一个栈,并实现栈的基本操作:
void Push( const T& x) //
bool Pop(T& x) //
bool getTop(T...
定义一个栈,并实现栈的基本操作:
void Push( const T& x) //
bool Pop(T& x) //
bool getTop(T& x) const //
ostream& operater
- 2023-03-31 17:10:03下载
- 积分:1
-
广义表的反序
逆置广义表的递归模型如下:
F(LS) = null 若 LS 为空
F(LS) = LS ...
广义表的反序
逆置广义表的递归模型如下:
F(LS) = null 若 LS 为空
F(LS) = LS 若 LS 为原子,且 tail(LS) 为空
F(LS) = append( F(tail(LS)), head(LS) ) 若 LS->tag=0 ,且 LS->tp!=null
F(LS) = append( F(tail(LS), F(head(LS)) ) 若 LS->tag=1
其中 append(a,b) 的功能是将广义表 a 和 b 作为元素的广义表连接起来。-Generalized table set against the broad anti-order recursive model of the table is as follows: F (LS) = null if the LS is empty F (LS) = LS if LS for the atoms, and the tail (LS) is empty F (LS) = append (F (tail (LS)), head (LS)) if the LS-> tag = 0, and the LS-> tp! = null F (LS) = append (F (tail (LS), F (head (LS))) If the LS-> tag = 1 where append (a, b) function is a generalized form, and b as elements of generalized tables connected.
- 2022-03-01 20:55:59下载
- 积分:1
-
on data structures and algorithms is the teacher's curriculum courseware all...
这是我上数据结构和算法课程是老师的课件 所有算法都用c++实现拉 .比用伪代码描叙要 好得多-on data structures and algorithms is the teacher"s curriculum courseware all algorithms are used to achieve c Rafah. Pseudo code than depicts much better
- 2022-05-18 01:14:35下载
- 积分:1
-
sql数据库电子书
sql数据库电子书-sql database e-books
- 2022-08-09 04:36:33下载
- 积分:1
-
医院管理系统
医院管理系统
抽象
目的:
医院目前使用手工系统的管理和维护的关键信息。当前系统需要大量的纸质表单,与数据存储传遍了整个医院管理的基础设施。(窗体) 上的信息往往是不完整的或未遵守管理标准。形式常常迷失在过境之间部门需要一个全面的审计进程,确保没有重要的信息会丢失。相同的信息的多个副本存在在医院里,可能会导致各种数据存储区中的数据不一致。
任何一
- 2022-03-17 21:15:49下载
- 积分:1
-
the implementation of the code reader database records collected from the field.
本代码实现读取数据库记录集的字段名。-the implementation of the code reader database records collected from the field.
- 2023-02-21 13:00:04下载
- 积分:1