码迷,mamicode.com
首页 >  
搜索关键字:time    ( 52982个结果
HDU1753—大明A+B(大正小数相加)
大明A+B Time Limit: 3000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 9105    Accepted Submission(s): 3235 Problem Description 话说,经过了漫长的一个多月,小明已经成长了许多,...
分类:其他好文   时间:2015-01-06 10:01:38    阅读次数:216
[LeetCode#81]Search in Rotated Sorted Array II
The problem:Follow up for "Search in Rotated Sorted Array":What ifduplicatesare allowed?Would this affect the run-time complexity? How and why?Write a...
分类:其他好文   时间:2015-01-06 09:42:10    阅读次数:185
bzoj 3065: 带插入区间K小值 替罪羊树 && AC300
3065: 带插入区间K小值Time Limit: 60 SecMemory Limit: 512 MBSubmit: 1062Solved: 253[Submit][Status]Description从前有n只跳蚤排成一行做早操,每只跳蚤都有自己的一个弹跳力a[i]。跳蚤国王看着这些跳蚤国欣欣向...
分类:其他好文   时间:2015-01-06 00:40:13    阅读次数:409
thinkphp3.2导出
public function test() { set_time_limit(0); ini_set('memory_limit', '500M'); //导入PHPExcel类库,因为PHPExcel没有用命名空间,只能inport导入 ...
分类:Web程序   时间:2015-01-05 21:41:05    阅读次数:137
poj 3279 Fliptile(二进制暴力)
Fliptile Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 3629   Accepted: 1400 Description Farmer John knows that an intellectually satisfied cow is a happy ...
分类:其他好文   时间:2015-01-05 18:52:25    阅读次数:133
MySQL schema和binary log磁盘空间趋势分析
Author:Skate Time:2015/01/05   MySQL schema和binary log磁盘空间趋势分析 [root@skatedb55 dist]# ./mysqlsize  --help usage: Database diskspace usage v0.1 ,(C) Copyright Skate 2014        [-h] [--load LOAD]...
分类:数据库   时间:2015-01-05 18:50:17    阅读次数:237
[LeetCode]Find Minimum in Rotated Sorted Array II
Follow up for "Find Minimum in Rotated Sorted Array": What if duplicates are allowed? Would this affect the run-time complexity? How and why? Suppose a sorted array is rotated at some pivot u...
分类:其他好文   时间:2015-01-05 18:49:03    阅读次数:105
HDOJ 排序(pow函数的调用值及返回值类型)
注:pow函数包含在头文件math.h中,pow(a,b)既表示a的b次幂。pow函数的调用值与返回值都为浮点型,       既double N=pow(double a,double b)或float N(float a,float b)。 例题: 排序 Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/...
分类:编程语言   时间:2015-01-05 18:43:26    阅读次数:235
Linux硬件时钟和系统时钟设置
Linux时钟分为系统时钟(System Clock)和硬件时钟(Real Time Clock,简称RTC)。系统时钟是指当前Linux Kernel中的时钟;而硬件时钟则是主板上由电池供电的时钟,硬件时钟可以在BIOS中进行设置。当Linux启动时,系统时钟会去读取硬件时钟的设置,然后系统时钟就会独立于硬件时钟运作。         Linux关于时间的设置的shell命令有date...
分类:系统相关   时间:2015-01-05 16:41:56    阅读次数:246
python 中socket.error: [Errno 10022]
在用python中的socket模块进行udp变成时 , 一直出现这个错误 下面先把错误代码贴出来 server: import socket import random,time s = socket.socket(socket.AF_INET , socket.SOCK_DGRAM) host = '127.0.0.1' port = 21567 addr = (host , port...
分类:编程语言   时间:2015-01-05 16:39:09    阅读次数:353
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!