码迷,mamicode.com
首页 >  
搜索关键字:time    ( 52982个结果
oracle计算年龄
入院年龄按入院时间和出生日期进行计算select * from pat_visit_v v where floor(MONTHS_BETWEEN(v.visit_time,v.BIRTH_TIME)/12) <=26; 来自为知笔记(Wiz)
分类:数据库   时间:2015-04-15 11:15:50    阅读次数:164
php 写日志函数
function write_log($msg,$isEcho=false,$path=''){ $path?'':$path='logs'.DIRECTORY_SEPARATOR.'log'.date('Ymd',time()).'.txt'; if(!is_dir(d...
分类:Web程序   时间:2015-04-15 10:58:01    阅读次数:197
POJ 1113 Wall 卷包裹法求凸包
WallTime Limit:1000MSMemory Limit:10000KTotal Submissions:31199Accepted:10521DescriptionOnce upon a time there was a greedy King who ordered his chief...
分类:其他好文   时间:2015-04-15 10:57:07    阅读次数:145
Python 输出斐波纳挈数列
#!/usr/bin/env python #coding:utf8 import time global_list = [] def test(n): global global_list if n==1 or n==2: return 1 else: temp = test(n-1) + test(n-2) if i...
分类:编程语言   时间:2015-04-15 09:48:22    阅读次数:153
POJ 1207 The 3n + 1 problem (数学)
The 3n + 1 problem Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 53448   Accepted: 16999 Description Problems in Computer Science are often classified as b...
分类:其他好文   时间:2015-04-15 09:48:00    阅读次数:149
Sicily 7693. Cards
7693. Cards Constraints Time Limit: 15 secs, Memory Limit: 256 MB Description There are many blue cards and red cards on the table. For each card, an integer number greater than 1 is...
分类:其他好文   时间:2015-04-15 09:47:29    阅读次数:233
HDU 3555 Bomb [数位]
Description The counter-terrorists found a time bomb in the dust. But this time the terrorists improve on the time bomb. The number sequence of the time bomb counts from 1 to N. If the current numb...
分类:其他好文   时间:2015-04-15 09:45:42    阅读次数:162
POJ 1611 The Suspects (并查集)
The Suspects Time Limit: 1000MS   Memory Limit: 20000K Total Submissions: 24633   Accepted: 12072 Description Severe acute respiratory syndrome (SARS), an atypical pneumo...
分类:其他好文   时间:2015-04-15 09:45:07    阅读次数:129
hdoj 2527 Safe Or Unsafe(哈弗曼算法)
Safe Or Unsafe http://acm.hdu.edu.cn/showproblem.php?pid=2527 Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 1653    Accepted Submission(...
分类:编程语言   时间:2015-04-15 09:44:22    阅读次数:321
POJ 1552 Doubles
Doubles Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 19859   Accepted: 11492 Description As part of an arithmetic competency program, your students will b...
分类:其他好文   时间:2015-04-15 09:44:21    阅读次数:167
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!