2015年1月30日
摘要: 转自:http://www.blogjava.net/fancydeepin/archive/2013/02/03/395073.html深度优先搜索算法(Depth First Search),是搜索算法的一种。是沿着树的深度遍历树的节点,尽可能深的搜索树的分支。当节点v的所有边都己被探寻过,搜索... 阅读全文
posted @ 2015-01-30 15:59 Stephen_init 阅读(257) 评论(0) 推荐(0) 编辑
摘要: Why to use memory pool and how to implement itIntroduce memory poolDownload MemoryPoolSourceCode.zip - 21.82 KB IntroductionWhat is memory pool? I thi... 阅读全文
posted @ 2015-01-30 14:56 Stephen_init 阅读(224) 评论(0) 推荐(0) 编辑