码迷,mamicode.com
首页 >  
搜索关键字:__time__    ( 52982个结果
Python写的一个优美的定时器,定时精度可调
# -* coding: utf-8 -*- import sys import os import getopt import threading import time def Usage(): usage_str = '''说明: \t定时器 \timer.py -h 显示本帮助信息,也可以使用--help选项 \timer.py -d num 指定一个延时时间(以毫秒为单位)...
分类:编程语言   时间:2014-05-12 06:29:06    阅读次数:428
强大易用的日期和时间库 Joda Time
作为一名开发者,我们不可避免的会使用日期API,如果您使用过JDK的API,或者您会发现JDK的API用的很别扭,尤其是在做日期运算和比较的时候,幸好我们活在开源的世界,也有其他朋友遇到同样的问题,因此joda-time就这样应运而生,jotat-time就是为了简化日期的操作而创建的一个开源项目,...
分类:其他好文   时间:2014-05-12 05:57:17    阅读次数:328
【LeetCode】Best Time to Buy and Sell Stock
Best Time to Buy and Sell StockSay you have an array for which theithelement is the price of a given stock on dayi.If you were only permitted to compl...
分类:其他好文   时间:2014-05-12 05:56:14    阅读次数:315
HDUOJ---1236 排名(浙大考研题)
排名Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 14513Accepted Submission(s): 5318Problem Descrip...
分类:其他好文   时间:2014-05-12 05:35:42    阅读次数:281
hust 1032 Jim
题目描述Jim is boss of a big company . There are so many workers in his company that it will take a long time for his command send to all of his workers ....
分类:其他好文   时间:2014-05-12 04:51:29    阅读次数:307
HDOJ1038 Biker's Trip Odometer
Biker's Trip Odometer Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 4038    Accepted Submission(s): 2703 Problem Description Most...
分类:其他好文   时间:2014-05-11 14:53:47    阅读次数:282
POJ 3608 两凸包最近距离 旋转卡壳
Bridge Across Islands Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 8071   Accepted: 2364   Special Judge Description Thousands of thousands years ago th...
分类:其他好文   时间:2014-05-11 13:01:55    阅读次数:454
POJ 2079 凸包最大内接三角形
Triangle Time Limit: 3000MS   Memory Limit: 30000K Total Submissions: 8038   Accepted: 2375 Description Given n distinct points on a plane, your task is to find the triangl...
分类:其他好文   时间:2014-05-11 06:36:44    阅读次数:425
hdu4336之状态压缩慨率DP
Card Collector Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 2141    Accepted Submission(s): 1008 Special Judge Problem Description ...
分类:其他好文   时间:2014-05-11 02:25:56    阅读次数:391
hdu4035之经典慨率DP
Maze Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65768/65768 K (Java/Others) Total Submission(s): 1419    Accepted Submission(s): 511 Special Judge Problem Description When wake...
分类:其他好文   时间:2014-05-11 01:46:38    阅读次数:421
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!