Period of an Infinite Binary Expansion
Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u
Submit Status Practice POJ
3358
Appoint description:
System Crawler (201...
分类:
其他好文 时间:
2015-04-11 13:18:57
阅读次数:
148
1.安装gcc,gcc-c++以及pcre库zlib库Openssl库。2.内核参数的优化,修改/etc/sysctl.conffs.file-max = 999999net.ipv4.tcp_tw_reuse = 1net.ipv4.tcp_keepalive_time = 600net.ipv4...
分类:
其他好文 时间:
2015-04-11 11:34:33
阅读次数:
114
疯狂的进制转换II
Time Limit: 1000 MS
Memory Limit: 32768 K
Total Submit: 309(196 users)
Total Accepted: 219(193 users)
Rating:
Special Judge: No
...
分类:
其他好文 时间:
2015-04-11 10:26:04
阅读次数:
135
【项目4-静态成员应用】
设计含有静态数据成员和成员函数的Time类。静态数据成员是类中所有的对象共有的数据,在下面的设计中,时钟要采用12小时制,还是要使用24小时制,显示时,不足两位的数字前是否前导0,都是“影响全局”的设置,适合作为类中的静态数据成员。
[cpp] view
plaincopyprint?
class Time{
p...
分类:
其他好文 时间:
2015-04-11 10:24:12
阅读次数:
151
【项目4-静态成员应用】
设计含有静态数据成员和成员函数的Time类。静态数据成员是类中所有的对象共有的数据,在下面的设计中,时钟要采用12小时制,还是要使用24小时制,显示时,不足两位的数字前是否前导0,都是“影响全局”的设置,适合作为类中的静态数据成员。
[cpp] view
plaincopyprint?
class Time{
p...
分类:
其他好文 时间:
2015-04-11 10:23:14
阅读次数:
141
1070: [SCOI2007]修车Time Limit: 1 SecMemory Limit: 162 MBSubmit: 2785Solved: 1110[Submit][Status][Discuss]Description同一时刻有N位车主带着他们的爱车来到了汽车维修中心。维修中心共有M位技...
分类:
其他好文 时间:
2015-04-11 10:17:52
阅读次数:
183
Color Me Less
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 31449
Accepted: 15309
Description
A color reduction is a mapping from a set of discrete color...
分类:
其他好文 时间:
2015-04-11 09:04:27
阅读次数:
122
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=5230
题面:
Elevator
Time Limit: 2 Seconds Memory Limit: 65536 KB
How time flies! The graduation of this year is aroun...
分类:
其他好文 时间:
2015-04-11 09:03:02
阅读次数:
117
python 爬虫爬取美女图片
#coding=utf-8
import urllib
import re
import os
import time
import threading
def getHtml(url):
page = urllib.urlopen(url)
html = page.read()
return html
def getImg...
分类:
编程语言 时间:
2015-04-11 09:02:27
阅读次数:
226
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=5274
题面:
Access System
Time Limit: 2 Seconds Memory Limit: 65536 KB
For security issues, Marjar University has an a...
分类:
数据库 时间:
2015-04-11 09:02:14
阅读次数:
240