码迷,mamicode.com
首页 >  
搜索关键字:today    ( 1157个结果
hdu4268 multiset应用 贪心
http://acm.hdu.edu.cn/showproblem.php?pid=4268 Problem Description Alice and Bob's game never ends. Today, they introduce a new game. In this game, both of them have N different rectangular ca...
分类:其他好文   时间:2015-03-21 11:17:51    阅读次数:150
hdoj HDU Today
HDU Today Time Limit: 15000/5000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 16803    Accepted Submission(s): 3968 Problem Description 经过锦囊相助,海东集团终于度过了危机...
分类:其他好文   时间:2015-03-21 09:56:46    阅读次数:131
django模板标签
前提>>> from django.conf import settings>>> settings.configure()if: 1.支持连续使用and 或者or,但不能混用 2.没有elif{% if today_is_weekend %} Welcome to the weekend!{...
分类:其他好文   时间:2015-03-20 12:26:12    阅读次数:146
Linux环境下安装OpenCV
OpenCV is the most popular and advanced code library for Computer Vision related applications today, spanning from many very basic tasks (capture and pre-processing of image data) to high-level algorit...
分类:系统相关   时间:2015-03-19 16:26:16    阅读次数:303
Unit13   What's the date today?
What‘sthedatetoday?It‘sJanuary13,2002.What‘stoday‘sdate?It‘sJanuary13,2002What‘stoday‘sdate?What‘sthedatetoday?今天是几号啊?
分类:其他好文   时间:2015-03-17 18:16:33    阅读次数:109
python的datetime模块
导入datetime模块后用dir(datetime)命令查看在datetime模块下有几个小模块,或叫类(一)date小模块。处理年月日也是先用dir(datetime.date)查看一下其中有那么几个方法1:today()显示今天的日期 如果嫌这样太麻烦,可以单独导入date这个小模块 2:d....
分类:编程语言   时间:2015-03-16 22:47:24    阅读次数:158
【HDU4010】【LCT】Query on The Trees
Problem DescriptionWe have met so many problems on the tree, so today we will have a query problem on a set of trees. There are N nodes, each nod...
分类:其他好文   时间:2015-03-16 17:46:36    阅读次数:282
第一天
today ,i start my first projectcommand+b/r编译、运行注释反注释 command +/float类型精确到后6到7位数字double类型精确到15 16位数字float a = 12.3f类型转换 精度损失,自动转型long —>float可以,float数据...
分类:其他好文   时间:2015-03-11 10:39:00    阅读次数:136
HDU 4268 Alice and Bob 贪心STL O(nlogn)
B - Alice and Bob Time Limit:5000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uDescription Alice and Bob's game never ends. Today, they introd....
分类:其他好文   时间:2015-03-07 15:38:57    阅读次数:99
1157条   上一页 1 ... 88 89 90 91 92 ... 116 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!