Sweety

Practice makes perfect

导航

2014年7月26日

摘要: Description A rooted tree is a well-known data structure in computer science and engineering. An example is shown below: In the figure, each ... 阅读全文

posted @ 2014-07-26 16:38 蓝空 阅读(183) 评论(0) 推荐(0) 编辑

摘要: 由于map和其他STL中有相同性,因此可以用在其他的容器中 由于习惯原因下文中将通常说的Keys说成“搜索项” 寻找在map中的当前值的函数 .find()函数 // map::find#include #include using namespace std;int main (){ ... 阅读全文

posted @ 2014-07-26 10:52 蓝空 阅读(772) 评论(0) 推荐(0) 编辑