码迷,mamicode.com
首页 >  
搜索关键字:time    ( 52982个结果
1002: [FJOI2007]轮状病毒
1002: [FJOI2007]轮状病毒Time Limit:1 SecMemory Limit:162 MBSubmit:2609Solved:1450[Submit][Status]Description给定n(N0 do195 ...
分类:其他好文   时间:2014-12-19 00:32:48    阅读次数:393
HDU - 4709 Herding
DescriptionLittle John is herding his father's cattles. As a lazy boy, he cannot tolerate chasing the cattles all the time to avoid unnecessary omissi...
分类:其他好文   时间:2014-12-18 23:30:59    阅读次数:237
UVA - 112 - Tree Summing (数的求和!栈的应用!)
UVA - 112 Tree Summing Time Limit: 3000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu Submit Status Description  Tree Summing  ...
分类:其他好文   时间:2014-12-18 22:23:56    阅读次数:526
hdu3853——LOOPS
LOOPS Time Limit: 15000/5000 MS (Java/Others)    Memory Limit: 125536/65536 K (Java/Others) Total Submission(s): 2707    Accepted Submission(s): 1119 Problem Description Akemi Homura is a Maho...
分类:其他好文   时间:2014-12-18 22:22:49    阅读次数:200
poj 2418 Hardwood Species(二叉排序树)
Hardwood Species Time Limit: 10000MS Memory Limit: 65536K Total Submissions: 19428 Accepted: 7658 http://poj.org/problem?id=2418 Description Hardwoods are the bo...
分类:编程语言   时间:2014-12-18 22:21:56    阅读次数:267
survey on Time Series Analysis Lib
(1)I spent my 4th year Computing project on implementing time series forecasting for Java heap usage prediction using ARIMA, Holt Winters etc, so I mi...
分类:其他好文   时间:2014-12-18 22:10:07    阅读次数:303
PLSQL_以前正常程式因统计信息过久突然出现性能问题(案例)
2014-11-15 BaoXinjian一、摘要二、解决方式select sid, sql_id from v$session where sid = 1001select b.begin_interval_time, a.disk_reads_total, a.buffer_gets_total...
分类:数据库   时间:2014-12-18 21:52:46    阅读次数:206
翻煎饼(swust oj 0254)
Description:http://acm.swust.edu.cn/problem/0254/解题思路:先找出最大的煎饼,先翻转到最上面,最后翻转到最下层AC代码:#includeint time=0;int digit[1000];void turn(int a,int b)//翻煎饼{ .....
分类:其他好文   时间:2014-12-18 21:52:36    阅读次数:686
UVA - 673 - Parentheses Balance (栈的应用!)
UVA - 673 Parentheses Balance Time Limit: 3000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu Submit Status Description   Parentheses Balance...
分类:其他好文   时间:2014-12-18 20:48:22    阅读次数:283
Linux系统编程_5_获取系统时间
Linux环境中时间编程函数: 比较常用的是ctime与localtime char *ctime(const time_t *timep); char *ctime_r(const time_t *timep, char *buf); struct tm *localtime(const time_t *timep); struct tm *localtime_r(const time_t *timep, struct tm *result);...
分类:系统相关   时间:2014-12-18 20:43:57    阅读次数:208
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!