登录
首页 » 数据结构 » 本程序的功能主要是建立并实现了二叉树的算法

本程序的功能主要是建立并实现了二叉树的算法

于 2022-11-17 发布 文件大小:7.07 kB
0 104
下载积分: 2 下载次数: 1

代码说明:

本程序的功能主要是建立并实现了二叉树的算法 -this program is the main function of the establishment and the realization of a binary tree algorithm

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • 该程序能实现的功能,若活动图有回路则无法计算出关键路径,即解决了判断工程的可行性问题。通过对工程活动的输入,可以建立任意的AOE网进行判断。对于输入的网,可以计...
    该程序能实现的功能,若活动图有回路则无法计算出关键路径,即解决了判断工程的可行性问题。通过对工程活动的输入,可以建立任意的AOE网进行判断。对于输入的网,可以计算出每个活动的最早开始时间,最迟开始时间和全工程可以完成的最早时间,并找出关键路径和关键活动。-the program can achieve the functional, if a circuit map activities can not be calculated critical path, that is a judgment to resolve the feasibility of the project. Right through the importation of construction activities, we can establish arbitrary judgment AOE network. The network for the importation can be calculated for each of the earliest start time, the latest starting time and the entire project will be completed in the first time, and identify key and critical path activities.
    2022-02-28 12:58:50下载
    积分:1
  • 八 方块移动游戏要求从一个含8个字(用1
    八 方块移动游戏要求从一个含8个数字(用1-8表示)的方块以及一个空格方块(用0表示)的3x3矩阵的起始状态开始,不断移动该空格方块以使其和相邻的方 块互换,直至达到所定义的目标状态。空格方块在中间位置时有上、下、左、右4个方向可移动,在四个角落上有2个方向可移动,在其他位置上有3个方向可移 动。例如,假设一个3x3矩阵的初始状态为: 8 0 3 2 1 4 7 6 5 目标状态为: 1 2 3 8 0 4 7 6 5-Eight-box requirements of mobile games from one containing eight numbers (1-8 with express) the box, as well as a space box (with 0) of the 3x3 matrix of the initial start, and constantly move the box to make space its adjacent box and swap until they reach their defined target state. Spaces in the middle position box has the upper and lower, left and right direction of four removable, in the four corners there are two directions can be mobile, in other locations has three movable direction. For example, suppose a 3x3 matrix of the initial state as follows: 803,214,765 target state as follows: 123,804,765
    2022-03-22 21:44:29下载
    积分:1
  • 的课后练习
    数据结构的课后练习-Data structure of the after-school practice
    2023-06-03 04:30:03下载
    积分:1
  • 的课程设计题目,各种排序方法,并计算花费时间
    数据结构的课程设计题目,各种排序方法,并计算花费时间- The construction of data curriculum designs the topic, each arrangement method, and the computation spends the time
    2023-08-25 06:55:03下载
    积分:1
  • 二叉树的遍历
    二叉树的遍历方式,包括先序遍历 层序遍历,最后用凹入表示法表示出来,对初学数据结构的孩子很有帮助,使用文本文档写的,复制粘贴就可以用。
    2022-08-31 18:45:02下载
    积分:1
  • 书上的算法,都是比较经典的实现。
    是数据结构书上的算法,都是比较经典的实现。-data structure is the book algorithm, which is a more classic realized.
    2022-12-05 09:50:03下载
    积分:1
  • 将mysql库生成字典
    使用VBA可以将SQLServer数据库生成数据库,用word宏实现的数据字典生成器。 打开word文档后,按alt+f11即可看到源码。 需要修改其中的数据库连接串,否则无法连接数据库成功,也无法生成数据字典。 按F5即可运行查看生成的数据字典。 目前只支持SQL Server,不支持其他数据库
    2022-11-29 04:50:03下载
    积分:1
  • 摘要  ?  ?      设计时的自动化加快了编码,并保证所有过程都用相同的命名规范和来生成。为了在大型 SQL 项目中尽量提高编码的效率,作者编写了一系
    摘要  ?  ?      设计时的自动化加快了编码,并保证所有过程都用相同的命名规范和结构来生成。为了在大型 SQL 项目中尽量提高编码的效率,作者编写了一系列的设计时(design-time)存储过程,用它们来生成运行时(run-time)存储过程,并一直在工程中使用。最近,作者更新了其存储过程以便使用 SQL Server 2000 的特性,其中包括用户定义函数。本文所及内容涵盖创建并执行这些动态 T-SQL 脚本以使普通的数据库存储过程编码自动化。- Time the abstract design automation sped up the code, and guarantee all processes all use the same naming standard and the structure produce. In order to enhances the encoded efficiency as far as possible in the large-scale SQL project, the author has compiled when a series of designs (design-time) saves the process, produces when the movement with them (run-time) saves the process, and always uses in the project. Recently, the author renewed its memory process in order to use SQL the Server 2,000 characteristics, including user definition function. This article institute and the content cover founds and carries out these dynamic T-SQL script to cause the ordinary database memory process code automation.
    2022-04-12 03:09:38下载
    积分:1
  • 利用F90接口创建nc格式文件,并写入一个虚的2维
    利用F90接口创建nc格式文件,并写入一个虚构的2维数据-use F90 interface to create nc format file
    2022-06-06 15:04:45下载
    积分:1
  • C语言实现系列——线性表
    主要是严蔚敏版《数据结构(C语言版)》第二章线性表中算法的C语言实现,能够帮助初学者更好的理解这部分内容~~~
    2022-02-07 03:28:02下载
    积分:1
  • 696518资源总数
  • 104734会员总数
  • 23今日下载