C/C++ Library scripts - Top 4 Download

C/C++ Library script downloads

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. ...

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 ...

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) ...

MapReduce

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

SGI Standard Template Library

It includes some low-level mechanisms for allocating and de-allocating system memory.The STL is a generic  library, meaning that its components are heavily parameterized: almost every component in the STL is a template. ...

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 ...

wsdlpull

wsdlpull is a C web services client library. It includes a WSDL Parser,a XML Schema parser and validator and an XML Parser and serializer. wsdlpull uses the xml pull api to parse a WSDL1.1 document. This makes wsdlpull highly efficient which is why you can process and invoke a WSDL in ...

KSI Scheme Interpreter

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

Sode

Sode is a Ruby program that allows you to solve a single (or a system of) ordinary differential equation(s). The Taylor series terms are used to calculate the values of the dependent variables, and also (optionally) the radius of convergence and order of any singularities. These can be used to affect ...

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 ...

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 ...

Simple DirectMedia Layer

Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. It is used by MPEG playback software, emulators, and many popular games.SDL supports Linux, Windows, Windows CE, BeOS, MacOS, Mac OS X, FreeBSD, NetBSD, ...

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 ...

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. ...

Fast expression evaluator

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

rsync encryption

This application provides you a slightly reduced strength bulk encryption. In exchange for the reduced strength, you get the ability to rsync the encrypted files, so that local changes in the plaintext file will result in (relatively) local changes to the cyphertext file. Requirements: · gzip · rsync ...

OpenVRML

OpenVRML is a free cross-platform runtime for VRML and X3D available under the GNU Lesser General Public License. The OpenVRML distribution includes libraries you can use to add VRML/X3D support to an application. On platforms where GTK is available, OpenVRML also provides a plug-in to render VRML/X3D worlds in Web browsers. ...

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 ...

Sglib

Sglib is a library defining useful macros for manipulating common data structures. The library currently provides generic implementation for: - sorting arrays - manipulating linked lists - manipulating sorted linked lists - manipulating double linked lists - manipulating red-black trees - manipulating hashed containers A ...

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. ...