Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.475.627 Times

Ansi Standard C Library software
Filter: All | Freeware | Demo
 

Ansi Standard C Library

< 1 2 3 4 5 > 
Added: April 14, 2010 | Visits: 1.151

c-ares c-ares project is a C library that resolves names asynchronously. Whats New in This Release: - ares_save_options, ares_destroy_options, ares_process_fd, and ares_parse_ns_reply were added. - The transaction IDs were made "secure". - A few parsing issues and minor bugs were fixed.. curl is a...



Platforms: *nix

License: Freeware Size: 430.08 KB Download (104): c-ares Download

Added: March 24, 2010 | Visits: 757

Rasqal RDF Query Library Rasqal is a C library for querying RDF, supporting the RDQL and SPARQL languages. It provides APIs for creating a query and parsing query syntax. Rasqal RDF Query Library features pluggable triple-store source and matching interfaces, an engine for executing the queries and an API for...





Platforms: *nix

License: Freeware Size: 880.64 KB Download (97): Rasqal RDF Query Library Download

Added: July 02, 2010 | Visits: 1.437

Simple Wiimote Library for Linux Simple Wiimote Library for Linux (Libwiimote) is a simple C library for communicating with the Nintendo Wii Remote on a Linux system. Even though the API strives to be minimal, it provides complete control over most features of the wiimote and nunchuk controllers. Installation Make sure you...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (115): Simple Wiimote Library for Linux Download

Added: August 08, 2010 | Visits: 1.645

Modest Ordinary Differential Equation Library Modest Ordinary Differential Equation Library is a C++ library to model rate equations. MODEL is a numeric simulation library written during my PhD to simulate systems of rate equations describing Vertical Cavity Surface Emitting Lasers (VCSELs). I decided to write one myself after looking at...


Platforms: *nix

License: Freeware Size: 2.5 MB Download (154): Modest Ordinary Differential Equation Library Download

Added: July 08, 2010 | Visits: 1.053

Better String Library Better String Library is an abstraction of a string data type which is superior to the C library char buffer string type and C++s std::string. The library is totally stand alone, portable (known to work with gcc/g++, MSVC++, Intel C++, WATCOM C/C++, Turbo C, Borland C++, IBMs native CC compiler...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (95): Better String Library Download

Added: April 22, 2010 | Visits: 674

Variable Expression Library libvarexp is a C++ library that allows its users to detach any kind of information from the representation of that information by providing a simple-to-use but powerful text-template mechanism. Similar mechanisms have been available in tools like sh(1), make(1), or perl(1) forever and have...


Platforms: *nix

License: Freeware Size: 95.23 KB Download (90): Variable Expression Library Download

Added: November 21, 2010 | Visits: 1.253

Kernel-Machine Library The Kernel-Machine Library is a freely available (released under the GPL) C++ library to promote the use and progress of kernel machines. It is both for academic use and for developing real world applications. The Kernel-Machine Library draws heavily from features of modern C++ such as template...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (107): Kernel-Machine Library Download

Added: July 22, 2010 | Visits: 1.702

MPEG-2 Video Tools mpeg2videotools is a C library and set of tools for encoding, decoding, verification and analysis of MPEG-2 video. It supports 422 Profile and High Profile bitstreams. A PSNR tool is included for comparing uncompressed video to encoded MPEG-2 video. The library will provide a C API and be...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (128): MPEG-2 Video Tools Download

Released: November 27, 2012  |  Added: November 27, 2012 | Visits: 694

Chilkat Charset C++ Library Chilkat Charset is an extremely useful library that can help you convert text data from one character encoding to another. It works identically on all computers, regardless of locale or internationalization settings.


Platforms: Windows, 2003, Windows Vista

License: Freeware Download (51): Chilkat Charset C++ Library Download

Released: November 27, 2012  |  Added: November 27, 2012 | Visits: 653

SOCI SOCI is a database access library for C++ that makes the illusion of embedding SQL queries in the regular C++ code, staying entirely within the Standard C++. The idea behind SOCI is to offer C++ programmers a way to access SQL databases in the most natural way. If you find existing libraries...


Platforms: Windows

License: Freeware Download (45): SOCI Download

Added: May 10, 2013 | Visits: 347

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.


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (54): SGI Standard Template Library Download

Added: May 03, 2013 | Visits: 407

BOSS for C/C++ Library It mainly consists of a rewrite of old DOS header files and libraries like Borland's graphics.h, bios.h and conio.h.This library includes support for sound and mouse features.BOSS stands for BGI Over SDL Subsystem.


Platforms: C and C plus plus

License: Freeware Size: 40.96 KB Download (40): BOSS for C/C++ Library Download

Added: June 14, 2010 | Visits: 897

uClibc uClibc (µClibc) is a C library for developing embedded Linux systems. uClibc is much smaller then the GNU C Library, but nearly all applications supported by glibc also work perfectly with uClibc. Porting applications from glibc to uClibc typically involves just recompiling the source code....


Platforms: *nix

License: Freeware Size: 1.7 MB Download (103): uClibc Download

Added: February 22, 2010 | Visits: 786

libasyncns libasyncns provides a C library for Linux/Unix for executing name service queries asynchronously. It is an asynchronous wrapper around getaddrinfo and getnameinfo from the libc. In contrast to GNUs asynchronous name resolving API getaddrinfo_a(), libasyncns does not make use of UNIX signals for...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (96): libasyncns Download

Added: May 21, 2010 | Visits: 818

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 project is database and GUI independent. In combination with hk_kdeclasses (which is part of the knoda package) it...


Platforms: *nix

License: Freeware Size: 1024 KB Download (91): hk_classes Download

Added: September 17, 2010 | Visits: 933

uSTL uSTL is a partial implementation of the Standard Template Library which reduces code size by factoring memory management code into a non-template base class and deriving containers from it. Whats New in This Release: - This is the feature-complete release. - All containers, algorithms, and...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (91): uSTL Download

Added: January 21, 2010 | Visits: 767

mplib mplib is a C library that enables programms to access ID3 tags in MP3 files. ID3 tags are meta-informations such as the title, artist or comments that come with most MP3s. mplib supports ID3 version 1 and version 2 tags. It is written to be very easy to use, fast and cross-platform capable....


Platforms: *nix

License: Freeware Size: 317.44 KB Download (97): mplib Download

Added: September 06, 2010 | Visits: 678

Seldon Seldon is a C++ library for linear algebra. Seldon provides matrix and vector structures, and some methods and functions for computations (linear algebra). Seldon is designed to be efficient and convenient, which is notably achieved thanks to template classes. Exception handling and several debug...


Platforms: *nix

License: Freeware Size: 68.61 KB Download (97): Seldon Download

Released: July 15, 2012  |  Added: July 15, 2012 | Visits: 563

RMOL RMOL, which is actually short for Revenue Management Optimisation Library was developed as a C++ library of revenue management and optimization classes and functions. RMOL is manily targeted for simulation purposes. RMOL makes an extensive use of existing open-source libraries for increased...


Platforms: Windows

License: Freeware Download (45): RMOL Download

Added: March 31, 2013 | Visits: 298

Faster/parallel random number generator via standard C++ It became clear that things didn't really work properly with Boost 1.42, so I've refactored the package to try to help you kludge Boost Random 1.47 into place if necessary; this seems to work; see with cpprandpar.m file for build help.===============Update: Version 0.9.5 now has wired in many...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 163.84 KB Download (44): Faster/parallel random number generator via standard C++ Download

< 1 2 3 4 5 >