搜索资源列表
计算几何C语言描述
- 计算几何算法的C语言实现,还不错, 不过有些难度,感兴趣的朋友可以看看。-computational geometry algorithm C language, quite good, but some are more difficult, interested friends can see.
计算几何算法
- 计算几何常用算法,包括点是否在多边型中,判定两条直线是否相交,平面最近点对-computational geometry algorithm commonly used, including whether a multilateral type in determining whether the intersection of two straight, the nearest point on Plane
C++(Circle)
- 算法实现题1-2 平面几何问题 .问题描述: 试用C++ 的类来定义表示简单平面几何对象的抽象数据类型Geometry 。 (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0。 (2) 实现2 个构造函数:允许用1 个参数或2 个参数声明几何对象。用1 个参数r 声明 的几何对象为半径为r 的圆;用2 个参数r1 和r2 声明的几何对象为r1′r2 的矩形。所声明 的几何对象的中心在原点。 (3) 定义计算几何对象的面积,周长和对角
FortuneVoronoic
- fortune的算法实现voronoi图,用c#实现的.计算几何的一个有用的算法-fortune of algorithm threshold map, with the c #. A computational geometry algorithm useful
Hullproduce
- 计算几何中凸包的生成,也是计算机图形学中的一个重要的算法实现-convex geometry calculation packet generation, as well as computer graphics of an important algorithm
Cgeometry
- 计算几何基本算法-basic computational geometry algorithm
CircleGiftWrap
- 计算几何中,用VC++实现的求点集凸包的包裹算法-computational geometry, with VC point for the collection of parcels convex hull algorithm
Beachline
- 计算几何中求Voronoi图的海岸线算法,很漂亮的.-computational geometry seeking Voronoi diagram of coastline algorithm, very nice.
demo
- CGAL计算几何算法库
计算几何
- 计算几何大全,c++代码,内含点,直线,线段,圆,弧,多边形等求交,相互关系等等各种算法,对CAD等编程有很大帮助-computational geometry Daquan, c code, intron, straight line, circle, arc, polygon, etc. intersection, mutual relations, and so on various algorithms, such as the CAD program is very helpful
Voronoi.zip
- 求Voronoi图算法,Voronoi图是一个重要的计算几何算法。,Voronoi diagram
allfns
- 是由牛津大学VGG开发的三维重建开发包,其代码包括特征提取,单应矩阵计算,二视几何算法,多视几何的算法,是学习三维重建理论的好东西-code for reconstruction。 developed by VGG oxford
分治算法
- 君主和殖民者们所成功运用的分而治之策略也可以运用到高效率的计算机算法的设计过程中。本章将首先介绍怎样在算法设计领域应用这一古老的策略,然后将利用这一策略解决如下问题:最小最大问题、矩阵乘法、残缺棋盘、排序、选择和一个计算几何问题——找出二维空间中距离最近的两个点。 本章给出了用来分析分而治之算法复杂性的数学方法,并通过推导最小最大问题和排序问题的复杂性下限来证明分而治-monarchy and colonialists who have successfully used the divid
deleunay
- 用周陪德书上的计算几何与算法分析上的增量算法.很有帮助.三角剖分-Week to accompany the book with Germany on the computational geometry and algorithm analysis, the incremental algorithm. Helpful. Triangulations
cgal_manual.tar
- CGAL - Computational Geometry Algorithms Library (计算几何算法库)的html版开发手册-CGAL- Computational Geometry Algorithms Library (computational geometry algorithms library) the development of the html version of manual
computer
- 计算几何的基本算法实例,可以提供借鉴的方法-simple example of computer graphics
ComputationalGeometry
- 计算几何,介绍二维、三维的图像编程算法和矢量编程-This module discusses several algorithms that calculate various geometric properties, mostly based on only two operations described below: cross product and arctangent.
changyongsuanfa
- 一些简易算法实现,编程的初学者适用,高精度算法,简单计算几何算法-it s for the beginner
computationgeometry-
- 关于计算几何算法,对2D、3D几何算法做了介绍。-On computational geometry algorithms, 2D, 3D geometric algorithm is introduced.
扫描线算法求线段交点
- 利用经典的扫描线算法求两两相交的线段集交点。(Scan line algorithm for line set intersection points.)