时钟同步功能简介:在Windows系统中,时钟同步是通过Windows Time服务(W32Time)完成的。W32Time通过NTP(Network Time Protocol)协议访问目标时钟同步服务器的123端口进行时间同步。服务器的地址可以在“时间与日期”设置窗口的“Internet Tim...
分类:
其他好文 时间:
2014-07-16 19:17:03
阅读次数:
201
题目大意是一个奶牛可以在一些时间区间产奶,每个区间的产奶量已知,每次产完奶都要休息一下,问最大产奶量。dp方程类似最长上升子序列的n2算法,dp[i]表示以第i个区间结尾最多能产生多少奶。则dp[i] = max(dp[j] + e[i].z)。#include #include #include ...
分类:
其他好文 时间:
2014-07-16 19:09:37
阅读次数:
216
B - Symmetric Order(3.3.1)
Time Limit:1000MS Memory Limit:30000KB 64bit IO Format:%I64d
& %I64u
Submit Status
Description
In your job at Albatross Circus Management (yes, it'...
分类:
其他好文 时间:
2014-07-15 22:43:34
阅读次数:
318
Balance
Time Limit: 1000MS
Memory Limit: 30000K
Total Submissions: 10241
Accepted: 6330
Description
Gigel has a strange "balance" and he wants to poise it. Actually, ...
分类:
其他好文 时间:
2014-07-15 22:42:22
阅读次数:
272
A - ACfun
Time Limit: 2000/1000MS (Java/Others) Memory Limit: 128000/64000KB (Java/Others)
SubmitStatus
Problem Description
题目链接点击打开链接
As a former ACMer, "AC" is a special abbreviated wor...
分类:
其他好文 时间:
2014-07-15 22:41:45
阅读次数:
235
H - Gold Coins(2.4.1)
Time Limit:1000MS Memory Limit:30000KB 64bit IO Format:%I64d & %I64u
Submit Status
Description
The king pays his loyal knight in gold coins. On the first ...
分类:
其他好文 时间:
2014-07-15 13:14:28
阅读次数:
275
小希的迷宫
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 25010 Accepted Submission(s): 7683
Problem Description
上次Gardon的迷宫...
分类:
其他好文 时间:
2014-07-15 13:13:12
阅读次数:
341
E - Speed Limit(2.1.1)
Time Limit:1000MS Memory Limit:30000KB 64bit IO Format:%I64d & %I64u
Submit Status
Description
Bill and Ted are taking a road trip. But the odometer in t...
分类:
其他好文 时间:
2014-07-15 12:42:21
阅读次数:
282
#python100例4.py#输入一个日期,判断这一天是一年中的第几天。importtime#print(time.strftime("%Y%m%d%H%M%S"))#当前时间#print(time.time())#当前时间的秒数,从1970年1月1日开始计算b=input("输入一个日期如(20121012):")#输入要计算的日期a=b[0:4]+‘0101‘#获取输入日期的..
分类:
编程语言 时间:
2014-07-15 12:19:38
阅读次数:
262
A - Red and Black(3.2.1)
Time Limit:1000MS Memory Limit:30000KB 64bit IO Format:%I64d
& %I64u
Submit Status
Description
There is a rectangular room, covered with square tiles...
分类:
其他好文 时间:
2014-07-15 10:28:09
阅读次数:
229