码迷,mamicode.com
首页 >  
搜索关键字:time    ( 52982个结果
poj2531--Network Saboteur(搜索练习7-dfs或随机算法)
Network Saboteur Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 9504   Accepted: 4509 Description A university network is composed of N computers. System admi...
分类:编程语言   时间:2015-01-21 22:30:42    阅读次数:169
浙大计算机研究生复试上机考试-2010年
二叉搜索树 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 3007 Accepted Submission(s): 1310 Problem Description 判断两序列是否为同一二叉搜索树序列 Input ...
分类:其他好文   时间:2015-01-21 22:28:39    阅读次数:218
Cocoa中对日期和时间的处理 NSDate
NSDate类用于保存时间值,同时提供了一些方法来处理一些基于秒级别时差(Time Interval)运算和日期之间的早晚比较等。1. 创建或初始化可用以下方法用于创建NSDate实例的类方法有+ (id)date;返回当前时间+ (id)dateWithTimeIntervalSinceNow:(...
分类:其他好文   时间:2015-01-21 22:10:31    阅读次数:172
zsc_寒假训练 5
DescriptionJulius Caesar lived in a time of danger and intrigue. The hardest situation Caesar ever faced was keeping himself alive. In order for him t...
分类:其他好文   时间:2015-01-21 22:04:51    阅读次数:259
Median of Two Sorted Arrays
There are two sorted arrays A and B of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should be ...
分类:其他好文   时间:2015-01-21 21:58:16    阅读次数:273
LeetCode-121 Best Time to Buy and Sell Stock
Say you have an array for which theithelement is the price of a given stock on dayi.If you were only permitted to complete at most one transaction (ie...
分类:其他好文   时间:2015-01-21 21:57:11    阅读次数:174
Python 日期格式相关
今天看网上一个说中文日期的问题.自己试了下.#-*-coding:gb2312-*- importdatetime,time #now=time.strftime(‘%Y年%m月%d日%H时%M分%S秒‘,time.localtime()).decode(‘utf-8‘) now=time.strftime(‘%Y年%m月%d日%H时%M分%S秒‘,time.localtime()) printnow now=time.strptime(no..
分类:编程语言   时间:2015-01-21 20:27:54    阅读次数:196
hdu 1087 Super Jumping! Jumping! Jumping!
Super Jumping! Jumping! Jumping!Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 24110Accepted Subm...
分类:其他好文   时间:2015-01-21 19:57:16    阅读次数:104
POJ 1038 Bugs Integrated, Inc.(状态压缩)
Bugs Integrated, Inc.Time Limit: 15000MSMemory Limit: 30000KTotal Submissions: 9088Accepted: 3472Case Time Limit: 5000MSDescriptionBugs Integrated, In...
分类:其他好文   时间:2015-01-21 19:45:36    阅读次数:163
HDU 2516 (博弈)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2516取石子游戏Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others) Total Submissi...
分类:其他好文   时间:2015-01-21 19:43:21    阅读次数:178
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!