-
一个经典的数据结构的实现
一个经典的数据结构的实现-a classic of the data structure to achieve
- 2023-04-13 21:25:03下载
- 积分:1
-
数据结构
数据结构-遍历实验-data structure-traverse experiment
- 2023-07-28 02:55: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
-
数据库租赁 DVD
这是我的功课,与我的朋友。此示例数据库从 dvd 出租店。有 6 个实体,有一个关系 N N,N-1,执行查询,子查询,函数、 包,过程中,光标和触发器。
- 2023-07-12 15:30:09下载
- 积分:1
-
程序设计:哈希表1应用程序
程序设计:哈希表的一个应用-Program Design : Hash Table 1 Application
- 2022-02-10 12:51:13下载
- 积分:1
-
自适应噪声对消源程序,LMS算法自适应滤波器仿真
自适应噪声对消源程序,LMS算法自适应滤波器仿真-adaptive noise cancellation source, LMS adaptive filter algorithm simulation
- 2022-04-24 10:15:42下载
- 积分:1
-
物流管理系统源码
Java框架物流管理系统,包括客户服务,仓库管理,分拣操作,调度管理,签收操作,条码录入,订单管理,查询操作等
- 2022-05-15 07:54:03下载
- 积分:1
-
Implementing a queue data structure
Implementing a queue data structure
- 2022-01-20 22:39:06下载
- 积分:1
-
所有的VB数据库连接,添加、删除、修改技术,实例齐全,以ACCESS数据库为例!...
所有的VB数据库连接,添加、删除、修改技术,实例齐全,以ACCESS数据库为例!-database basic
- 2022-12-05 22:40:03下载
- 积分:1
-
VC database programming, MFC prepared can be used in conjunction with the CListC...
VC进行数据库编程,MFC编写的,可以与CListCtrl控件配合使用-VC database programming, MFC prepared can be used in conjunction with the CListCtrl control
- 2023-03-21 16:30:03下载
- 积分:1