-
用写的,用一个栈数据结构解决迷宫的基本问题。做…
用VC写的,用栈解决了数据结构基本的迷宫问题.没有用到MFC类库-VC wrote, with a stack data structure to solve the basic problem of the maze. Do not use MFC
- 2022-02-28 22:28:05下载
- 积分:1
-
这是我的一些数据结构(C语言)源代码 比如LinkList,String,Array,Tr...
这是我的一些数据结构(C语言)源代码 比如LinkList,String,Array,Tr-This is some of my data structure (C Language) source code for LinkList, String, Array, Tree, etc.
- 2023-01-08 06:55:02下载
- 积分:1
-
数据结构的第二个实验
数据结构的第二个实验-data structure to the second experiment
- 2022-01-25 20:24:50下载
- 积分:1
-
在网络上收集的100个经典例子
在网络上收集的100个经典例子-online collection of 100 classic example
- 2022-01-26 06:45:20下载
- 积分:1
-
数据结构上的地图遍历,任意节点构建,深度和广度…
数据结构中关于图的遍历,任意建节点,深度优先和广度优先两种方法-data structure on the map traverse, arbitrary nodes built, the depth and breadth of priority priority two methods
- 2022-03-21 20:05:53下载
- 积分:1
-
完整的数据库课程设计,含报告,你只需下载就能解决课程设计的问题...
完整的数据库课程设计,含报告,你只需下载就能解决课程设计的问题-Integrity of the database curriculum design, including the report, you can download curriculum design will be able to solve the problem of
- 2022-08-15 15:44:49下载
- 积分:1
-
这个程序主要是实现了一个数组的数组,当用户输入一个女的时候…
本程序主要是实现数组的全排列,当用户输入一个数字串时,程序将打印出该数字串的所有组合-This program is mainly to achieve an array of full array, when a user enter a number string, the program will print out the number of strings of all the combinations
- 2022-02-06 08:30:32下载
- 积分:1
-
How to export data to excel using php
下面是将数据从数据库导出到excel工作表的代码。这是一个用户友好的编码,任何人都可以修改它,可以使用它。我试图在这个项目中给更多的开始页。我希望你一定会喜欢它如果你有任何建议,然后你可以送我。。。
- 2022-09-05 23:30: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
-
城市之间的最短路径,用于求任意两个城市之间的最短路径
城市之间的最短路径,用于求任意两个城市之间的最短路径-cities in the shortest path for the two cities arbitrary seeking the shortest path between
- 2022-06-20 17:43:53下载
- 积分:1