几个有用的C++算法库
(2010-03-05 09:52:01)
标签:
c算法it |
分类: IT |
清理资料的时候发现2006年自己调查过的几个有用的C++算法库。
----
GAlib
A C++ Library of Genetic Algorithm Components
http://lancet.mit.edu/ga/
CGAL
geometric algorithms C++ library
http://www.cgal.org/
InstallationManual第5页列举了关联引用的开源库,如Boost等。
PIGALE
Public Implementation of a Graph Algorithm Library and Editor
http://pigale.sourceforge.net/
TAUCS
TAUCS is a C library of sparse linear solvers.(Matrix Abouts)
http://www.tau.ac.il/~stoledo/taucs/
GMP
GNU Multiple Precision Arithmetic Library, the fastest bignum library on the planet!
http://www.swox.com/gmp/
MPFR
MPFR library is a C library for multiple-precision floating-point computations with exact rounding (also called correct rounding). It is based on the GMP multiple-precision library.
http://www.mpfr.org/
LEDA
LEDA is our C++ class library of efficient data types and algorithms. LEDA provides algorithmic know-how in the fields of graph and network problems, geometric computing, combinatorial optimization and many more.
http://www.algorithmic-solutions.com/index.htm
Features:
Module Graph and Subgraph Isomorphisms
Curved Geometry: Polygons with Circular Arcs