SIFT尺度不变特征 D. Lowe. Distinctive image features from scale-invariant key points, IJCV 2004 -Lecture 05 - Scale-invariant Feature Transform (SIFT) - htt ...
分类:
其他好文 时间:
2017-05-29 14:06:05
阅读次数:
389
Nuske vs Phantom Thnook Time limit : 4sec / Memory limit : 256MB Score : 700 points Problem Statement Nuske has a grid with N rows and M columns of sq ...
分类:
其他好文 时间:
2017-05-28 20:15:12
阅读次数:
231
动态标绘API 1.1版本号。相较前一版本号1.0(点击进入)。该版本号提供标绘符号的编辑功能。编辑功能包含两种编辑状态:编辑控制点。对标绘符号进行旋转、八方向拉伸、平移。编辑控制点例如以下图所看到的: 对标绘符号进行旋转、八方向拉伸、平移,例如以下图所看到的: 代码演示样例private var ...
最近无意中拓展出这个东西,基于之前写的2D多边形检测: http://www.cnblogs.com/hont/p/6105997.html 而判断两条线相交的方法也替换成了我后来写的差乘判断: http://www.cnblogs.com/hont/p/6106043.html 应用还是比较广泛的 ...
分类:
其他好文 时间:
2017-05-28 11:44:57
阅读次数:
249
Given the coordinates of four points in 2D space, return whether the four points could construct a square. The coordinate (x,y) of a point is represen ...
分类:
其他好文 时间:
2017-05-28 00:29:39
阅读次数:
163
题目链接:hdu 4717 The Moving Points 题意: 在二维平面上有n个点,每个点给出移动的方向和速度。 问在某个时刻,这些点中最大距离最小是多少,输出时刻和距离。 题解: 我们可以知道,每个点对的距离要么是单调递增,要么是有一个峰的函数。 举例画一下可知道合成的这个函数最多只有一 ...
分类:
其他好文 时间:
2017-05-26 23:35:18
阅读次数:
264
CCDirector类是Cocos2D-x游戏引擎的核心。它用来创建而且控制着屏幕的显示,同一时候控制场景的显示时间和显示方式。 在整个游戏里一般仅仅有一个导演。游戏的開始、结束、暂停都会调用CCDirector类的方法。CCDirector类具有例如以下功能。 初始化OpenGL会话。设置Open ...
分类:
其他好文 时间:
2017-05-25 19:03:54
阅读次数:
245
Important point:During the iniitialize, the top or left side, if one grid is BLOCK, the rest of those points are all blocked. ...
分类:
其他好文 时间:
2017-05-25 09:57:36
阅读次数:
148
7001. Visible Lattice Points Problem code: VLATTICE Consider a N*N*N lattice. One corner is at (0,0,0) and the opposite one is at (N,N,N). How many la ...
分类:
其他好文 时间:
2017-05-23 14:26:33
阅读次数:
179
D - 3N Numbers Time limit : 2sec / Memory limit : 256MB Score : 500 points Problem Statement Let N be a positive integer. There is a numerical sequenc ...
分类:
其他好文 时间:
2017-05-21 14:45:20
阅读次数:
256