02 2017 档案

摘要:#include #include #include using namespace std; typedef struct no { char data; struct no *lchild,*rchild; }*node; void create(node &root,string sa,string sb)///根据中/后序遍历,建树 { if(sa.length(... 阅读全文
posted @ 2017-02-25 22:41 一麻袋码的玛侬 阅读(511) 评论(0) 推荐(0)
摘要:1 #include 2 #include 3 #include 4 using namespace std; 5 typedef struct no 6 { 7 char data; 8 struct no *lchild,*rchild; 9 }*node; 10 int getpr(char a) 11 { 12 if(a=... 阅读全文
posted @ 2017-02-25 18:48 一麻袋码的玛侬 阅读(442) 评论(0) 推荐(0)
摘要:1.排版 全选了之后 ctrl+i 2.添加import Ctrl+Shift+O 3.快速输入System.out.println() sysout+ Alt+/ 4.注释/取消注释 ctrl+/ 5.最最最最最最最最最最最常用的快捷键 Alt+/ 寻找待补充,不用自己拼写了 阅读全文
posted @ 2017-02-22 10:55 一麻袋码的玛侬 阅读(198) 评论(0) 推荐(0)
摘要:哈哈!隐藏文字! 阅读全文
posted @ 2017-02-12 18:56 一麻袋码的玛侬