搜索资源列表
No33
- 本章将首先介绍怎样在算法设计领域应用这一古老的策略,然后将利用这一策略解决如下问题:最小最大问题、矩阵乘法、残缺棋盘、排序、选择和一个计算几何问题——找出二维空间中距离最近的两个点。
No44
- 本章将首先介绍怎样在算法设计领域应用这一古老的策略,然后将利用这一策略解决如下问题:最小最大问题、矩阵乘法、残缺棋盘、排序、选择和一个计算几何问题——找出二维空间中距离最近的两个点。
计算几何
- 目录 ㈠ 点的基本运算 1. 平面上两点之间距离 1 2. 判断两点是否重合 1 3. 矢量叉乘 1 4. 矢量点乘 2 5. 判断点是否在线段上 2 6. 求一点饶某点旋转后的坐标 2 7. 求矢量夹角 2 ㈡ 线段及直线的基本运算 1. 点与线段的关系 3 2. 求点到线段所在直线垂线的垂足 4 3. 点到线段的最近点 4 4. 点到线段所在直线的距离 4 5. 点到折线集的最近距离 4 6. 判断圆是否在多边形内 5
geometry-1.5.source.tar
- 一个强大的开源的计算几何算法库,全称是: 提供了诸如:2D凸包,3D凸包,三角化等等著名的计算几何经典算法。库是基于C++的。 -(I plan to dedicate every edition of this software to someone famous who has influenced computers, mathematics, or science.) Version 1.0 of Geometry is dedicated to the father of A
Code_CalGeometryMath
- 常用计算几何算法,主要是点,线,面之间的关系以及距离等运算.为C语言实现-Computational geometry algorithm used mainly point, line and plane, as well as the relationship between the distance operator. For the C language
computation_geometry_lib
- 计算常见的几何算法问题, 参加竞赛常用的算法,都经过了测试,欢迎大家使用,C代码-computation geometry lib
geometry
- 列举了很多几何公式,是学习计算几何非常有用的东西-Listed a number of geometric formulas, computational geometry is very useful to learn something
computational_geometry
- 一些计算几何的算法,两点确定圆,判断点在多边形内,判断点在线段上,判断点在圆内,判断线段相交,判断线段在多边形内,球多变性重心,三点确定圆,寻找凸包-Algorithm of computational geometry
jsjh
- 计算几何基本模板,包括点线多边形等基本类型的定义以及一些基本算法。-The basic template computational geometry, including points, lines polygons and other basic types of definitions and some basic algorithms.
FortuneAlgorithmCcode
- 计算几何书籍中的Fortran代码,对学习计算几何有一定参考价值-computer geometry
suanfa
- 多边形问题是计算几何的基本问题之一,在许多领域均有应用.本文研究在平面中生成任意边的凸多边形的算法,讨论了随机生成凸多边形顶点坐标的算法思想.-Convex polygon problem is one of the basic problems of computational geometry, in many fields. In this paper, an arbitrary edge in the plane of the convex polygon generating algo
acm_code_ComputingGeometry
- acm计算几何模板,涵盖了包括hdu,pku,zju,fzu等评测平台的逾90个通过的计算几何代码。 适合想要学习计算几何的acmer.-acm computational geometry templates, covering hdu, pku, zju, fzu such as evaluation platforms, more than 90 adopted by the computational geometry code. Want to learn computatio
gdal-1.5.3
- gdal库,一些计算几何算法的实现,很经典-gdal library, a number of computational geometry algorithm, very classic
moban
- 计算几何算法模板!ACM专业人士提供!可用于解决各类计算几何算法问题,带注释。-Computational geometry algorithm template! ACM professionals! Can be used for various types of computational geometry algorithms to solve the problem, with comments.
ComputationalGeometry
- 计算几何概览 计算几何基本概念和常用算法-Overview of computational geometry computational geometry concepts and commonly used algorithms
ComputationalGeometry
- 计算几何方面的英文优秀教程,主要讲解了最短路径问题。-A very useful study material about computational geometry.
ComputationalGeometryStudyMaterial(Chinese)
- 非常翔实的计算几何学习材料,综合了所有基本概念和算法。-A very useful study material of computational geometry.
FROG
- 电磁计算 几何光学 计算电磁学 几何光学法 程序-computational electromagnetic GO
CFB
- 从数学类型分,数值运算的研究领域包括数值逼近、数值微分和数值积分、数值代数、最优化方法、常微分方程数值解法、积分方程数值解法、偏微分方程数值解法、计算几何、计算概率统计等-Types of points from mathematics, numerical computing research areas include numerical approximation, numerical differentiation and numerical integration, numerical
cgal-lib
- C++计算几何函数库,包括点的基本运算,线段及直线的基本运算,多边形常用算法模块等-C + + computational geometry library, including the basic operations of the point, line, and linear basic computing polygon commonly used algorithm module