-
随机产生一个迷宫。可以找出一条可以通过的路径。也可以找出全部可以通过的路径。...
随机产生一个迷宫。可以找出一条可以通过的路径。也可以找出全部可以通过的路径。-randomly generated a maze. To be able to find a path through. All can find the path through.
- 2022-03-01 11:49:19下载
- 积分:1
-
使用ADO +
ado+ACCE
- 2022-01-28 20:28:57下载
- 积分: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
-
经曲的字符串匹配模糊搜索算法
思想不是本人的,但程序是本人编写的...
经曲的字符串匹配模糊搜索算法
思想不是本人的,但程序是本人编写的-By the song
- 2022-05-08 01:05:57下载
- 积分:1
-
网络求职招聘人才网站系统正式版(源码),MS SQL数据库,附安装视频,无功能限制完全版...
网络求职招聘人才网站系统正式版(源码),MS SQL数据库,附安装视频,无功能限制完全版-Job recruitment Web site an official version of the system (source), MS SQL database, with the installation of video, full version without functional limitation
- 2022-12-31 18:55:13下载
- 积分:1
-
用于车辆管理与监控,实现车辆登记查询与帮助
用于车辆管理与监控,实现车辆登记查询与帮助
- 2022-01-30 18:06:44下载
- 积分:1
-
Database programming, using java, JDBC, J2EE development database
数据库程序设计,采用java,JDBC,J2EE开发数据库-Database programming, using java, JDBC, J2EE development database
- 2023-02-28 14:20:04下载
- 积分:1
-
数据库连接
包裹ca.pfv.spmf公司.关联规则.TopKRules;
- 2022-07-13 13:33:39下载
- 积分:1
-
list容器源代码
应用背景
它实现的是一个可存储各种类型数据的链表,可用于数据的交换、存储、分析前的存储和排序。
关键技术使用C++ 类的特性编写的一个类似标准STL的容器“链表”,可以实现对任何类型的数据操作,使用了迭代器、类模板等,来简化链表的使用,有泛型编程的一些东西。
- 2022-02-04 14:18:06下载
- 积分:1
-
我的生活,一个不错的日记本,相信你回喜欢的!
我的生活,一个不错的日记本,相信你回喜欢的!-my life, a good diary of this, I think you like the back!
- 2022-05-29 10:58:26下载
- 积分:1