摘要:
转自:http://www.blogjava.net/fancydeepin/archive/2013/02/03/395073.html深度优先搜索算法(Depth First Search),是搜索算法的一种。是沿着树的深度遍历树的节点,尽可能深的搜索树的分支。当节点v的所有边都己被探寻过,搜索... 阅读全文
摘要:
Why to use memory pool and how to implement itIntroduce memory poolDownload MemoryPoolSourceCode.zip - 21.82 KB IntroductionWhat is memory pool? I thi... 阅读全文