码迷,mamicode.com
首页 >  
搜索关键字:rescue    ( 353个结果
PAT1003—— Emergency
As an emergency rescue team leader of a city, you are given a special map of your country. The map shows several scattered cities connected by some ro...
分类:其他好文   时间:2015-11-29 12:07:41    阅读次数:177
linux紧急救援实验
linux紧急救援模式下模拟实验rescue模式:紧急救援模式启动一个位于光盘上的linux系统,其会在启动过程中去检测本地的硬盘设备,并寻找原来的根文件系统,借助于此系统完成某些修复此系统有自己的rootfs,但功能简陋,如果能找到硬盘上的原来的根文件系统,可以使用chroot切换..
分类:系统相关   时间:2015-11-28 06:44:14    阅读次数:194
Save Princess(丑数)
Save Princess时间限制:1000 ms | 内存限制:65535 KB难度:2描述Yesterday, the princess was kidnapped by a devil. The prince has to rescue our pretty princess."OK, if ...
分类:其他好文   时间:2015-11-12 20:07:47    阅读次数:370
HDOJ1242 Rescue(营救)
RescueTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 22286Accepted Submission(s): 7919Problem Des...
分类:其他好文   时间:2015-10-31 21:34:40    阅读次数:218
Zoj 3545 Rescue the Rabbit(ac自己主动机+dp)
标题效果:鉴于DNA有一个正确的顺序值。请构造一个长度I的DNA在这个序列使DNA正确的顺序值极大。它被认为是负的输出噼啪。。。IDEAS:施工顺序是,ac己主动机上走,求最大要用到dpdp[i][j][k] 表示如今构造到了长度 i 。此时的我们把当前字符放在j节点。而且满足了k状态。k是一个10...
分类:其他好文   时间:2015-10-25 13:36:43    阅读次数:267
centos 7 修改默认运行级别
查看当前运行级别:#runlevel修改默认运行级别:#systemctlset-defaultmulti-user.target//修改为级别3(文本模式)各运行级别:runlevel0.target=>poweroff.targetrunlevel1.target=>rescue.targetrunlevel2.target=>multi-user.targetrunlevel3.target=>multi-us..
分类:其他好文   时间:2015-10-20 12:26:16    阅读次数:189
hdu 1026 Ignatius and the Princess I (bfs打印路径)
Problem DescriptionThe Princess has been abducted by the BEelzebub feng5166, our hero Ignatius has to rescue our pretty Princess. Now he gets into fen...
分类:其他好文   时间:2015-10-15 22:14:20    阅读次数:285
hdu 1242 Rescue(bfs+优先队列)
Angel was caught by the MOLIGPY! He was put in prison by Moligpy. The prison is described as a N * M (N, M File Name: code/hdu/1242.cpp 3 > Auth...
分类:其他好文   时间:2015-10-03 23:09:31    阅读次数:281
Debian Stable (Jessie 8.1) 的normal.mod not found
**下班的时候打算重置下default-brower, 输入了dpkg-reconfigure 结果按了个g,又按了tab,最后还输了回车.就变成了 dpkg-reconfigure grub-pc 进入dpkg配置grub-pc的界面后, 按了下Esc没想到没退出反而按到了` , 就是数字1上的那个符号. 接下来就进入了下一个选项. 这个只有个OK的可以移动到. 然后敲了下回车. 就没管...
分类:其他好文   时间:2015-10-03 08:25:01    阅读次数:185
BFS HDOJ 1242 Rescue
题目传送门题意:从r走到a,遇到x多走一步,问最小走到a的步数分析:因为r有多个,反过来想从a走到某个r的最小步数,简单的BFS。我对这题有特殊的感情,去年刚来集训队时肉鸽推荐了这题,当时什么都不会,看个数组模拟队列的BFS看的头晕,现在看起来也不过如此,额,当年开始是从r走到a的,因为数据巨弱才过...
分类:其他好文   时间:2015-09-25 10:45:58    阅读次数:136
353条   上一页 1 ... 20 21 22 23 24 ... 36 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!