由于统计需要,先要获取指定日期来获取该日期所在周的第一天,从而算出所在周是哪一天至哪一天。先看下面代码,是获取当天的日期。DateTime.Today如果不是当天,而是指定日期,需要把它转换为日期。DateTime dt = Convert.ToDateTime("2013-08-02");如果,你...
分类:
其他好文 时间:
2014-08-06 17:28:21
阅读次数:
230
HDU 2112 HDU Today(Dijkstra)...
分类:
其他好文 时间:
2014-08-05 11:17:59
阅读次数:
268
it's been a long timewithout practicing~ almost everything about the C programming language.learn today: 1/ read the problem carefully. 2/no blank bet...
分类:
其他好文 时间:
2014-08-01 04:43:51
阅读次数:
251
menu 菜单French cuisine 法国菜today's special 今日特餐chef's special 主厨特餐buffet 自助餐fast food 快餐specialty 招牌菜continental cuisine 欧式西餐aperitif 饭前酒dim sum 点心Frenc...
分类:
其他好文 时间:
2014-07-29 17:35:22
阅读次数:
188
Yukari's Birthday
Time Limit: 12000/6000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 2703 Accepted Submission(s): 556
Problem Description
Today is...
分类:
其他好文 时间:
2014-07-29 14:47:58
阅读次数:
264
Laravel & PHPStorm – the best of the two worlds. Laravel is the most popular PHP web framework today. PHPStorm is the best PHP IDE that money can buy....
分类:
Web程序 时间:
2014-07-29 12:42:06
阅读次数:
309
1,/etc/motd文件 该文件即 message of today(布告栏信息),每次用户登录时,/etc/motd文件的内容会显示在用户的终端。系统管理员可以在文件中编辑系统活动消息 即像公告栏一样,公告信息 但是如果开机进入图形界面就会接不到2,/etc/issue文件 该文件和/etc/m...
分类:
系统相关 时间:
2014-07-29 10:59:26
阅读次数:
319
Problem Description
TIANKENG manages a restaurant after graduating from ZCMU, and tens of thousands of customers come to have meal because of its delicious dishes. Today n groups of customers come to...
分类:
其他好文 时间:
2014-07-28 16:03:23
阅读次数:
250
解题思路:
题目唯一难点就是如何去表示地点,用map映射可以轻松搞定,一个地点名对应一个值,剩下的就是求最短路径。下面给出三个代码,第一个是用朴素Dijkstra写的,第二个用了Floyd,第三个用了Dijkstra + heap。感觉上运行效率差不多。。。。。
AC代码:
Dijkstra:
#include
#include
#include
#include
usin...
分类:
其他好文 时间:
2014-07-28 00:05:29
阅读次数:
349
Ubiquitous Religions
Time Limit: 5000MS Memory Limit: 65536K
Total Submissions: 23580 Accepted: 11609
Description
There are so many different religions in the world today that it is difficult to...
分类:
其他好文 时间:
2014-07-26 02:34:00
阅读次数:
246