上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 52 下一页
摘要: 1. 2. 3. 4. 阅读全文
posted @ 2016-03-19 20:44 shamgod 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 1. 2. 3. 4. 5.build.xml 6.在命令行中输入 ant rungui,会编译代码后运行MonkeyGui类的main()方法 7. package mypack;import java.awt.*;import java.awt.event.*;import javax.swin 阅读全文
posted @ 2016-03-19 19:45 shamgod 阅读(244) 评论(0) 推荐(0) 编辑
摘要: The root is the first node to be visited in preorder. After we visit this node we must traverse the left subtree and then return to traverse the right 阅读全文
posted @ 2016-03-19 17:29 shamgod 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 1. 2. 阅读全文
posted @ 2016-03-19 17:09 shamgod 阅读(373) 评论(0) 推荐(0) 编辑
摘要: The code to find the tree height using a postorder traversal is given below. 阅读全文
posted @ 2016-03-19 16:44 shamgod 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 例子中二叉树用链表示 1.后序遍历克隆和前序遍历克隆 The recursion stack space needed by both the preorder and postorder copy methods is O(h), where h is the height of the bina 阅读全文
posted @ 2016-03-19 16:36 shamgod 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 以下例子的树是存在数组中 1.中序遍历 2.平层遍历 阅读全文
posted @ 2016-03-19 16:29 shamgod 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 一、 1.商式 二、 阅读全文
posted @ 2016-03-19 16:13 shamgod 阅读(22922) 评论(0) 推荐(0) 编辑
摘要: 一、二叉树的属性 1.属性1:用n个元素(n>0)画出的每棵二叉树正好有n-1条边 2.高度为h的(h>=0)的二叉树在树中至少有h及至多有2h-1个元素 证明:由于每层至少一个元素所以元素的数量至少是h。每个元素至多有两个孩子,所以第i层的元素数量至多是2i-1(i>0)个。对于h=0,元素的总数 阅读全文
posted @ 2016-03-18 23:39 shamgod 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 一、效果 1. 2. 二、结构 1. 2.用到jar包 antlr-2.7.6.jaraspectjrt.jaraspectjweaver.jarc3p0-0.9.1.jarcglib-nodep-2.1_3.jarcommons-collections-3.1.jarcommons-fileupl 阅读全文
posted @ 2016-03-13 17:35 shamgod 阅读(186) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 52 下一页
haha