搜索资源列表
判断点集在多边形内部
- 此程序基于二分法的判断点集中的m个点是否在n边形内部.-dichotomy of this procedure based on the judgment of the focus points of m n whether the shape of the internal.
一个非常好用的Autocad工具集
- ********************************************************* * AyungerStudio AutoCAD-Tools 更新日期: 2010.02.01 * ********************************************************* 这是本人近年来独自开发的一个AutoCAD修改工具集合,现与各位共享,主要包括: 1、
Mandelbrot集的MPI并行实现
- Mandelbrot集Mandelbrot 集是复数平面上的点集,它是通过一个函数迭代计算得到的。其迭代函数为 ,其中Zk、Zk+1 分别为复数 Z= a+ bi的第k 次和k+1次迭代值,c为在复数平面上复数点,Z0 =0,z的幅度为sqrt (a2+b2),即向量的长度。对所有的复数平面上的复数点,按上述迭代公式计算直到其幅度>2或迭代次数达到指定限度。当Z的幅度> 2时,表明Z的值最终趋向于无穷大。
cdtall.tar
- Constraint Delaunay triangulations,用于剖分具有外部轮廓线或内部轮廓线的离散点集 -Constraint Delaunay triangulations, uses in to cut in half has exterior contour line or the internal contour line separate set of points
GPRS点击WAP实现排名
- 文章介绍了利用AT指令集进行计算机控制GPRS 模块上网并进行模拟操作. 对于WAP提高排名很有用.通过GPRS CDMA数据业务点击WAP网关实现排名(AT指令集).-article describes the use of AT instruction set computer control of the Internet and GPRS module mock operation. Right WAP increase in
判断点集在多边形内部
- 此程序基于二分法的判断点集中的m个点是否在n边形内部.-dichotomy of this procedure based on the judgment of the focus points of m n whether the shape of the internal.
nearpiont
- 最接近点对问题是求二维坐标中的点对问题,该算法是为了将平面上点集S线性分割为大小大致相等的2个子集S1和S2,我们选取一垂直线l:x=m来作为分割直线。其中m为S中各点x坐标的中位数。由此将S分割为S1={p∈S|px≤m}和S2={p∈S|px>m}。从而使S1和S2分别位于直线l的左侧和右侧,且S=S1∪S2 。由于m是S中各点x坐标值的中位数,因此S1和S2中的点数大致相等。 递归地在S1和S2上解最接近点对问题,我们
quickbag
- 快速求解离散点集的最小闭包,用于构建delaunay三角形中-discrete point set the minimum closure, used to build nodes Triangle
pointzxh
- 平面点集,距离最近的两个点,采用动态规划算法.内有详细说明-planar point set, the nearest two points, dynamic programming algorithm. Are described
testDelaunay
- 通过鼠标任意点击形成任意点集合,可进行delaunay三角网格剖分,对于初学网格剖分或者对网格剖分有困难的,是一个很好的学习源码。
delaunay_demo
- 网格组网程序,能将任意点集合,组成3角型网络,便于3维模型绘图-Mesh network procedures, can be any point set, composed of angle-3 network, 3-dimensional model to facilitate mapping
3DDocument
- 3D应用解决方案,包括人体头部参数化建模,空间点集可视化,各类模拟等。-3D application solutions, including the human head parametric modeling, spatial point set visualization, such as various types of simulation.
wodechengxudaima
- 在屏幕上选取点集,每四个点构成一个控制多边形,绘制贝塞尔曲线和赫米特曲线-Select the point on the screen sets, each of the four points form a control polygon, drawing Bezier curves and hermite curve
tubao
- 输入一个二维的点集数组,然后就能将此点集的边界算出来,点集的边界分为凸多边形边界和凹多边形边界,实现凸多边形和凹多边形边界类,任意一个都行!-Enter a two-dimensional array of point set, and then will be able to set boundaries calculated, the boundary point set is divided into convex polygon
chull_3dConvexHull
- 求空间点集的三维凸包。chull.cpp, chull.h。来自计算几何英文原著作者个人网站。-computer 3D convex hull of a set of points. The set of points are not on a same plane.
DEM1
- 生成Del aunay三角网的合成算法.算法不但继承了合成算法的优点,可根据实际的点集数目和运算环境,调节阀值,从而动态平衡时空性能-Del aunay triangulation to generate the synthesis algorithm. Algorithm not only inherits the advantages of synthesis algorithms can be set according to t
Graham
- 应用Graham算法查找散乱点集凸包,该程序演示了2D凸包的查找。按W键随机生成散乱点,并显示查找的最终凸包。-Find the convex of scatter points by graham algorithm. Press w key to generate random points, and the convex will be displayed.
Opencvtwo-dimensionalpoint
- 利用opencv编写的一段分割二维点集的程序代码-Opencv prepared using two-dimensional point set for some partition of the program code
面转换点集
- ArcEngine 实现shape面文件转换为点的集合 ArcEngine 实现shape面文件转换为点的集合(Shape face file conversion into a set of points)
dGro_PointM
- 牛人写的点集匹配技术,可以直接运行,目标点集搜索(point matching)