码迷,mamicode.com
首页 >  
搜索关键字:angle    ( 299个结果
halcon 模板匹配 -- 转化 vector_angle_to_rigid
********************************模板匹配 ********************create_shape_model创建模板,这个函数有许多参数,其中金字塔的级数由Numlevels指定,值越大则找到物体的时间越少,AngleStart和AngleExtent决定可 ...
分类:其他好文   时间:2016-09-19 11:40:40    阅读次数:1366
Linux workqueue疑问【转】
转自:http://blog.csdn.net/angle_birds/article/details/9387365 workqueue是一个内核线程,不过队列中的任务并不是线程. 中断肯定不行啊,长时间中断肯定会崩溃啊。 你可以flush workqueue来试试。 我还不太了解你做的这个。 追 ...
分类:系统相关   时间:2016-09-07 00:59:39    阅读次数:323
ul li 好友列表
<div class="col-md-4 mt"> <div class="friend-list"> <h4 class="title" id="fri-title"><i class="fa fa-angle-down" id="i-icon"></i>选择收件人</h4> <ul class= ...
分类:其他好文   时间:2016-08-29 17:48:54    阅读次数:282
UVAlive 7366 Brocard(二分+计算几何)
题目地址:https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=5388 思路:二分Brocard angle设为rad,将两条边(AB,BC)按该角度旋转,求出两条边的交点P,判断CA与CP所成角度ang是否等于该角度,若rad>ang则rad...
分类:其他好文   时间:2016-08-21 21:25:12    阅读次数:205
HDU 3532 Max Angle(计算几何——极角排序)
传送门 Max AngleTime Limit: 4000/2000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 704    Accepted Submission(s): 253Problem Description Given many points in a plan...
分类:编程语言   时间:2016-08-04 16:24:53    阅读次数:236
iOS角度与弧度转换
在iOS中图片的旋转单位为弧度而不是角度,所以经常会在两者之间进行转换弧度转角度#define RADIANS_TO_DEGREES(radians) ((radians) * (180.0 / M_PI))角度转弧度#define DEGREES_TO_RADIANS(angle) ((angle... ...
分类:移动开发   时间:2016-07-23 11:59:00    阅读次数:301
Lua实现angle角
Lua自己实现angle角...
分类:其他好文   时间:2016-07-19 10:17:35    阅读次数:127
atan函数与atan2函数
atan函数:传送门。 atan2函数:传送门。 atan 和 atan2 都是求反正切函数,如:有两个点 point(x1,y1), 和 point(x2,y2); 那么这两个点形成的斜率的角度计算方法分别是: float angle = atan( (y2-y1)/(x2-x1) ); 或 fl ...
分类:其他好文   时间:2016-07-12 19:34:36    阅读次数:118
Android中的Shape使用总结
solid:填充android:color指定填充的颜色 gradient:渐变android:startColor和android:endColor分别为起始和结束颜色, android:angle是渐变角度,必须为45的整数倍。另外渐变默认的模式为android:type="linear",即线 ...
分类:移动开发   时间:2016-07-11 15:24:23    阅读次数:196
Cosine Similarity
Cosine similarity is a measure of similarity between two vectors of an inner product space that measures the cosine of the angle between them. The cos ...
分类:其他好文   时间:2016-07-01 06:40:05    阅读次数:161
299条   上一页 1 ... 13 14 15 16 17 ... 30 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!