登录
首页 » 其他项目 » 实现数据结构中的二叉树的创建及先序、中序、后序遍历

实现数据结构中的二叉树的创建及先序、中序、后序遍历

于 2022-11-19 发布 文件大小:29.38 kB
0 214
下载积分: 2 下载次数: 1

代码说明:

实现数据结构中的二叉树的创建及先序、中序、后序遍历-data structure to create the binary tree and first sequence, sequence, after the preorder

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

发表评论

0 个回复

  • 一个反编译VB程序的应用程序,前已可以解析下列控件的大部分属性,并进行编辑,中包括字体的修改,背景颜色的修改,图片的保存和替换等。 PictureBox、...
    一个反编译VB程序的应用程序,目前已可以解析下列控件的大部分属性,并进行编辑,其中包括字体的修改,背景颜色的修改,图片的保存和替换等。 PictureBox、 Label、 TextBox、 Frame、 CommandButton、 CheckBox、 OptionButton、 Form、 Menu、 MDIForm、 Image、 Data、 UserControl、 PropertyPage -Decompile a VB application process has been able to resolve most of the following attributes control and editing, including changes to the font, background color changes, photo preservation and replacement. PictureBox, Label, TextBox, Frame, CommandButton, CheckBox, OptionButton, Form, Menu, MDIForm, Image, Data, UserControl, PropertyPage
    2022-07-24 07:15:58下载
    积分:1
  • one good MP3 player, running in Java, We can look at the drop
    一款不错的MP3播放器,在JAVA下运行的,大家可下拉看看一定不会后悔的,这可是现今最完善的JAVAMP3播放器拉-one good MP3 player, running in Java, We can look at the drop-down will not regret it, but now that the most perfect player Rafah JAVAMP3
    2022-11-01 11:00:03下载
    积分:1
  • Elman神经网络
    基于Elman神经网络的预测程序,可用于电力系统短期负荷预测 -Elman neural network-based forecasting process, can be used for short-term load forecasting of power system
    2022-01-31 16:41:00下载
    积分:1
  • browser address some of the ways! Everyone discussing!
    解决浏览器问题的一些方法!大家一起讨论讨论!-browser address some of the ways! Everyone discussing!
    2023-06-20 21:00:02下载
    积分:1
  • RUBY的参考手册~~ RUBY的参考手册~~RUBY的参考手册
    RUBY的参考手册~~ RUBY的参考手册~~RUBY的参考手册-RUBY reference manual of RUBY ~ ~ reference manual RUBY reference manual RUB ~ ~ Y reference manual
    2022-02-01 20:47:01下载
    积分:1
  • 本说明中包括在《C语言的窗口式图形界面技术》付梓之后对HANENV系统的最新修改。 我们为HANENV系统增加了一个新的输入法模块:双拼拼音模块,包括全拼双音、...
    本说明中包括在《C语言的窗口式图形界面技术》付梓之后对HANENV系统的最新修改。 我们为HANENV系统增加了一个新的输入法模块:双拼拼音模块,包括全拼双音、双拼双音和多字词的词组输入法。新的输入法模块为_SYmode,其使用方法和原来的拼音输入法类似。首先在应用程序的首部使用下列语句安装双音模块:-this note included in the "C language window-type graphical interface technology" to be released after the latest HANENV system changes. We HANENV system added a new input method modules : Larry Pinyin modules, including the spelling-sound, D. Two-Tone word phrase more input methods. The new input method modules _SYmode, the use of methods and the original Pinyin input method similar. First applications in the first installation to use the following two sentences sound modules :
    2023-02-22 20:15:03下载
    积分:1
  • 分页人不需帐号就可自由下载此源码
    分页其他人不需帐号就可自由下载此源码 -Paging other people without accounts can download this free source
    2022-05-08 04:06:22下载
    积分:1
  • 是用verilog写的,解复接程序,可以把复接的反过来,一般用在解码程序中!...
    是用verilog写的,解复接程序,可以把复接的反过来,一般用在解码程序中!-verilog is written, Demultiplexer procedures can multiplexing the contrary, generally used in the decoding process.
    2023-08-10 01:35:04下载
    积分:1
  • how to build a stub in c++ test.this source code show you the way!
    how to build a stub in c++ test.this source code show you the way!
    2022-02-02 14:18:41下载
    积分:1
  • 程序的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件...
    程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。由于屏幕大小的限制,当用户自己输入迷宫 时一定要注意:迷宫大小是有限制的,不小于4*3,不大于30*20。 否则会出现错误信息。输入开始时全是墙,用上下左右键移动, 用Del键删除墙,形成通路,用Enter键添加墙。输入结束时可以 将迷宫保存下来,以dd为扩展名。输入完毕时用F9键来得到结果, 找到路径时,屏幕下方会出现Path found,否则出现Path not found。 程序经Turbo C 2.0编译调试成功。运行时不用添加任何运行库。 不可以在VC上编译。-procedures purpose : to bring in a maze of arbitrary size, with a stack get out of the maze of trails and on the screen. Program : can achieve and preserve the printed maze maze, the accompanying documents were four test maze of trails to document test1 4.dd. I would be grateful if those files are copied to the TC current directory, or in the state when fully contained path. Due to restrictions on the size of the screen when the user input labyrinth must pay attention to : the size of the maze is a restriction, not less than 4* 3, not more than 30* 20. Otherwise there will be a wrong message. At the beginning of the importation of a
    2022-08-06 12:51:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载