码迷,mamicode.com
首页 >  
搜索关键字:planning    ( 748个结果
软工个人作业
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
UVA-12569 Planning mobile robot on Tree (EASY Version) (BFS+状态压缩)
题目大意:一张无向连通图,有一个机器人,若干个石头,每次移动只能移向相连的节点,并且一个节点上只能有一样且一个东西(机器人或石头),找出一种使机器人从指定位置到另一个指定位置的最小步数方案,输出移动步骤。题目分析:以机器人的所在位置和石头所在位置集合标记状态,状态数最多有15*2^15个。广搜之。代...
分类:其他好文   时间:2015-09-21 17:14:56    阅读次数:357
House Robber 解答
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
[LeetCode]House Robber
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
[LeetCode] House Robber
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
How to install MinGW-w64 and MSYS2?
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,Too
?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
UVa 11695 树的直径 Flight Planning
题意:给出一棵树,删除一条边再添加一条边,求新树的最短的直径。分析:因为n比较小(n ≤ 2500),所以可以枚举删除的边,分裂成两棵树,然后有这么一个结论:合并两棵树后得到的新树的最短直径为:这两棵树一定是这样合并的,分别取两棵树直径的中点,然后将其连接起来。这样新树的直径才是最短的。所以在找直径...
分类:其他好文   时间:2015-09-01 10:32:13    阅读次数:168
LeetCode -- House Robber
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
748条   上一页 1 ... 55 56 57 58 59 ... 75 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!