Languages
- 3381
- Simple Unix Events (SUE)
- A collection of light-weight C++ classes which help to create a select-based event-driven applications, especially simple TCP servers and clients. [Open Source, LGPL]
- 3383
- Tntnet
- A modular, multithreaded, high performance web application server for C++. To create web applications Tntnet uses a template-language called ecpp similar to php, jsp or mason, where c++-code can be embedded inside a html-page to generate active content. [Open Source, LGPL]
- 3384
- VMime
- A C++ class library for working with MIME messages and Internet messaging services like IMAP, POP or SMTP. [Open Source, GPL]
- 3385
- libpcap++
- A C++ wrapper for libpcap (the packet capture library), which provides a high level interface to packet capture systems. [Open Source, GPL]
- 3386
- sckt
- A simple and lightweight C++ network sockets wrapper for Windows and Linux which is designed for games.
- 3387
- spserver
- A server framework library written on C++ that implements the Half-Sync/Half-Async and Leader/Follower patterns. It is a hybrid system between threaded and event-driven, and exploits the advantages of both programming models. It exposes a threaded programming style to programmers, while simultaneously using event-driven style to process network connection. [Open Source, LGPL]
- 3388
- C++ Matrix Template Class Library
- Supports arithmetic operations, sub-matrix operations, inversion, various matrix decompositions, solution of simultaneous linear equations, and eigen value and eigen vector problem. (by Techsoft)
- 3389
- Large Number Class
- A class which allows for developers to implement numbers much larger than previously allowed by built in data types in C++. (currently supports up to 1000 decimal places)
- 3390
- Math Objects
- Template based math library for C++. Also has algorithms that compute the Smith and the Smith-McMillan form for matrices of polynomials or rational functions respectively.
- 3391
- MatrixLib
- A compact cross platform C++ matrix operations class library for Windows, Mac OS X and Linux. It provides over a hundred different matrix operations and interfaces to BLAS and LAPACK. [Commercial]
- 3392
- Mersenne Twister
- Freeware C++ implementation of the famous Mersenne Twister pseudo-random number generator algorithm, known as one of the best generators, with a period of 2^19937-1. Written in 100% standard ISO C++. [Open Source]
- 3393
- SparseLib++
- A C++ class library for efficient sparse matrix computations across various computational platforms.
- 3394
- SID framework
- A framework for building computer system simulations. Specifically, a simulation is comprised of a collection of loosely coupled components. Simulated systems may range from a CPU's instruction set to a large multi-processor embedded system. [Open source, GPL with changes].
- 3395
- libLCS
- A library for Logic Circuit Simulation developed in 100% c++. The ultimate aim of LCS is to become a thorough hardware description library, matching the functionality of the Verilog hardware description language, while keeping the usage (and syntax) as intuitive as possible.
- 3396
- simplus
- A lean object oriented C++ library for discrete event based simulations. It scales to millions of simulateed objects, has no external dependencies and can be embedded into other applications.
