摘要:
Introduction The goal of the 3D spherical kernel is to offer to the user a large set of functionalities on spheres, circles and circular arcs, in the 阅读全文
摘要:
1 Introduction The goal of the circular kernel is to offer to the user a large set of functionalities on circles and circular arcs in the plane. All t 阅读全文
摘要:
1 Introduction This part of the reference manual covers the higher-dimensional kernel. The kernel contains objects of constant size, such as point, ve 阅读全文
摘要:
1 Introduction CGAL, the Computational Geometry Algorithms Library, is written in C++ and consists of three major parts. The first part is the kernel, 阅读全文
摘要:
monotone_matrix_search() and sorted_matrix_search() are techniques that deal with the problem of efficiently finding largest entries in matrices with 阅读全文
摘要:
1 Introduction Real solving of polynomials is a fundamental problem with a wide application range. This package is targeted at providing black-box imp 阅读全文
摘要:
数论中有群、环和域的概念 A1:加法的封闭性:如果a和b属于G,则a+b也属于G; A2:加法结合律:对G中的任意元素a,b,c,a+(b+c) = (a+b)+c; A3:加法单位元:G中存在一个元素0,使得对于G中的任意元素a,有a+0=a; A4:加法逆元:对于G中的任意元素a,G中一定存在一 阅读全文
摘要:
作者:一去丶二三里 来源:CSDN 原文:https://blog.csdn.net/liang19890820/article/details/51774724 注意:所有的配置中,/user中的/指所在逻辑盘的根目录,而./表示当前目录,如果你的项目名为project,则QT Creator生成 阅读全文
摘要:
在VC++中执行VBS代码 阅读全文
摘要:
简介了多项式的概念,CGAL多项式有关概念和类,生成多项式的方法,及多项式相关操作 阅读全文