码迷,mamicode.com
首页 >  
搜索关键字:time    ( 52982个结果
poj2301
Beat the Spread!Time Limit:1000MSMemory Limit:65536KTotal Submissions:17794Accepted:8484DescriptionSuperbowl Sunday is nearly here. In order to pass t...
分类:其他好文   时间:2014-06-24 10:53:44    阅读次数:203
[LeetCode OJ]-Climbing Stairs
You are climbing a stair case. It takesnsteps to reach to the top.Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb...
分类:其他好文   时间:2014-06-24 10:22:48    阅读次数:214
Python破解协议密码
程序仅供学习。 1 #!/usr/bin/python 2 import os 3 import time 4 ip=raw_input("Enter the ip,example: 192.168.1.0-254:\n") 5 service = raw_input("Enter the Ser....
分类:编程语言   时间:2014-06-24 08:52:55    阅读次数:489
mtime,ctime,atime
在学习makefile的时候涉及到修改时间,对于mtime,ctime,atime三个时间之间有啥区别呢??atime - access time mtime - if modify timectime - of change timels -luTo view ctimels -lcTo vi.....
分类:其他好文   时间:2014-06-23 07:58:14    阅读次数:246
Traversal with a for loop
A lot of computations involve processing a string one character at a time. Often they start at the beginning, select each character in turn, do someth...
分类:其他好文   时间:2014-06-23 07:19:02    阅读次数:257
coal mining industry
the coal industry may reverse its decline in 2014. Coal stockpiles have disappeared at a faster clip than at any time in the past decade due to cold w...
分类:其他好文   时间:2014-06-23 07:01:07    阅读次数:235
awk多个数组的使用
#!/bin/bashawk 'BEGIN{printf "%-60s %-10s %-10s %-10s\n","url","count","time","avg_time"}$NF ~ /^[0-9]/{c1[$11]+=$NFc2[$11]++}END{for(b in c2) { fo...
分类:其他好文   时间:2014-06-22 23:56:33    阅读次数:382
hust 1347 - Reverse Number
题目描述Given a non-negative integer sequence A with length N, you can exchange two adjacent numbers each time. After K exchanging operations, what’s the ...
分类:其他好文   时间:2014-06-22 23:36:42    阅读次数:232
JSOI2007建筑抢修
实际上和大多这类题一样(比如wikioi上的地鼠游戏),考察的都是堆的操作这次改完之后就算把堆的模版定下来了悲剧的是:大根堆打成了小根堆,导致一开始一直是10分……按结束时间排序,(经过验证,结束时间相同的建筑不需要在根据t的大小来排序)如果time+t[i]>1; 8 while k>=1 ...
分类:Web程序   时间:2014-06-21 16:02:49    阅读次数:352
Jquery延迟函数
1.setInterval(function(){},[time])示例:这是一个模拟进度条的代码,结束后转向另一页面。 0' ...
分类:Web程序   时间:2014-06-21 15:12:28    阅读次数:286
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!