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(...
阅读全文
摘要: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=...
阅读全文
摘要:1.排版 全选了之后 ctrl+i 2.添加import Ctrl+Shift+O 3.快速输入System.out.println() sysout+ Alt+/ 4.注释/取消注释 ctrl+/ 5.最最最最最最最最最最最常用的快捷键 Alt+/ 寻找待补充,不用自己拼写了
阅读全文

浙公网安备 33010602011771号