-
c++&&qt 学生信息管理系统
学生信息管理系统,使用C++和QT语言编写而成,其中使用到数据库操作,本程序仅能在qt5以上版本运行。其中的编码需要转换。文件中还包括本人的实习论文一份!
- 2022-09-17 00:40:03下载
- 积分:1
-
小型图书馆管理系统,搜索,查询图书馆和扩展表,B。
小图书馆管理系统,有检索、查看,借书,超期表,还书,赔书等功能,还有按专业统计等,access小程序-small library management system, search, check the library and extended table, book, indemnities, and other functions, there are also professional statistics, the access of small procedures
- 2023-05-04 07:15:03下载
- 积分:1
-
1.[问题描述]
编写递归算法,计算二叉树中叶子结点的数目
[输入]
按照先序序列的顺序输入该结点的内容。其输入abd eh cf i g ....
1.[问题描述]
编写递归算法,计算二叉树中叶子结点的数目
[输入]
按照先序序列的顺序输入该结点的内容。其输入abd eh cf i g .
[输出]
按中序序列输出,输出的结果为;dbheaficg并计算出二叉树中叶子结点的数目为4
[存储结构]
采用二叉表存储
[算法的基本思想]
采用递归方法建立和遍历二叉树。首先建立二叉树的根结点,然后建立其左右子树,直到空子树为止,中序遍历二叉树时,先遍厉左子树,后遍厉右子树,最后访问根结点。根据左右子树的最后一个结点计算出二叉树中叶子结点的数目。
程序如下:
#include
#include
#include"stdlib.h" -1. [Description of the issue] to prepare recursive algorithm, Binary calculation leaves the number of nodes [imported] in accordance with the first order input sequence in the order of the node contents. Input abd eh i g cf. [Output] by the order sequence output, the results of the output; dbheaficg calculated Binary leaf node to the number four [storage structure] Table 2 forks storage [ The basic idea algorithm] recursive method and traverse binary tree. First established binary tree root node, and then to build their son around the tree, the tree until the loopholes, which preorder binary tree, Li first times the left sub-tree, right af
- 2023-08-31 16:00:04下载
- 积分:1
-
Photo Upload
此类可以验证上载的图像文件并调整其大小。
- 2022-03-25 08:57:38下载
- 积分:1
-
topological sorting, data structure of the operations.
拓扑排序,数据结构的作业。-topological sorting, data structure of the operations.
- 2022-02-02 03:01:54下载
- 积分:1
-
一个操作DBF格式文件的类
一个操作DBF格式文件的类-an operation of the DBF format category
- 2022-03-17 13:48:08下载
- 积分:1
-
D滴滴打车系统
适合Java初级学者的滴滴打车系统选择出发地址和目的地,会寻找最短路径,进行最低消费。根据走的路径的距离来判断收费的情况,可以随时更新出租车司机的基本信息,以及车辆的维修情况
- 2022-10-24 13:10:03下载
- 积分:1
-
任务加入Coursera大数据数据
Coursera课程关于大数据的任务。第一项任务。
- 2022-07-18 21:40:44下载
- 积分:1
-
15大著名游戏之谜(15
著名的15谜游戏(15-puzzle )的Tcl/Tk版本,现在它可以有 4x4, 5x5 或6x6 的格子,所以更加有趣,改变图片也更加容易。 -mystery of the famous 15 games (15-puzzle) Tcl/Tk editions, it could 4x4, 5x5 or 6x6 lattice, the more interesting and change the picture much easier.
- 2022-06-11 13:50:33下载
- 积分:1
-
将mysql数据库生成数据字典
使用VBA可以将SQLServer数据库生成数据库,用word宏实现的数据字典生成器。
打开word文档后,按alt+f11即可看到源码。
需要修改其中的数据库连接串,否则无法连接数据库成功,也无法生成数据字典。
按F5即可运行查看生成的数据字典。
目前只支持SQL Server,不支持其他数据库
- 2022-11-29 04:50:03下载
- 积分:1