摘要: http://www.hiodin.com/odin/13.html 阅读全文
posted @ 2015-03-18 11:35 小猴子学代码 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 讲解动态规划通俗易懂的文章http://blog.csdn.net/woshioosm/article/details/7438834 阅读全文
posted @ 2015-03-16 16:55 小猴子学代码 阅读(73) 评论(0) 推荐(0) 编辑
摘要: sudo vi /etc/apt/sources.listA)sudo vi /etc/apt/sources.list使用如下内容覆盖:deb http://mirrors.163.com/ubuntu/ trusty main restricted universe multiverse #只保... 阅读全文
posted @ 2015-03-16 13:31 小猴子学代码 阅读(616) 评论(0) 推荐(0) 编辑
摘要: 背包问题学习链接:http://blog.csdn.net/kangroger/article/details/38864689背包九讲http://blog.csdn.net/sky_fighting/article/details/8789067背包问题可以理解为动态规划的问题,也可以利用贪心算... 阅读全文
posted @ 2015-03-13 17:57 小猴子学代码 阅读(235) 评论(0) 推荐(0) 编辑