码迷,mamicode.com
首页 >  
搜索关键字:change time(ctime)    ( 60440个结果
活动选择
活动选择 Time Limit : 3000/1000ms (Java/Other)   Memory Limit : 65535/32768K (Java/Other) Total Submission(s) : 38   Accepted Submission(s) : 20 Font: Times New Roman | Verdana | Georgia Font Size: ← ...
分类:其他好文   时间:2014-06-09 23:37:38    阅读次数:288
STM32F103 输入捕获
最近这几周各种考试,各种课程设计,唉,我得复习复习了,所以啦,博客暂停直到6-25之后继续更新,欢迎阅读。   STM32F103 输入捕获信号:   /*--------------------------------------------------------------------------- * Project: Time.h * Name: zwp * Date: 2...
分类:其他好文   时间:2014-06-09 23:22:56    阅读次数:331
一入python深似海--split
下面说说split函数的用法 def break_words(stuff): """This function will break up words for us.""" words = stuff.split(' ')#split('.',1) use '.' split one time return words def sort_words(wo...
分类:编程语言   时间:2014-06-08 18:19:21    阅读次数:336
使用友元类处理日期和时间
#include using namespace std; class Date; //对Date类的提前引用声明 class Time { public: Time(int,int,int); void add_a_second(Date &); //增加1秒,1秒后可能会到了下一天,乃到下一月、下一年 void display(Date &); //显示时间,...
分类:其他好文   时间:2014-06-08 18:17:22    阅读次数:216
FatMouse' Trade
FatMouse' Trade Time Limit : 2000/1000ms (Java/Other)   Memory Limit : 65536/32768K (Java/Other) Total Submission(s) : 20   Accepted Submission(s) : 14 Font: Times New Roman | Verdana | Georgia Fo...
分类:其他好文   时间:2014-06-08 17:25:09    阅读次数:252
积木分发
积木分发 Time Limit : 3000/1000ms (Java/Other)   Memory Limit : 65535/32768K (Java/Other) Total Submission(s) : 49   Accepted Submission(s) : 27 Font: Times New Roman | Verdana | Georgia Font Size: ← ...
分类:其他好文   时间:2014-06-08 17:12:45    阅读次数:161
POJ 3278 Catch That Cow
Catch That Cow Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 44070   Accepted: 13764 Description Farmer John has been informed of the location of a fugitiv...
分类:其他好文   时间:2014-06-08 15:44:43    阅读次数:238
删数问题
删数问题 Time Limit : 3000/1000ms (Java/Other)   Memory Limit : 65535/32768K (Java/Other) Total Submission(s) : 72   Accepted Submission(s) : 16 Font: Times New Roman | Verdana | Georgia Font Size: ← ...
分类:其他好文   时间:2014-06-08 15:43:39    阅读次数:208
POJ 1770 Special Experiment
Special Experiment Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 1790   Accepted: 601 Description As we know, an atom can be in different energy states (or...
分类:其他好文   时间:2014-06-08 14:57:34    阅读次数:343
ZOJ 3795 Grouping
给n个人的年龄大小关系,问最少分几组使每个组里面人的年龄不能直接或间接的比较。 每个联通块里的人都得分到不同的组,缩点后找最长的链即答案 tarjian缩点+dp找最长路 Grouping Time Limit: 2 Seconds      Memory Limit: 65536 KB Suppose there are N people in ZJU, who...
分类:其他好文   时间:2014-06-08 09:44:30    阅读次数:321
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!