-
广义表的反序
逆置广义表的递归模型如下:
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
-
编译系统: Visual C++ 6.0 操作系统: Windows 2000/XP 这几个程序对于学习和理解数据结构有很大的帮助。...
编译系统: Visual C++ 6.0 操作系统: Windows 2000/XP 这几个程序对于学习和理解数据结构有很大的帮助。-Compiler System : Visual C 6.0 operating system : Windows 2000/XP these procedures for the study and understanding of data structure will be very helpful.
- 2023-01-24 17:45:03下载
- 积分:1
-
do with the data structure Joseph problems, which also included a similar proble...
用数据结构做的约瑟夫问题,其中还包括类似问题中的猴子选大王算法 -do with the data structure Joseph problems, which also included a similar problem is the monkey king algorithm election
- 2023-06-26 07:20:03下载
- 积分:1
-
Title data structure operations, the stack and force the use of (capital letters...
数据结构作业题,堆栈和队的使用(大写字母表示魔王语言的词汇;小写字母表示人的词汇语言;魔王语言中包含括号)-Title data structure operations, the stack and force the use of (capital letters that devil language vocabulary lowercase letters that people s vocabulary language devil language contained in brackets)
- 2022-07-04 13:15:59下载
- 积分:1
-
in their procedures completed SQK2K the database backup and recovery. Although t...
在自己的程序中完成SQK2K中的数据库的备份和恢复。虽然调用外部程序来完成,但是在自己的MEMO窗口中显示外部程序的字符界面输出。-in their procedures completed SQK2K the database backup and recovery. Although the call external procedures to be completed, but in their own MEMO window shows the characters external program interface output.
- 2022-01-22 14:39:36下载
- 积分:1
-
实现了链表的逆置,很好用,随便试,你可以改变链表的类型,实现各种链表的逆置,当然也可以设成模板...
实现了链表的逆置,很好用,随便试,你可以改变链表的类型,实现各种链表的逆置,当然也可以设成模板-Realize the inverse of the list home, very good, and not try, you can change the list type, list the various realize the inverse home, of course, can also be set as a template
- 2023-01-10 12:55:03下载
- 积分:1
-
最小生成树,基本满足最小生成树的所有的要求。
最小生成树,基本满足最小生成树的所有的要求。-Minimum spanning tree, minimum spanning tree basically meet all the requirements.
- 2022-03-24 11:23:48下载
- 积分:1
-
堆栈操作,用来实现大树精确加法,可以任意数的位数
堆栈操作,用来实现大树精确加法,可以任意数的位数-stack
- 2022-02-05 08:58:40下载
- 积分:1
-
achieve the establishment of the provisional district and the establishment of a...
实现了临时建立分区和永久建立分区的效果
可以压缩和解压缩的解压缩文件-achieve the establishment of the provisional district and the establishment of a permanent regional results can be compression of the extracted files
- 2022-10-18 00:35:03下载
- 积分:1
-
pb做出的outlook界面框架,可以直接用在管理信息系统中来使用.
pb做出的outlook界面框架,可以直接用在管理信息系统中来使用.-pb"s outlook interface framework, can be directly used in the management information systems to use it.
- 2022-11-12 22:00:03下载
- 积分:1