The ADAPTIVE Communication Environment (ACE(TM)) ACE Site Map An OO Network Programming Toolkit in C++ Register for the 2nd TAO Workshop, July 19, 2002, Arlington, VA C++ Network Programming books and draft chapters Pattern-Oriented Software Architecture: Patterns for Concurrent and Networked Objects ACE Overview Obtaining ACE Building ACE ACE Documents ACE Copyright TAO Overview ZEN Overview ...
www.cs.wustl.edu/~schmidt/ACE.html
LEDA moved to AS ...
www.mpi-sb.mpg.de/LEDA/leda.html
Free C++ library for cryptography: includes ciphers, message authentication codes, one-way hash functions, public-key cryptosystems, key agreement schemes, and deflate compression ...
www.eskimo.com/~weidai/cryptlib.html
GAlib A C++ Library of Genetic Algorithm Components the current release is version 2.4.5 GAlib contains a set of C++ genetic algorithm objects. The library includes tools for using genetic algorithms to do optimization in any C++ program using any representation and genetic operators. The documentation includes an extensive overview of how to implement a genetic algorithm as well as examples ...
IML++ (Iterative Methods Library) v. 1.2a IML++ is a C++ templated library of modern iterative methods for solving both symmetric and nonsymmetric linear systems of equations. The algorithms are fully templated in that the same source code works for dense, sparse, and distributed matrices. Some of the numerical methods are presented in the book, Templates: Building Blocks for the Solution of ...
SparseLib++ is a C++ class library for efficient sparse matrix computations across various computational platforms. The software package consists of matrix classes encompassing several sparse storage formats (e.g. compressed row, compressed column and coordinate formats), and providing basic functionality for managing sparse matrices. The Sparse BLAS Toolkit is used to for efficient kernel ...
math.nist.gov/sparselib%2b%2b
CONICAL The Computational Neuroscience Class Library CONICAL is a C++ class library for building simulations common in computational neuroscience. Currently its focus is on compartmental modeling, with capabilities similar to GENESIS and NEURON. Future classes may support reaction-diffusion kinetics and more. A key feature of CONICAL is its cross-platform compatibility ; it has been fully ...
C++ class library; scripting language engine for C++ development; generates HTTP, HTML, XML; eNITL C++ engine is embeddable, extensible, fast, thread-safe, cross-platform, open source; eNITL language is user-friendly, simple, template-oriented ...
networkimprov.com/enitl/enitl.html
Home / products / comet h o m e c o m e t documentation download features Comet Latest version is Comet 1 beta 20 (2002-4-9) Comet is language binding between COM and C++. It allows you to do both COM client and COM server programming, without any dependency on either ATL or MFC. In other words Comet is a replacement for ATL. To learn more read Introduction to Comet by Paul Hollingsworth ...
Views - a C++ Standard Template Library extension Last updated: 7th January, 1996 Overview The C++ Standard Template Library provides templates that define generic container and iterator classes. The software described here extends the Standard Template Library by adding template classes that define views. What is a view A view is an abstract container whose contents are determined by applying ...
www.zeta.org.au/~jon/STL/views/doc/views.html