-
在线购物车
这个源代码是在线购物车。他们只有一个用户可以选择产品并提交未经注册的信息。
- 2022-01-25 17:57:54下载
- 积分:1
-
a good JAVA guestbook
一个不错的JAVA guestbook -a good JAVA guestbook
- 2023-02-26 04:00:04下载
- 积分:1
-
红黑树实现, 红黑树实现,红黑树实现
红黑树实现, 红黑树实现,红黑树实现-Red and black tree realize, realize black tree, a red, black tree realize
- 2023-06-07 04:50:03下载
- 积分:1
-
Lookup a group to the latest sentinel points right, adoption of the partition me...
实现查找一组给定点中的最近点对,通过分治方法将问题求解,简化问题的复杂性。-Lookup a group to the latest sentinel points right, adoption of the partition method of problem solving, simplifying the complexity of the problem.
- 2022-10-15 04:45:03下载
- 积分:1
-
ADO
ado-xmlcaozuo
- 2023-04-18 14:55:03下载
- 积分:1
-
本人上传的是用分治法实现的大整数算法,采用的是数组形式。...
本人上传的是用分治法实现的大整数算法,采用的是数组形式。-I uploaded is to use divide and conquer to achieve a large integer arithmetic, using the array form.
- 2023-04-07 00:40:03下载
- 积分:1
-
用Matlab实现的Dijkstra算法源码。主要用于求最短路径。
用Matlab实现的Dijkstra算法源码。主要用于求最短路径。-Using Matlab source realize the Dijkstra algorithm. Mainly used for the shortest path.
- 2022-04-17 00:14:37下载
- 积分:1
-
完成数据结构的最小生成树,程序很实用,不需要修改!
完成数据结构的最小生成树,程序很实用,不需要修改!-The completion of the minimum spanning tree data structure, the program is very useful, do not need to change!
- 2022-06-03 05:48:59下载
- 积分:1
-
2.[问题描述]
编写递归算法,在二叉树中求位于先序序列中第K个位置的结点
[输入]
按照先序序列的顺序输入该结点的内容。其输入abd eh...
2.[问题描述]
编写递归算法,在二叉树中求位于先序序列中第K个位置的结点
[输入]
按照先序序列的顺序输入该结点的内容。其输入abd eh cf i g 。输入要求的位置
[输出]
若二叉树不空,按先序序列输出,求出所求位置的结点
[存储结构]
采用二叉表存储
[算法的基本思想]
采用递归方法建立和遍历二叉树。首先建立二叉树的根结点,然后建立其左右子树,直到空子树为止,先序遍历二叉树时,先遍厉左子树,后遍厉右子树,最后访问根结点并计算出二叉树中叶子结点的数目和第K个位置的结点
#include
#include
struct node{
char info
struct node*llink,*rlink
}
typedef struct node NODE
-2. [Description of the issue] to prepare recursive algorithm, Binary for the first sequence sequence in the first position of the K-node [imported] in accordance with the first order input sequence in the order of the nodes content. Input abd eh i g cf. Import requirements of the position [output] if the binary tree is not empty, the first sequence by sequence output obtained by seeking the location of nodes [storage structure] Table 2 forks storage [algorithm for the basic idea] recursive method and Traversing binary tree. First established binary tree root node, and then to build t
- 2022-06-02 16:30:44下载
- 积分:1
-
数据结构中的求强连通分量的源程序,用vc6.0来编写
数据结构中的求强连通分量的源程序,用vc6.0来编写-data structure for the strongly connected component of the source used to prepare vc6.0
- 2023-05-10 23:05:03下载
- 积分:1