-
tree
判断二叉树是否是完全二叉树,求二叉树宽度1:若无左子女则不应该有右子女2.求二叉树宽度3.二叉树k层叶子结点(Determine whether the binary tree is a complete binary tree, binary tree width 1: children should not be left if no children have the right width 3. 2. binary tree binary tree leaf node k layer)
- 2016-03-18 11:41:22下载
- 积分:1
-
表达式求值是程序设计语言编译中的一个最基本问题,它的实现是栈的应用的典型例子。...
表达式求值是程序设计语言编译中的一个最基本问题,它的实现是栈的应用的典型例子。-Expression evaluation is a programming language compiler in a fundamental question, and its implementation is a typical example of the application stack.
- 2022-01-22 04:05:49下载
- 积分:1
-
tree
求二叉树的深度:
给定一个有根二叉树,规定连接两个节点的每条边长度是1,定义树的深度为根到叶子节点距离的最大值。 (Description
给定一个有根二叉树,规定连接两个节点的每条边长度是1,定义树的深度为根到叶子节点距离的最大值。 )
- 2011-12-11 20:42:18下载
- 积分:1
-
University Database Management System using Microsoft Access.
University Database Management System using Microsoft Access.
- 2022-05-15 17:41:01下载
- 积分:1
-
Choices
C++英文版 数据结构与算法分析选择题题库(Choice of data structures and algorithm analysis exam)
- 2020-10-25 10:50:02下载
- 积分:1
-
C45_Sun
常用决策树算法C4.5的实现代码。利用matlab实现。(C4.5 decision tree algorithm used in the realization of the code. Realize the use of matlab.)
- 2008-04-14 21:55:20下载
- 积分:1
-
是数据库的作业。在VB中,可运行。
是数据库的作业。在VB中,可运行。-of database operations. In VB can be run.
- 2022-02-07 20:58:51下载
- 积分:1
-
sybase 数据库的写法模拟,使用ct_library
sybase 数据库的写法模拟,使用ct_library-the wording simulation, the use of ct_library
- 2023-08-17 04:55:03下载
- 积分:1
-
使用powerbuilder开发的小型超市管理系统。
请查阅。
使用powerbuilder开发的小型超市管理系统。
请查阅。-Use PowerBuilder to develop a small supermarket management system. Please check.
- 2022-05-28 20:03:03下载
- 积分:1
-
语法分析正确后就可以求值了,求值时用到一个操作数堆栈和操作符堆栈,以及一个算符优先表(存储了运算符之间的优先关系),具体细节可以阅读源码。...
语法分析正确后就可以求值了,求值时用到一个操作数堆栈和操作符堆栈,以及一个算符优先表(存储了运算符之间的优先关系),具体细节可以阅读源码。-syntax analysis is correct after it evaluates the value used for a number of operations and the operator stacks stack, and an operator priority list (stored Operators relations between the priority), specific details can be read source.
- 2023-02-02 19:30:03下载
- 积分:1