码迷,mamicode.com
首页 >  
搜索关键字:finding    ( 259个结果
Finding Nemo_BFS
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
Chapter 1 First Sight——34
"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
Python001
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
CodeForce 680B - Bear and Finding Criminals
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
poj-1314 Finding Rectangles
题目地址: http://poj.org/problem?id=1314 题意: 给出一串的点,有些点可以构成正方形,请按照字符排序输出。 因为这道题的用处很大, 最近接触的cv 中的Rectangle Detection 中就有方法使用到了这个算法。 但实际中使用的算法还是暴力。 不过因为数据点较 ...
分类:其他好文   时间:2016-08-17 22:58:50    阅读次数:178
bzoj2592: [Usaco2012 Feb]Symmetry
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
POJ 3175 Finding Bovine Roots(思路)
题目地址: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
没什么卵用的 ICN 论文
虽然没什么卵用,但还是要写,不然怎么毕业。 看资料的时候,从 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
D - Bear and Finding Criminals
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
Master Nginx(6) - The Nginx HTTP Server
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
259条   上一页 1 ... 11 12 13 14 15 ... 26 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!