LouZhang

导航

2012年7月8日

多叉树

摘要: 今天学习了多叉树的写法了。呵呵。哈哈。吼吼。嘿嘿。嘻嘻。class CFile{public://请允许我在这里全 public 了 CFile(); ~CFile(); string name; bool type;//true is directory, and false is file string make_time; string permissions;//权限, rwx int size; int num; bool hide;//true is hide, ans false is not hide vector <... 阅读全文

posted @ 2012-07-08 01:59 louzhang_swk 阅读(291) 评论(0) 推荐(0) 编辑