-
广义表的反序
逆置广义表的递归模型如下:
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
-
ssd ex1
软件工程 卡耐基 数据库 ssd7 ex1-ssd ex1
- 2022-05-24 18:11:18下载
- 积分:1
-
一步 学VB2005数据库编程,WROX出品,Roger Jennings编写,啥也不多说了,学VB.NET必看的精品
一步 学VB2005数据库编程,WROX出品,Roger Jennings编写,啥也不多说了,学VB.NET必看的精品-Database Programming VB2005 step Xue, WROX produced, Roger Jennings writing, what not to say, the school must-see boutique VB.NET
- 2022-04-22 01:39:38下载
- 积分:1
-
公文管理系统源码,内附数据库,可运行,可调式
公文管理系统源码,内附数据库,可运行,可调式-Source document management system, containing a database, run, adjustable
- 2023-01-27 05:50:03下载
- 积分:1
-
字符串计算公式,在编辑框输入你想要的计算公式,本程序,只提供几个简单的函数,只要是C支持的函数你可以在相应的控件函数里面添加!...
字符串计算公式,在编辑框输入你想要的计算公式,本程序,只提供几个简单的函数,只要是C支持的函数你可以在相应的控件函数里面添加!-string formula, the editorial input box you want the formula for calculating the process, only a few simple functions, as long as C is a function of your support in the corresponding control functions add inside!
- 2022-08-06 05:49:04下载
- 积分:1
-
仓库管理
仓储在企业的整个供应链中起着至关重要的作用,如果不能保证正确的进货和库存控制及发货,将会导致管理费用的增加,服务质量难以得到保证,从而影响企业的竞争力。传统简单、静态的仓储管理已无法保证企业各种资源的高效利用。如今的仓库作业和库存控制作业已十分复杂化多样化,仅靠人工记忆和手工录入,不但费时费力,而且容易出错,给企业带来巨大损失。
- 2022-11-07 19:30:03下载
- 积分:1
-
java客房管理系统
java客房管理系统-java客房管理系统!!!!!!!!!!
- 2022-09-16 05:15:03下载
- 积分:1
-
C++编程设计 关于数据结构 本书是一本无需任何程序设计基础累的书籍...
C++编程设计 关于数据结构 本书是一本无需任何程序设计基础累的书籍-C++ Programming on the data structure of this book is a foundation without any programming tired of books
- 2023-04-13 07:05:08下载
- 积分:1
-
compiler to use the shortest path, a class definition, and then the right type a...
编译程序时使用最短路径,定义类,然后对类的实现,找出最短路径!-compiler to use the shortest path, a class definition, and then the right type and to find the shortest path!
- 2023-02-18 20:20:02下载
- 积分:1
-
数据结构各章的全国各大院校的考研习题 对广大考研学生来说非常有用...
数据结构各章的全国各大院校的考研习题 对广大考研学生来说非常有用-data structure of the national chapter of the major institutions in taking tests for the majority of the questions the students taking tests is very useful
- 2022-08-21 16:23:21下载
- 积分:1