C/C++ Library scripts - Top 4 Download

C/C++ Library script downloads

Boost

Boost emphasizes libraries that work well with the C Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications. ...

Compilercache

Compilercache is a wrapper script around your C and C compilers. Each time you compile something, the wrapperscript puts the result of the compilation into a cache. And once you compile the same thing again, the result will be picked from the cache instead of being recompiled. ...

et6 library

et6 is a library which eases the development of network-based applications as it provides a TCP protocol abstraction for C . It is portable to both the Windows and Unix-like platforms. Requirements: · sigc++ - 2.0 ...

Fast expression evaluator

This code provides you a pluggable library for fast computation of mathematical expressions in C programs with x86 JIT compiler. ...

GNU Common C

GNU Common C is a portable and highly optimized class framework for writing C applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, serialization, config files, thread-optimized String and data structure classes, etc. This framework offers a class foundation that hides platform differences from ...

GNU libavl

Binary search trees provide O(lg n) performance on average for important operations such as item insertion, deletion, and search operations. Balanced trees provide O(lg n) even in the worst case.GNU libavl is the most complete, well-documented collection of binary search tree and balanced tree library routines anywhere. It supports these kinds ...

GPSTk Library

GPSTk project provides you an open source library for the satellite navigation management. The GPSTk library provides the base functionality for the GPSTk applications and for a number of other independent projects. There are several categories of functions in the GPSTk library: - GPS time. Conversion among time representations such as MJD, GPS ...

Hashit

Hashit is a generic hash library. It provides different collision handling methods, which could be selected at table creation time and  has one common interface for all this methods. ...

hk classes

hk_classes is C library which allows rapid development of database applications with all features a modern database application should have like forms an reports. hk_classes is database and GUI independent. Features: - connect to a database server ( Dbase/Xbase, Firebird, MS Access/Mdbtools, Mysql, Paradox, Postgresql, SQLite or ODBC); - create ...

IT Library

IT is a C library of mathematical, signal processing, speech processing, and communications classes and functions. It is being developed by researchers in these areas and is widely used by researchers, both in the communications industry and universities. The kernel of the IT library are templated vector and matrix classes, and ...

KSI Scheme Interpreter

It can be used as a stand-alone interpreter or as an extension library. ...

libConfig

libConfig is a portable and flexible C library for reading configuration files which were written in C style syntax. This project allows you to write simple but powerful configuration files and use their in you C projects. Features: - The sintax of configuration file is like C , that is why ...

Libcwd

Libcwd is a thread-safe, full-featured debugging support library for C developers. It includes ostream-based debug output with custom debug channels and devices, powerful memory allocation debugging support, as well as run-time support for printing source file:line number information and demangled type names. Features: - End-users of an application don't need to ...

libDSP

libDSP is C class library of common digital signal processing functions. There is also a wrapper for the C language. Current (vector) functions: - Float to integer conversion with rounding - Addition (real, complex) - Subtraction (real, complex) - Multiply (real, complex) - Division (real, complex) ...

Libecc

Libecc is an Elliptic Curve Cryptography C library for fixed size keys in order to achieve a maximum speed.The goal of this project is to become the first free Open Source library providing the means to generate safe elliptic curves. ...

libGlass

Glass is a library for distributed computing that makes its programming easy. The Glass framework is a scalable set of components that can be used by applications to perform distributed computing. Applications are built reusing the available components as needed.Features: - Plugins: - Synchronous shared memory; - Distributed asynchronous ...

libnetdude

libnetdude is a library for manipulating libpcap/tcpdump trace files. You may ask why this requires a new library. It provides abstractions on top of the libpcap paradigm that save developers a lot of time by focusing on the relevant parts of their applications. Moreover, libnetdude supports plugins (dynamically loaded libraries) that can ...

MapReduce

There are actually two implementations of MapReduce, the MaPI framework for multicomputers and the MapMP librabry for multiprocessors. ...

Ming Sharp

Ming-Sharp is an open-source (LGPL) library which allows you to create SWF ("Flash") format movies. Ming supports almost all of Flash 4's features, including: shapes, gradients, bitmaps (pngs and jpegs), morphs ("shape tweens"), text, buttons, actions, sprites ("movie clips"), streaming mp3, and color transforms--the only thing that's missing is sound events. ...

OpenOBEX

This library provides an open source implementation of the Object Exchange (OBEX) protocol.OBEX is a session protocol and can best be described as a binary HTTP protocol. OBEX is optimised for ad-hoc wireless links and can be used to exchange all kind of objects like files, pictures, calendar entries (vCal) and business ...