码迷,mamicode.com
首页 >  
搜索关键字:time    ( 52982个结果
HPUOJ1294 A1 = ?
A1 = ? Time Limit: 5000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 5300    Accepted Submission(s): 3359 Problem Description 有如下方程:Ai = (Ai-1 + ...
分类:其他好文   时间:2015-01-16 16:46:14    阅读次数:150
openwrt time sycronize
三行命令搞定这个。 opkg update opkg install ntpclient ntpclient -s -c 0 -h ntp.sjtu.edu.cn 最后把这个 放到 rc.local 里, 每次启动 都会更细系统时间 ntpclient -s -c 0 -h ntp.sjtu.e.....
分类:其他好文   时间:2015-01-16 16:31:29    阅读次数:142
leetcode------Min Stack
标题:Min Stack通过率:15.2%难度:简单Design a stack that supports push, pop, top, and retrieving the minimum element in constant time.push(x) -- Push element x o...
分类:其他好文   时间:2015-01-16 16:26:28    阅读次数:156
Factorial Trailing Zeroes
Given an integern, return the number of trailing zeroes inn!.Note:Your solution should be in logarithmic time complexity.最初想法是计算里面能被5整除的数字的个数(因为能被2整除的...
分类:其他好文   时间:2015-01-16 16:25:27    阅读次数:130
shell脚本事例--获取当前日期的前一天日期
记录一个shell脚本事例,事例中包括shell的一些语法(函数定义、表达式运算、if、case...)#!/bin/sh#获取当前时间RUN_TIME=`date +%H%M%S`#取当前日期前一天get_ydate(){ #设置当前年月日 TODAY=`date +%Y%m%d` month=`...
分类:系统相关   时间:2015-01-16 16:24:42    阅读次数:306
python分析日志脚本
1 #!/usr/bin/env python 2 # coding:utf-8 3 4 import sys,time 5 6 class DisplayFormat(object): 7 8 def format_size(self,size): 9 ...
分类:编程语言   时间:2015-01-16 16:13:26    阅读次数:251
hdu 2066 一个人的旅行(迪杰斯特拉)
【科普】什么是BestCoder?如何参加? 一个人的旅行 Time Limit: 1000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 20622    Accepted Submission(s): 7210 Problem...
分类:其他好文   时间:2015-01-16 14:48:23    阅读次数:163
js二级导航
js写二级导航要点1.ul li2.js获取元素3.setInterval(function(),time);代码如下 1 11 12 13 14 一级菜单15 16 二级菜单17 ...
分类:Web程序   时间:2015-01-16 14:19:42    阅读次数:236
Hello Giraph
Apache Giraph http://blog.cloudera.com/blog/2014/02/how-to-write-and-run-giraph-jobs-on-hadoop/ http://blog.cloudera.com/blog/2014/05/how-to-manage-time-dependent-multilayer-networks-in-apache-hadoo...
分类:其他好文   时间:2015-01-16 13:09:18    阅读次数:813
POJ 3259 Wormholes (bellman_ford算法判负环)
Wormholes Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 32393   Accepted: 11771 Description While exploring his many farms, Farmer John has discovered...
分类:编程语言   时间:2015-01-16 13:07:27    阅读次数:320
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!