-
用struts hibernate 开发的论坛源码!
开发平台:eclipese 3.1.2
web服务器: tomcat 5
数据库: mysql...
用struts hibernate 开发的论坛源码!
开发平台:eclipese 3.1.2
web服务器: tomcat 5
数据库: mysql5.0
-Developed using struts hibernate forum source! Development platform: eclipese 3.1.2 web server: tomcat 5 Database: mysql5.0
- 2023-06-16 16:40:07下载
- 积分:1
-
maxheap像插入和删除操作
MaxHeap operation like insert and delete
- 2022-01-22 16:19:44下载
- 积分:1
-
我的数据结构的实验题,停车场,用栈和队列 模拟停车场,实现进车和出车
我的数据结构的实验题,停车场,用栈和队列 模拟停车场,实现进车和出车-my data structure experiment, a car park, with Stack and Queue simulated car parks, to achieve progress and out of cars
- 2023-05-03 05:10:02下载
- 积分:1
-
森林状的关系图,用java实现的森林状的关系图
森林状的关系图,用java实现的森林状的关系图-forest from the map, using java for the forest-like diagram
- 2022-02-24 21:31:10下载
- 积分:1
-
还原一个简单的二叉树和树的屏幕上输出的小程序,帮助…
一个简单还原二叉树并在屏幕输出树形的小程序,帮同学做的数据结构作业,估计对初学者会有些帮助-Restore a simple binary tree and tree on the screen output of the applet to help students to do homework data structure, it is estimated that it might be useful for beginners
- 2022-01-22 16:35:38下载
- 积分: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
-
获取网络IP,查询归属地源码
查询本机IP和其它IP手机归属地的实例代码。虽然简单,但是值得新手学习怎么获取网页数据处理数据。
- 2022-06-14 01:20:50下载
- 积分:1
-
红黑树――一种数据结构的可视化画法
红黑树――一种数据结构的可视化画法-RED-BLACK TREE-- A data structure visualization method of painting
- 2023-02-24 18:20:03下载
- 积分:1
-
its about the binary recursion
its about the binary recursion
- 2022-03-20 08:59:49下载
- 积分:1
-
用VC实现数据结构中冒泡排序,快速排序,希尔排序等各种改进排序算法...
用VC实现数据结构中冒泡排序,快速排序,希尔排序等各种改进排序算法-Data structure with the VC bubble sort, quick sort, Shell sort and other sorting algorithm to improve
- 2023-03-08 01:15:03下载
- 积分:1