Projects tagged ‘algorithms’ and ‘c++’


[16 total ]

7 Users

Stxxl - Standard Template Library for Extra Large Data Sets. Stxxl is an implementation of the C++ standard template library STL for external memory (out-of-core) computations, containers, and ... [More] algorithms that can process huge volumes of data that only fit on disks. [Less]
Created about 1 year ago.

4 Users

The VCG library is a portable C++ templated library for manipulation, processing and displaying with OpenGL of triangle and tetrahedral meshes. The library, released under the GPL license is the ... [More] result of the collaborative efforts of the Visual Computing Lab ( VCGLab ) of the ISTI - institute of the Italian National Research Council. This library has been used to build many successful research tools, like MeshLab, Metro, the standard tool for measuring differences between triangular meshes and ShadeVis, a tool for per-vertex computation of a static ambient occlusion term. [Less]
Created over 2 years ago.

4 Users
   

This project is a modern C++ library with a focus on portability and program correctness. It strives to be easy to use right and hard to use wrong. Thus, it comes with extensive documentation and ... [More] thorough debugging modes. The library provides a platform abstraction layer for common tasks such as interfacing with network services, handling threads, or creating graphical user interfaces. Additionally, the library implements many useful algorithms such as data compression routines, linked lists, binary search trees, linear algebra and matrix utilities, machine learning algorithms, XML and text parsing, and many other general utilities. [Less]
Created over 3 years ago.

2 Users

Data structures and algorithms for tile-based game maps.
Created about 1 year ago.

2 Users

This is another library for creating and manipulating graphs. There is simply no other graph library out there which can be handle graphs of the size the author is confronted with efficiently. ... [More] Whenever possible igraph tries to be also user friendly and portable. igraph started as an additional package to the GNU R statistical environment, and still some functions which are hard to implement in C are available only in R (like interactive graphics). Most functions are however now written in C and they can be compiled without R as a separate library. [Less]
Created over 2 years ago.

2 Users
 

C++ Kohonen Neural Network Library (Self-Organizing Map) Kohonen neural network library is a set of classes and functions for design, train and use Kohonen network (self organizing map) which is ... [More] one of AI algorithms and useful tool for data mining and discovery knowledge in data (http://knnl.sf.net). [Less]
Created about 1 year ago.

2 Users

The Generic Geometry Library (GGL) provides a generic implementation of geometry algorithms, working with geometry types provided by the library itself as well as user-defined types. The library is ... [More] implemented in C++ programming language with extensive use of elements of metaprogramming like class (type) templates, static polymorphism and compile-time execution. Consequently, GGL is built upon foundation of C++ Standard Library and Boost C++ Libraries. Trac: http://trac.osgeo.org/ggl/ Homepage: http://geometrylibrary.geodan.nl [Less]
Created 8 months ago.

1 Users
 

METSlib is an OO (Object Oriented) metaheuristics framework in C++. Model and algorithms are modular: all the implemented search algorithms can be applied to the same model and personalized ... [More] algorithms can be applied to very different models. METSlib implements the basics of some metaheuristics algorithm: Random Restart Local Search, Variable Neighborhood Search, Iterated Local Search, Simulated Annealing (with linear, exponential and custom cooling schedule), and last but not least Tabu Search. [Less]
Created about 1 year ago.

1 Users
 

A generic implementation of STL containers and some STL algorithms. It is absolutly independent from external types it use only types declared in type_traits. So containers can be used with any poiner types which satisfies PointerConcept.
Created about 1 year ago.

1 Users

Console scientific calculator which support know : cos,atan,ln,exp,derive,prime test,... It works on Windows and Linux.
Created over 3 years ago.