Welcome![Sign In][Sign Up]
Location:
Search - Computational Geometry in

Search list

[Special EffectsComputational Geometry in C Ccode2.tar

Description: 计算几何c语言实现 第二版 的源代码。对于计算机图形学的学习有一定的益处。-computational geometry c language second edition of the source code. For the study computer graphics have certain benefits.
Platform: | Size: 57027 | Author: 李利华 | Hits:

[Other resourceCcode2.tar

Description: 是Computational Geometry in C中的原程序-of Computational Geometry C in the original program
Platform: | Size: 57027 | Author: geocug | Hits:

[Other resourcechull

Description: Computational Geometry in C 书中的源代码 生成三维凸包-Computational Geometry book in the C source code generated 3D convex hull
Platform: | Size: 8970 | Author: wuxsren | Hits:

[Other resourceconvconv

Description: 非常好的一本书 Computational Geometry in C 中的源代码 关于多变形的算法-a very good book Computational Geometry in C source code on the deformation of the multi-algorithm
Platform: | Size: 5345 | Author: 范生宏 | Hits:

[SourceCodeGEOMPACK is a set of routines for certain computational geometry problems. In particular, it can compute the Voronoi dia

Description: GEOMPACK is a set of routines for certain computational geometry problems. In particular, it can compute the Voronoi diagram, and the Delaunay triangulation, of a set of points in the plane.
Platform: | Size: 87261 | Author: followtimeliu | Hits:

[Graph Recognize2D

Description: C code for "Computational Geometry in C (Second Edition)": Code function Chapter pointer directory ----------------------------------------------------- Triangulate Chapter 1, Code 1.14 /tri Convex Hull(2D) Chapter 3, Code 3.8 /graham Convex Hull(3D) Chapter 4, Code 4.8 /chull sphere.c Chapter 4, Fig. 4.15 /sphere Delaunay Triang Chapter 5, Code 5.2 /dt SegSegInt Chapter 7, Code 7.2 /segseg Point-in-poly Chapter 7, Code 7.13 /inpoly Point-in-hedron Chapter 7, Code 7.15 /inhedron Int Conv Poly Chapter 7, Code 7.17 /convconv Mink Convolve Chapter 8, Code 8.5 /mink Arm Move Chapter 8, Code 8.7 /arm-C code for "Computational Geometry in C (Second Edition)": Code function Chapter pointer directory----------------------------------------------------- Triangulate Chapter 1, Code 1.14 /tri Convex Hull(2D) Chapter 3, Code 3.8 /graham Convex Hull(3D) Chapter 4, Code 4.8 /chull sphere.c Chapter 4, Fig. 4.15 /sphere Delaunay Triang Chapter 5, Code 5.2 /dt SegSegInt Chapter 7, Code 7.2 /segseg Point-in-poly Chapter 7, Code 7.13 /inpoly Point-in-hedron Chapter 7, Code 7.15 /inhedron Int Conv Poly Chapter 7, Code 7.17 /convconv Mink Convolve Chapter 8, Code 8.5 /mink Arm Move Chapter 8, Code 8.7 /arm
Platform: | Size: 67584 | Author: Mark | Hits:

[Special EffectsComputational Geometry in C Ccode2.tar

Description: 计算几何c语言实现 第二版 的源代码。对于计算机图形学的学习有一定的益处。-computational geometry c language second edition of the source code. For the study computer graphics have certain benefits.
Platform: | Size: 57344 | Author: 李利华 | Hits:

[Special Effects计算几何算法

Description: 计算几何常用算法,包括点是否在多边型中,判定两条直线是否相交,平面最近点对-computational geometry algorithm commonly used, including whether a multilateral type in determining whether the intersection of two straight, the nearest point on Plane
Platform: | Size: 3072 | Author: 徐灵奇 | Hits:

[OtherComputationalgeometryinC

Description: 非常好的一本书 Computational Geometry in C djvu格式-a very good book Computational Geometry in C format djvu
Platform: | Size: 4044800 | Author: industry pho | Hits:

[Data structsACM_Code

Description: 包括计算几何、特殊数据结构、组合数学等知识点的代码。每个代码对应一道ACM试题,根据代码头说明找到题目具体来源,比如POJ 2050。来自NUAA ACM校队,ACM比赛必备!-Include computational geometry, special data structure, combinatorial mathematics and other knowledge-point code. Each code corresponds to ACM questions together, in accordance with the code first note to find the topic specific sources, such as POJ 2050. NUAA ACM from the school team, ACM must match!
Platform: | Size: 154624 | Author: yesrush | Hits:

[Data structsSegmentTree

Description: 线段树是在计算几何领域非常重要的一种数据结构,常在各大ACM比赛中现身,本文由浅入深,用往年经典的ACM题目来介绍这个强大数据结构-Segment tree is in the field of computational geometry is very important as a data structure, often in major competitions ACM show, this article easy-to-digest, ACM with a classic topic in previous years to introduce this powerful data structure
Platform: | Size: 222208 | Author: sql | Hits:

[Special EffectsGeometry(C)

Description: 计算几何(C描述)第二版教材的配套程序,用C语言实现了本书的主要算法.-Computational geometry (C described) in the second edition of materials matching procedures, using C language to achieve the book
Platform: | Size: 77824 | Author: 陈新文 | Hits:

[JSP/Javamesh_applet

Description: Create a Delaunay triangulation or Voronoi diagram by clicking points. Delaunay triangulations and Voronoi diagrams are among the most widely used data structures in the field of Computational Geometry. These are Java-oriented source codes.
Platform: | Size: 11264 | Author: cstar | Hits:

[ActiveX/DCOM/ATLCcode2

Description: Computational Geometry in C 的源码-《Computational Geometry in C》 source code
Platform: | Size: 69632 | Author: 刘雪 | Hits:

[Othercomputationalgeometry

Description: 计算几何,英文版,写的十分详细,适合初学者入门学习,老手也可丛中学到不少知识-Computational geometry, English, written in great detail, suitable for beginners study entry, a pair of veterans may also learn a lot of knowledge
Platform: | Size: 2813952 | Author: ryan | Hits:

[ActiveX/DCOM/ATLDevelopers_manual.tar

Description: CGAL - Computational Geometry Algorithms Library(计算几何算法库)的开发者手册 -CGAL- Computational Geometry Algorithms Library (computational geometry algorithms library) developer manual
Platform: | Size: 115712 | Author: snow | Hits:

[OtherComputational-Geometry-in-C

Description: 这个是计算图形学的电子书,判断程序的主体算法是出自这本书的第七章的。主要是采用的是向量的算法。实用性比较强的,比如和蒙特卡洛算法结合起来计算任意多面体体积。-This is a calculation of graphics books, and procedures for determining the main algorithm is the seventh chapter from this book. Is mainly used in the algorithm of the vector. Strong practical, such as Monte Carlo algorithm combined to calculate the volume of any polyhedron.
Platform: | Size: 4047872 | Author: fuhaiyang | Hits:

[OtherAlgorithms-of-Computational-Geometry

Description: 较详细地介绍了基础计算几何。具体分块介绍了线段求交、多边形三角剖分、线性规划、正交区域查找、Delaunay三角剖分、凸包、空间二分、四叉图等相关知识。 -Introduces in detail the basic computational geometry. Concrete block describes the line segment intersection, polygon triangulation, linear programming, orthogonal range search, Delaunay triangulation, convex hull, space two points, four fork graph and related knowledge.
Platform: | Size: 3695616 | Author: 将为人父 | Hits:

[Data structsComputational-geometry

Description: 2014年北京大学暑假公开课算法讲解课件之计算几何,讲解详细,分析透彻-2014 Peking University summer open class of computational geometry algorithms to explain courseware, to explain in detail, thorough analysis
Platform: | Size: 12094464 | Author: 小明 | Hits:

[Software Engineeringcomputational-geometry-in-cPP

Description: 讲述计算几何的基本原理,基本定理,基本算法以及用c++来实现-computational geometry and Computational graphics in c++
Platform: | Size: 11405312 | Author: bingrui li | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net