摘要: 1. 2. 3. 4. 5. 6. 7. 8. 9.TransientObjectException 阅读全文
posted @ 2016-03-19 23:19 shamgod 阅读(320) 评论(0) 推荐(0) 编辑
摘要: 1. 2. 3. 4. 5. 6. 7. 8. 9. 阅读全文
posted @ 2016-03-19 22:51 shamgod 阅读(399) 评论(0) 推荐(0) 编辑
摘要: 1. 2. 3. 4. 5. 阅读全文
posted @ 2016-03-19 21:47 shamgod 阅读(486) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(22927) 评论(0) 推荐(0) 编辑
haha