上一页 1 2 3 4 5 6 7 ··· 19 下一页
摘要: http://www.ics.uci.edu/~eppstein/recmath.html据说是recreational的,没具体看,先收藏下来。 阅读全文
posted @ 2015-11-18 22:56 waytofall 阅读(222) 评论(0) 推荐(0)
摘要: http://peterwonka.net/Documentation/BooksToRead.htm包括数学、图形学、OpenGL等资料 阅读全文
posted @ 2015-11-07 21:44 waytofall 阅读(209) 评论(0) 推荐(0)
摘要: (THIS BLOG WAS ORIGINALLY WRTITTEN IN CHINESE WITH LINK: http://www.cnblogs.com/waytofall/p/3732920.html)Foreword: Floyd-Warshall is a classical dynam... 阅读全文
posted @ 2015-10-29 10:47 waytofall 阅读(1029) 评论(0) 推荐(0)
摘要: http://www.sci.utah.edu/~shachar/几篇论文都不错,但貌似05年之后就没有什么动作了。 阅读全文
posted @ 2015-10-26 22:40 waytofall 阅读(215) 评论(0) 推荐(0)
摘要: 很多问题都能找到解答或相关资料http://www.faqs.org/faqs/graphics/algorithms-faq/ 阅读全文
posted @ 2015-10-21 21:25 waytofall 阅读(192) 评论(0) 推荐(0)
摘要: https://www.atlassian.com/git/tutorials/resetting-checking-out-and-reverting/file-level-operations最近不小心在自己的git branch上误提交了一些改动,想回到之前的状态(就是working dire... 阅读全文
posted @ 2015-10-20 16:00 waytofall 阅读(325) 评论(0) 推荐(0)
摘要: checkout指定tagcd /path/to/yoursubmodulegit checkout yourTagcd ..git add yoursubmodulegit commit -m "use submoduile at tag xx"git pushhttp://stackoverfl... 阅读全文
posted @ 2015-09-30 10:18 waytofall 阅读(473) 评论(0) 推荐(0)
摘要: http://www.gocalf.com/blog/weighted-random-selection.html没事可以看看,这个博客里面很多文章不错 阅读全文
posted @ 2015-09-27 22:35 waytofall 阅读(136) 评论(0) 推荐(0)
摘要: 稍微有点早,04年的,但很全http://emuch.net/html/200510/128286.html另附一个不明来路的排名:http://www.wi2.uni-erlangen.de/_fileuploads/research/generic/ranking/index.html 阅读全文
posted @ 2015-09-10 22:39 waytofall 阅读(277) 评论(0) 推荐(0)
摘要: 嗯,今天研究公司makefile的代码,始终搞不明白有一段下载编译依赖的rule recipe(对这个名词不了解请参考make的官方文档)是怎么执行的。明明在执行的时候并指定的target并没有依赖那段recipe对应的target啊。原来,make有一个不指定target也能运行相应target ... 阅读全文
posted @ 2015-08-21 15:19 waytofall 阅读(354) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 19 下一页