-
各种排序的程序,应用多种数据结构
各种排序的程序,应用多种数据结构-various sequencing procedures, application of a variety of data structures
- 2022-01-26 07:44:29下载
- 积分:1
-
这是一个旅行商问题的算法源程序,代码较为简短,说明详细,可读性好。压缩包里面只包含源程序文件,要在vc上面运行。...
这是一个旅行商问题的算法源程序,代码较为简短,说明详细,可读性好。压缩包里面只包含源程序文件,要在vc上面运行。-This is a traveling salesman problem algorithm source code, code brief that detailed and readable. Compressed they contain only source files to run above the vc.
- 2022-03-20 12:32:44下载
- 积分:1
-
希望对大家的学习能有所帮助
希望对大家的学习能有所帮助-member of the study can be helpful
- 2022-02-06 14:22:17下载
- 积分:1
-
一个简单的数据库管理系统,是用delphi开发的.
一个简单的数据库管理系统,是用delphi开发的.-a simple database management system, is to use Delphi development.
- 2022-04-25 14:32:34下载
- 积分:1
-
一些数据结构源代码
一些数据结构源代码-some data structure source code
- 2022-02-03 18:29:28下载
- 积分:1
-
within the core vector machine has a detailed description
对核心内的向量机有详细的描述
- 2023-08-03 12:10:03下载
- 积分:1
-
数据结构 银行程序
数据结构 银行程序-data structure banking procedures
- 2023-01-13 08:30:04下载
- 积分:1
-
1背包问题 可以提供在背包方面遇到问题的学生或者有需要的人....
0-1背包问题 可以提供在背包方面遇到问题的学生或者有需要的人.-0-1 knapsack problem can provide a backpack problems encountered students or those who are in need.
- 2023-04-08 08:35:03下载
- 积分:1
-
酒店管理系统,完整的文档和源代码,可以直接用来下载使用…
酒店住宿管理系统,有完整的文件和源码,
可以下载使用-hotel management system, complete documentation and source code can be downloaded for use
- 2022-01-27 11:15:53下载
- 积分: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