摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/**//* ID: sdjllyh1 PROG: palsquare LANG: JAVA complete date: 2008/9/25 author: LiuYongHui From GuiZ... 阅读全文
posted @ 2008-09-25 14:51 刘永辉 阅读(295) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/**//* ID: sdjllyh1 PROG: namenum LANG: JAVA complete date: 2008/9/23 author: LiuYongHui From GuiZho... 阅读全文
posted @ 2008-09-23 20:40 刘永辉 阅读(359) 评论(6) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/**//* ID: sdjllyh1 PROG: transform LANG: JAVA complete date: 2008/9/21 efficiency: o(n^2) author:... 阅读全文
posted @ 2008-09-21 16:30 刘永辉 阅读(268) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->/**//* ID: sdjllyh1 PROG: milk2 LANG: JAVA complete date: 2008/9/11 efficiency: O(n * logN) aut... 阅读全文
posted @ 2008-09-11 22:51 刘永辉 阅读(349) 评论(2) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/**//* ID: sdjllyh1 PROG: beads LANG: C++ complete date: 2008/9/8 efficiency: O(n^2) author: LiuYong... 阅读全文
posted @ 2008-09-08 18:16 刘永辉 阅读(555) 评论(5) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/**//* ID: sdjllyh1 PROG: friday LANG: C++ TIME: 2008/9/8 */ //#include "stdafx.h" #include #include... 阅读全文
posted @ 2008-09-08 15:40 刘永辉 阅读(405) 评论(5) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/**//* ID: sdjllyh1 PROG: gift1 LANG: C++ TIME: 2008/9/7 */ //#include "stdafx.h" #include #include ... 阅读全文
posted @ 2008-09-07 16:51 刘永辉 阅读(406) 评论(0) 推荐(0) 编辑
摘要: 点击下载noip2006提高组题目_代码_测试数据.rar 通过金矿模型介绍动态规划 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/* =========程序信息======== 对应题目:noip2006提高组_能量项链 使用语言:c++... 阅读全文
posted @ 2008-09-01 23:18 刘永辉 阅读(3235) 评论(0) 推荐(1) 编辑
摘要: 点击下载noip2006提高组题目_代码_测试数据.rar 通过金矿模型介绍动态规划(介绍了01背包) Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1/**//* 2=========程序信息======== 3对应题目:noi... 阅读全文
posted @ 2008-08-28 17:05 刘永辉 阅读(2689) 评论(0) 推荐(0) 编辑
摘要: 点击下载01背包测试数据.rar 对于动态规划,每个刚接触的人都需要一段时间来理解,特别是第一次接触的时候总是想不通为什么这种方法可行,这篇文章就是为了帮助大家理解动态规划,并通过讲解基本的01背包问题来引导读者如何去思考动态规划。本文力求通俗易懂,无异性,不让读者感到迷惑,引导读者去思考,所以如果你在阅读中发现有不通顺的地方,让你产生错误理解的地方,让你难得读懂的地方,请跟贴指出,谢谢!----... 阅读全文
posted @ 2008-08-22 18:27 刘永辉 阅读(59761) 评论(72) 推荐(57) 编辑