码迷,mamicode.com
首页 >  
搜索关键字:units are seconds si    ( 4698个结果
TopCoder SRM 144 DIV 2
200: Problem Statement   Computers tend to store dates and times as single numbers which represent the number of seconds or milliseconds since a particular date. Your task in this ...
分类:其他好文   时间:2014-08-28 11:27:29    阅读次数:244
【Linux】lvm基础操作
新增两块硬盘,来进行实验: [root@jp ~]# fdisk -l   Disk /dev/sda: 107.3 GB, 107374182400 bytes 255 heads, 63 sectors/track, 13054 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes      Device Boot ...
分类:系统相关   时间:2014-08-28 09:42:29    阅读次数:424
ZOJ 3306 状压dp
转自:http://blog.csdn.net/a497406594/article/details/38442893Kill the MonstersTime Limit: 7 Seconds Memory Limit: 32768 KB In order to celebrate the 8t....
分类:其他好文   时间:2014-08-27 20:11:48    阅读次数:273
Beans Game(博弈 | | DP)zoj 3057
Beans GameTime Limit: 5 Seconds Memory Limit: 32768 KBThere are three piles of beans. TT and DD pick any number of beans from any pile or the same num...
分类:其他好文   时间:2014-08-27 18:32:48    阅读次数:150
IOS 计算本周的起至日期
unsigned units=NSMonthCalendarUnit|NSDayCalendarUnit|NSYearCalendarUnit|NSWeekdayCalendarUnit; NSCalendar *mycal=[[NSCalendar alloc]initWithCal...
分类:移动开发   时间:2014-08-27 16:17:27    阅读次数:149
zoj 1456 Minimum Transport Cost (Floyd+路径记录)
Minimum Transport Cost Time Limit: 2 Seconds      Memory Limit: 65536 KB These are N cities in Spring country. Between each pair of cities there may be one transportation track or none. Now ther...
分类:其他好文   时间:2014-08-27 13:07:27    阅读次数:235
HDU 4883 TIANKENG’s restaurant(模拟)
题意  天坑开了个饭店  他知道所有客人的进来时间和出去的时间  求天坑至少准备多少张凳子 以分钟为单位 直接模拟就行了   peo[i]代表第i分钟的人  第i组人第si分钟进来 第so分钟出去  那么j从si到so  peo[j]都加上这组的人数  最后看第几分钟人最多就是答案了 #include #include using namespace std...
分类:其他好文   时间:2014-08-27 10:56:27    阅读次数:200
2014-08-26工作日记
今天本想将昨天的升级工程自己测试完成,然后就可以提交内测了。可是从早上开始就已指出错误,首先就是流量测试结束的太早导致COM口冲突,然后是各种软件版本不正确。上午搞好了S5130-28F-SI的发货APP可是,下午的时候三款NEC设备却总是出问题,最后发现自己加载的软件全部都已经将机器卡死了。是因为...
分类:其他好文   时间:2014-08-26 22:44:36    阅读次数:240
ZOJ 3674 Search in the Wiki
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3674 Search in the Wiki Time Limit: 2 Seconds      Memory Limit: 65536 KB As we known, Searching in Wiki is an useful w...
分类:其他好文   时间:2014-08-26 21:31:36    阅读次数:395
ZOJ 3671 Japanese Mahjong III
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3671 Japanese Mahjong III Time Limit: 2 Seconds      Memory Limit: 65536 KB Mahjong is a game of skill, strategy and ca...
分类:其他好文   时间:2014-08-26 21:31:16    阅读次数:346
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!