-
根据广义表创建一棵二叉树,然后中序线索化,再遍历。
根据广义表创建一棵二叉树,然后中序线索化,再遍历。-Create a table based on generalized binary tree, and then in the sequence of clues, and then traverse.
- 2023-06-17 03:15:04下载
- 积分:1
-
PHP中的宿舍管理软件
应用背景宿舍管理系统项目将能够为每个学生的房间号码,为每个学生的考勤信息。关键技术安装解压所有文件/文件夹。编辑connect.php并输入数据库信息。复制所有文件/文件夹到您的网站空间。运行create.php创建数据库称为“phptask”和创建的所有数据库表。重命名或删除文件create.php在成功安装。管理员用户的名字是“user123”,与“一”的口令。
- 2022-01-24 18:02:47下载
- 积分:1
-
读取数据库技术的实例,让初学者快速掌握VC访问数据库。用于工程开发。...
读取数据库技术的实例,让初学者快速掌握VC访问数据库。用于工程开发。-read database
- 2022-06-03 17:43:17下载
- 积分:1
-
ADO dynamic link with various heterogeneous database query data generation inser...
用ADO 动态连接各种异构数据库查询数据生成sql插入insert语句。-ADO dynamic link with various heterogeneous database query data generation insert insert sql statement.
- 2023-03-16 02:10:03下载
- 积分:1
-
documents to the database. Sql file stored in Database folder; 2, the first in S...
本程序所有数据库文件都以.sql文件保存在Database文件夹里; 2、首先在SQL查询分析器中运行CreateDatabase.sql文件创建数据库; 3、运行其他所有的.sql文件即可创建好了本程序的数据库;-documents to the database. Sql file stored in Database folder; 2, the first in SQL Query Analyzer run CreateDatabase.sql database file creation; 3, running all the other. Sql documents can establish a better process of the database;
- 2022-04-24 09:01:50下载
- 积分:1
-
数据结构中的平衡二叉树的代码
数据结构中的平衡二叉树的代码- In construction of data balance two forks tree s code
- 2022-04-13 00:54:14下载
- 积分:1
-
基数排序:思想:先从数据的低位开始,进行分配,分成10个空间,分别存储位为,0,1,2,3...9
重复的对次地位操作,知道预定的高位,排序完成...
基数排序:思想:先从数据的低位开始,进行分配,分成10个空间,分别存储位为,0,1,2,3...9
重复的对次地位操作,知道预定的高位,排序完成-Radix Sort: thinking: from data low starting distribution, divided into 10 space, storage spaces, respectively, for 0,1,2,3 ... repeated 9 times the status of the operation, to know the scheduled high ranking completed
- 2022-04-18 21:27:54下载
- 积分: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
-
高级复制维护注意点
高级复制维护注意点- High-level duplication maintenance limelight
- 2022-07-14 21:48:20下载
- 积分:1
-
学位证书打印系统
学位证书打印系统-degree certificate printing system
- 2022-05-23 01:44:22下载
- 积分:1