从事算法设计应当熟悉的资源。 22.1算法库www.algorist.com 22.1.1 LEDALEDA,高效数据类型与C++算法库,可能是支持组合计算的最好唯一资源。(https://www.algorithmic-solutions.com/) 22.1.2 CGAL计算几何算法库或CGAL ...
分类:
编程语言 时间:
2021-06-13 09:27:30
阅读次数:
0
CGAL Polygon mesh processing named parameters cgal文档见:https://doc.cgal.org/latest/Polygon_mesh_processing/group__pmp__namedparameters.html 本文对named pa ...
分类:
其他好文 时间:
2020-06-20 13:46:43
阅读次数:
56
1 Introduction A polygon is a closed chain of edges. Several algorithms are available for polygons. For some of those algorithms, it is necessary that ...
分类:
其他好文 时间:
2018-12-31 10:22:34
阅读次数:
215
[toc] 1. 背景 本应用基于CGAL中的Delaunay进行三角网构建, 通过PyQt5和vtk进行界面展示 1.1 CGAL CGAL是Computational Geometry Algorithms Library(计算几何算法库)的缩写,用C++语言提供高效、可靠的算法库。被广泛应用于 ...
分类:
其他好文 时间:
2018-11-30 22:41:22
阅读次数:
713
1 Introduction Modular arithmetic is a fundamental tool in modern algebra systems. In conjunction with the Chinese remainder theorem it serves as the ...
分类:
其他好文 时间:
2018-11-16 17:32:09
阅读次数:
214
环境:Microsoft Win7 SP1 Visual Studio 2015 SP3 参考: https://blog.csdn.net/milkpku/article/details/50241361 https://www.cnblogs.com/lihao102/archive/2013/ ...
分类:
其他好文 时间:
2018-11-12 17:28:08
阅读次数:
227
CGAL简介和相关概念,包括说明CGAL的功能的例子,功能和Traits,概念和模型 ...
分类:
其他好文 时间:
2018-11-12 12:06:20
阅读次数:
158
CGAL 4.13 - Number Types 1 Introduction(介绍:略) 2 Built-in Number Types(内置类型) The built-in number types float, double and long double have the required ...
分类:
其他好文 时间:
2018-11-11 12:53:39
阅读次数:
182
1.CGAL,Computational Geometry Algorithms Library,计算几何算法库,设计目标是,以C++库的形式,提供方便,高效,可靠的几何算法。CGAL可用于各种需要几何计算的领域,如计算机图形学,科学可视化,计算机辅助设计和建模,地理信息系统,分子生物学,医学成像, ...
分类:
编程语言 时间:
2017-11-10 10:50:06
阅读次数:
220
CGAL带岛多边形三角化,并输出(*.ply)格式的模型 模型输出的关键是节点和索引 #include <CGAL/Triangulation_vertex_base_with_id_2.h>#include <CGAL/Triangulation_face_base_with_info_2.h> ...
分类:
其他好文 时间:
2017-10-28 12:49:21
阅读次数:
766