Description Nemo is a naughty boy. One day he went into the deep sea all by himself. Unfortunately, he became lost and couldn't find his way home. The ...
分类:
其他好文 时间:
2016-11-06 16:59:12
阅读次数:
411
"Bella," I corrected him, with a smile. Bella我用笑容回应他。 "I'm Mike.""Hi, Mike.""Do you need any help finding your next class?""I'm headed to the gym, act ...
分类:
其他好文 时间:
2016-10-06 19:57:50
阅读次数:
176
Learning python for living. Success is finding satisfaction in giving a little more than you take. Someone During total postgraduate new term, purpose ...
分类:
编程语言 时间:
2016-09-18 21:55:36
阅读次数:
181
Bear and Finding Criminals There are n cities in Bearland, numbered 1 through n. Cities are arranged in one long row. The distance between cities i an ...
分类:
其他好文 时间:
2016-08-19 11:24:07
阅读次数:
199
题目地址: http://poj.org/problem?id=1314 题意: 给出一串的点,有些点可以构成正方形,请按照字符排序输出。 因为这道题的用处很大, 最近接触的cv 中的Rectangle Detection 中就有方法使用到了这个算法。 但实际中使用的算法还是暴力。 不过因为数据点较 ...
分类:
其他好文 时间:
2016-08-17 22:58:50
阅读次数:
178
Description After taking a modern art class, Farmer John has become interested in finding geometric patterns in everything around his farm. He careful ...
分类:
其他好文 时间:
2016-08-07 00:58:59
阅读次数:
332
题目地址:http://poj.org/problem?id=3175
思路: 若x.123....这个数字的平方是一个整数的话,那必然,sqr(x.124)>ceil(sqr(x.123))[ceil向上取整]。所以,可以从小到大枚举它的整数部分x,遇到的第一个满足结果的x,即为答案。
#include
#include
#include
#include
#include
usin...
分类:
其他好文 时间:
2016-08-01 19:42:17
阅读次数:
311
虽然没什么卵用,但还是要写,不然怎么毕业。 看资料的时候,从 Information-Centric Networking: Seeing the Forest for the Trees 跳到了 Finding a needle in Haystack: Facebook’s photo stor ...
分类:
其他好文 时间:
2016-07-25 16:16:53
阅读次数:
164
Description There are n cities in Bearland, numbered 1 through n. Cities are arranged in one long row. The distance between cities i and j is equal to ...
分类:
其他好文 时间:
2016-07-11 10:31:16
阅读次数:
183
Nginx's architecture The HTTP core module The server Logging Finding files Name resolution Client interaction Using limits to prevent abuse Restrictin ...
分类:
Web程序 时间:
2016-07-10 16:39:00
阅读次数:
192