1 2 3 4 5 ··· 19 下一页
摘要: Needed to compute max flow in a project and found the official document of BGL to be rather obscure, hence record some materials which I think can hel 阅读全文
posted @ 2019-05-11 08:45 waytofall 阅读(288) 评论(0) 推荐(0) 编辑
摘要: Definition: a topological sort of a DAG G is a sort such that for all edge (i,j) in G, i precedes j. Then we have following corollaries: A sort is a t 阅读全文
posted @ 2017-02-19 04:58 waytofall 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 都是些网上搜到的比较不错的文章。关于这块儿的内容网上帖子不多。出去下面列的最主要的还有参考MSDN。 WASAPI使用介绍: https://blogs.windows.com/buildingapps/2014/05/15/real-time-audio-in-windows-store-and- 阅读全文
posted @ 2016-06-20 17:30 waytofall 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 看起来是个学习boost非常不错的材料,应该是boost的官方教程之类: http://theboostcpplibraries.com/ 阅读全文
posted @ 2016-05-06 15:37 waytofall 阅读(386) 评论(0) 推荐(0) 编辑
摘要: https://msdn.microsoft.com/en-us/library/windows/hardware/hh439648(v=vs.85).aspx 阅读全文
posted @ 2016-05-04 16:42 waytofall 阅读(1378) 评论(0) 推荐(0) 编辑
摘要: 在看c++ primer的时候见到了一下这种用法: 觉得这里面的typename特别令人费解。最后找到了下面这篇问题,感觉写的很清楚: http://feihu.me/blog/2014/the-origin-and-usage-of-typename/ 具体细节文章里面都写到了。简单说来,以上的语 阅读全文
posted @ 2016-04-27 18:15 waytofall 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 转载自:『http://www.cvchina.info/2010/08/31/conference-ranking-byar/』 澳大利亚政府和澳大利亚研究理事会做的,有一定考价值。 阅读全文
posted @ 2016-04-05 10:55 waytofall 阅读(958) 评论(0) 推荐(0) 编辑
摘要: 一位cornell的教授做的计算机类期刊会议依据Microsoft Research引用数的排名 link:http://www.cs.cornell.edu/andru/csconf.html The following are the journals and conferences in co 阅读全文
posted @ 2016-03-27 10:32 waytofall 阅读(2671) 评论(0) 推荐(0) 编辑
摘要: 最近需要学习下windows的service编程框架,查了下msdn发现不知所云。于是谷歌之,发现了一个非常不错的文章,重点推荐讲的非常详细,深入,看完之后基本上就能很清楚windows的service机制: http://www.tenouk.com/ModuleDD.html 参照下下面的例子基 阅读全文
posted @ 2016-03-25 12:59 waytofall 阅读(217) 评论(0) 推荐(0) 编辑
摘要: google了一下感觉一下子找不到太好的资料,可能需要慢慢深入去学习。 这里有一个讲session management的,还算比较深入: https://dvdhrm.wordpress.com/2013/08/24/session-management-on-linux/ 这里有一个将X Ser 阅读全文
posted @ 2016-03-23 17:25 waytofall 阅读(515) 评论(0) 推荐(0) 编辑
1 2 3 4 5 ··· 19 下一页