1.预测时间:PSP2.1Personal Software Process StagesTime Planning计划 · Estimate ·估计这个任务需要多少时间10分钟Development开发 · Analysis ·需求分析(包括学习新技术)20分钟 · Design Spec ·生成...
分类:
其他好文 时间:
2015-09-22 20:19:45
阅读次数:
219
一、总体项目PSP表格PSP2.1Personal Software Process StagesTime Planning计划8小时 · Estimate ·估计这个任务需要多少时间8小时Development开发15小时20分钟 · Analysis ·需求分析(包括学习新技术)40分钟 · D...
分类:
其他好文 时间:
2015-09-22 08:52:15
阅读次数:
903
题目大意:一张无向连通图,有一个机器人,若干个石头,每次移动只能移向相连的节点,并且一个节点上只能有一样且一个东西(机器人或石头),找出一种使机器人从指定位置到另一个指定位置的最小步数方案,输出移动步骤。题目分析:以机器人的所在位置和石头所在位置集合标记状态,状态数最多有15*2^15个。广搜之。代...
分类:
其他好文 时间:
2015-09-21 17:14:56
阅读次数:
357
QuestionYou are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint sto...
分类:
其他好文 时间:
2015-09-20 00:06:25
阅读次数:
415
House RobberYou are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint...
分类:
其他好文 时间:
2015-09-17 01:11:10
阅读次数:
176
You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stopping yo...
分类:
其他好文 时间:
2015-09-10 22:37:02
阅读次数:
403
http://stackoverflow.com/questions/30069830/how-to-install-mingw-w64-and-msys2If you're already planning on using MSYS2, Download MSYS2 from this page...
分类:
其他好文 时间:
2015-09-04 07:32:36
阅读次数:
261
?You Have to Understand Hardware,TooKamal WickramanayakeFoR MAny SoFTWARE ARCHiTECTS, hardware capacity planning is a topic that lies beyond their comfort zone, yet it remains an important part of the...
分类:
其他好文 时间:
2015-09-01 10:50:03
阅读次数:
158
题意:给出一棵树,删除一条边再添加一条边,求新树的最短的直径。分析:因为n比较小(n ≤ 2500),所以可以枚举删除的边,分裂成两棵树,然后有这么一个结论:合并两棵树后得到的新树的最短直径为:这两棵树一定是这样合并的,分别取两棵树直径的中点,然后将其连接起来。这样新树的直径才是最短的。所以在找直径...
分类:
其他好文 时间:
2015-09-01 10:32:13
阅读次数:
168
You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stopping yo...
分类:
其他好文 时间:
2015-08-31 23:33:16
阅读次数:
190