What made something precious? Losing it and finding it. 一件东西怎样才会变得珍贵无比?先弄丢了它,然后又找到了。 A short time ago, I read a quote from Romain Rolland, it goes as ...
分类:
其他好文 时间:
2018-03-03 17:03:50
阅读次数:
169
Learning Goals: Understand the challenges of Object Localization, Object Detection and Landmark Finding Understand and implement non-max suppression U ...
分类:
Web程序 时间:
2018-02-07 21:31:41
阅读次数:
257
Finding Lane Lines on the Road The goals / steps of this project are the following: Make a pipeline that finds lane lines on the road Reflect on your ...
分类:
其他好文 时间:
2018-02-06 12:56:37
阅读次数:
235
难度:β 建议用时:40 min 实际用时:1 h 题目:🔗 代码:🔗 这题我又是在很短时间 A 过去。 因为我又看别人的题解了。 这题用 DFS 搜索,剪枝没什么的。 搜索方案就是从一个固定点开始往下往右(根据我自己的坐标系来看)拉出一个矩型,然后判断有几个队长,符不符合队长要求的人数条件,然 ...
分类:
其他好文 时间:
2018-01-31 00:52:54
阅读次数:
261
I was wanting to be able to iterate through each of my ListViews sub items and get the value from each. I have tried various things but am finding it ...
分类:
其他好文 时间:
2017-12-05 00:57:14
阅读次数:
154
Love means finding the beauty in someone's imperfections. 爱情就是在那个人的不完美中找到美。 Our mate isn't actually perfect, but if we want to build a healthy relatio ...
分类:
其他好文 时间:
2017-11-11 00:36:44
阅读次数:
189
题解:这个题和ccpc网络赛里的计算几何题一样,用的是笛卡尔定理的推论,即平面内有4个圆,他们的曲率满足(k1+k2+k3+k4)^2=2*(k1^2+k2^2+k3^2+k4^2) k代表的是圆的曲率(1/R)。根据这个结论,你可以列出一个一元二次方程,然后解出二元一次方程就可以了。注意不要用公式 ...
分类:
其他好文 时间:
2017-10-17 21:46:41
阅读次数:
179
地址:https://nanti.jisuanke.com/t/17314 题目: Three circles C_{a}C?a??, C_{b}C?b??, and C_{c}C?c??, all with radius RR and tangent to each other, are loca ...
分类:
其他好文 时间:
2017-10-04 00:19:05
阅读次数:
309
题意:给你三个半径相同的圆,它们切在一起,然后让你往缝里一个一个地塞圆,问你塞到第k个的半径是多少。 就把上面那两个圆的切点当成反演中心,然后会反演成这个样子,两个平行直线和一个圆。 然后就是往那个圆上面再塞圆,然后反演回去算面积就行了。 ...
分类:
其他好文 时间:
2017-09-24 20:24:43
阅读次数:
175