会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cbam
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
12
13
14
15
16
17
18
19
20
···
45
下一页
2015年10月28日
双向链表实现
摘要: 实现双向链表虽然复杂了点儿,但是有简单链表做前奏,这个还是想当顺心的。还是要注意 复制的时候要把数据成员全部复制。new结点的时候,给定next = NULL,preceding = new_copy。插入和删除...
阅读全文
posted @ 2015-10-28 19:45 cbam
阅读(99)
评论(0)
推荐(0)
2015年10月7日
centos 6.5 搭建dhcp服务器
摘要: 今天是国庆节假期的最后一天。我身体也算刚刚养好,假期什么都没干,带着腰疼脖子疼玩了好几天。今天比对着鸟哥dhcp服务器教程装了我的第一个服务。总结一些过程: 1、首先装上dhcp软件 ...
阅读全文
posted @ 2015-10-07 16:30 cbam
阅读(126)
评论(0)
推荐(0)
2015年9月7日
哈理工 oj 1948 我又回来了(bfs 或着 最短路)
摘要: 至于题意:已经说的很清楚了:我又回来了Time Limit: 1000 MSMemory Limit: 32768 KTotal Submit: 46(20 users)Total Accepted: 21(16...
阅读全文
posted @ 2015-09-07 21:15 cbam
阅读(102)
评论(0)
推荐(0)
哈理工 OJ Fire Maze(2次bfs)
摘要: 题意:‘#’是墙 ,F是火,S起始点,人一秒走一格,火也是1秒扩散一格,问在给定的时间T内是否人可以逃出去。思路:很明显两次bfs 第一次先求出火扩散到每个格子时的 时刻。第二次在对人进行bfs的时候就多了个条件...
阅读全文
posted @ 2015-09-07 21:07 cbam
阅读(131)
评论(0)
推荐(0)
2015年9月6日
哈理工练习赛 UVALive 5089 B - Assignments(水题)
摘要: B - AssignmentsTime Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %lluSubmitStatusPracticeUVA...
阅读全文
posted @ 2015-09-06 14:57 cbam
阅读(122)
评论(0)
推荐(0)
哈理工练习赛 UVALive 5093 F - Seaside(最短路)
摘要: F - SeasideTime Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %lluSubmitStatusPracticeUVALive...
阅读全文
posted @ 2015-09-06 14:41 cbam
阅读(114)
评论(0)
推荐(0)
杭电 HDU ACM Transportation (哈理工练习赛 费用流拆边)
摘要: TransportationTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Sub...
阅读全文
posted @ 2015-09-06 14:32 cbam
阅读(114)
评论(0)
推荐(0)
2015年9月3日
杭电 HDU 2196 Computer Time (树形dp)
摘要: ComputerTime Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submissio...
阅读全文
posted @ 2015-09-03 09:06 cbam
阅读(119)
评论(0)
推荐(0)
2015年9月2日
zoj 1003 Crashing Balloon(两次dfs)
摘要: Crashing BalloonTime Limit: 2 Seconds Memory Limit: 65536 KB On every June 1st, the Children's Day, t...
阅读全文
posted @ 2015-09-02 22:17 cbam
阅读(111)
评论(0)
推荐(0)
2015年9月1日
杭电 HDU ACM 1520 Anniversary party(树形dp 基本)
摘要: Anniversary partyTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total ...
阅读全文
posted @ 2015-09-01 17:25 cbam
阅读(105)
评论(0)
推荐(0)
上一页
1
···
12
13
14
15
16
17
18
19
20
···
45
下一页
公告