码迷,mamicode.com
首页 >  
搜索关键字:points    ( 1654个结果
GIS-012-ArcGIS JS API 绘图
NameDescription ARROW Draws an arrow. CIRCLE Draws a circle. DOWN_ARROW Draws an arrow that points down. ELLIPSE Draws an ellipse. EXTENT Draws an ext ...
分类:Windows程序   时间:2016-10-21 15:45:04    阅读次数:242
子数涵数·C语言——指针
一、什么是指针? 指针在百度的解释:是编程语言中的一个对象,利用地址,它的值直接指向(points to)存在电脑存储器中另一个地方的值。 也就是说,指针是用于指向某一内存单元。 简而化之,指针便是地址。 二、声明指针 1.方法:数据类型 *名称 初始化 2.例如: 3.注意:指针声明完一定要初始化 ...
分类:编程语言   时间:2016-10-19 20:23:59    阅读次数:182
基于HTML5 Canvas 实现矢量工控风机叶轮旋转
绘制自定义图形需要制定矢量类型为shape,并通过points的Array数组指定每个点信息, points以[x1, y1, x2, y2, x3, y3, ...]的方式存储点坐标。曲线的多边形可通过segments的Array数组来描述, segment以[1, 2, 1, 3 ...]的方式... ...
分类:Web程序   时间:2016-10-14 14:24:16    阅读次数:215
有理数的稠密性(The rational points are dense on the number axis.)
每一个实数都能用有理数去逼近到任意精确的程度,这就是有理数的稠密性。The rational points are dense on the number axis. ...
分类:其他好文   时间:2016-10-10 19:00:49    阅读次数:257
$x^2+y^2=c^2$
$x^2+y^2=c^2$ 每一个实数都能用有理数去逼近到任意精确的程度,这就是有理数的稠密性。The rational points are dense on the number axis. 每一个实数都能用有理数去逼近到任意精确的程度,这就是有理数的稠密性。The rational point ...
分类:其他好文   时间:2016-10-10 01:44:35    阅读次数:164
《Image Warping Using Few Anchor Points and Radial Function》论文实现
《Image Warping Using Few Anchor Points and Radial Functions》achive based OpenCv 、Eigen and Qt (vector blod) paper [paper Download](Image Warping Using... ...
分类:其他好文   时间:2016-10-09 13:23:12    阅读次数:191
Isolation-based Anomaly Detection
Anomalies are data points that are few and different. As a result of these properties, we show that, anomalies are susceptible to a mechanism called i ...
分类:其他好文   时间:2016-10-07 23:09:55    阅读次数:307
弱校联盟10.7 I. Special Squares(二维前缀和)
题目链接: I. Special Squares There are some points and lines parellel to x-axis or y-axis on the plane. If arbitrary chosen two lines parallel to x-axis a ...
分类:其他好文   时间:2016-10-07 20:21:05    阅读次数:262
hdu 4347 The Closest M Points (kd树)
hdu 4347 题意: 求k维空间中离所给点最近的m个点,并按顺序输出 。 解法: kd树模板题 。 不懂kd树的可以先看看这个 。 不多说,上代码 。 ...
分类:其他好文   时间:2016-10-06 00:21:24    阅读次数:195
1654条   上一页 1 ... 96 97 98 99 100 ... 166 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!