-
利用深度遍历的方法来检查8数码问题是否有解。
利用深度遍历的方法来检查8数码问题是否有解。-use depth traverse method to check whether the eight digital solutions to the problem.
- 2022-09-14 12:35:03下载
- 积分:1
-
用数据库的资源管理系统
用数据库的资源管理系统-use database resource management system
- 2022-02-21 08:14:19下载
- 积分:1
-
这是一个简单的动态现实的约瑟夫环 用于排除制定圈内的某个人...
这是一个简单的动态现实的约瑟夫环 用于排除制定圈内的某个人-this is a simple system for yuesefu loop
- 2022-04-16 19:01:42下载
- 积分:1
-
数据结构中关于二叉树的基本操作
包括其各种函数
数据结构中关于二叉树的基本操作
包括其各种函数-Binary tree data structure on the basic operation of a variety of functions, including its
- 2022-01-31 12:00:03下载
- 积分:1
-
数据库管理系统
这是一个数据库管理系统项目使用 java 服务器 page(JSP) 语言是非常有利于谁搜索数据库管理系统项目。
- 2023-07-31 20:00:04下载
- 积分:1
-
从ACCESS文件中提取DBF文件,可以将ACCESS文件中提取DBF文件,并建立一个数据库文件,包括ACCESS文件中的所有表....
从ACCESS文件中提取DBF文件,可以将ACCESS文件中提取DBF文件,并建立一个数据库文件,包括ACCESS文件中的所有表.-ACCESS documents from the DBF file extraction can be extracted ACCESS DBF file documents, and the establishment of a database file, including documents, the ACCESS all the tables.
- 2022-02-22 12:36:12下载
- 积分: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
-
非常经典和数据库连接管理程序
很精典的与数据库连接的管理程序-very classic and the database connection management process
- 2022-08-18 20:33:51下载
- 积分:1
-
电影回顾
movie review asp code
- 2022-10-23 15:55:03下载
- 积分:1
-
Including the quick sort, heap sort, merge sort, such as classical algorithms, h...
包括快速排序、堆排序、合并排序等经典算法,有详细的说明,供初学者学习
- 2022-03-05 06:50:29下载
- 积分:1