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

Function Library freeware
Filter: All | Freeware | Demo
 

Function Library

< 1 2 3 4 5 > 
Added: July 09, 2013 | Visits: 472

PHP POP3 Library for Scripts PHP POP3 Library is a php-based POP3-Library.It includes Connecting, Downloading (Headers only or full message), deleting and a basic function for RFC822-Message header interpretation. Platforms: PHP

License: Freeware Size: 10 KB Download (42): PHP POP3 Library for Scripts Download

Added: January 18, 2010 | Visits: 1.685

Aapl C++ Template Library Aapl is a C++ template library for generic programming. Aapl supports different generic programming paradigms by providing variations of standard data structures. For example, a by-value linked list template may be used to store a user supplied type such as an integer. A different list... Platforms: *nix

License: Freeware Size: 122.88 KB Download (105): Aapl C++ Template Library Download

Added: January 21, 2010 | Visits: 1.678

The Mesa 3D Graphics Library Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL. To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from Silicon Graphics, Inc.(SGI). However, the author does not possess an OpenGL license from SGI,... Platforms: *nix

License: Freeware Size: 3.2 MB Download (123): The Mesa 3D Graphics Library Download

Added: February 27, 2010 | Visits: 5.748

VISCA Camera Control Library VISCA Camera Control Library is a library for controlling a VISCA(tm) compliant camera through the RS232 port of your PC. VISCA, on its side, is a protocol developed by Sony so that a lot of machine vision cameras from Sony are compliant with VISCA. Typical cameras include the FCB-IX47 family... Platforms: *nix

License: Freeware Size: 307.2 KB Download (760): VISCA Camera Control Library Download

Added: May 14, 2010 | Visits: 1.639

Portable Coroutine Library Portable Coroutine Library (PCL) implements the low level functionality for coroutines. For a definition of the term coroutine see The Art of Computer Programming by Donald E. Knuth. Coroutines are a very simple cooperative multitasking environment where the switch from one task to another is... Platforms: *nix

License: Freeware Size: 307.2 KB Download (118): Portable Coroutine Library Download

Added: November 23, 2010 | Visits: 1.033

DM1 Threads Library DM1 Thread Library is part of the DM1 project. This library was born out of my need to have a portable C++ Thread library that would be simple to use, and would provide all the necessary Threads functionality I required for the DM1 project. Initially, this library was in C, but when I decided... Platforms: *nix

License: Freeware Size: 235.52 KB Download (98): DM1 Threads Library Download

Released: October 25, 2012  |  Added: October 25, 2012 | Visits: 1.312

Vstr string library Vstr is a safe and fast string library for C. Vstr string library is designed for network communication. Its design uses chunks of ptr+length data, so adding, substituting, and deleting data are all fast operations. This model also allows it to do automatic referencing for mmap() areas of... Platforms: *nix

License: Freeware Size: 4.3 MB Download (104): Vstr string library Download

Added: March 21, 2010 | Visits: 1.353

General Applet Interface Library The goal of the General Applet Interface Library is to give programmers a simple yet powerful applet interface. This library supports wmapplet/dockapps, GNOME 2 panel applets, and ROX panel applets. This library supports at the moment Dockapps, Gnome 2 Panel Applets and Rox panel applets. In... Platforms: *nix

License: Freeware Size: 286.72 KB Download (94): General Applet Interface Library Download

Added: February 14, 2010 | Visits: 1.219

Torque Network Library The Torque Network Library project is a robust, secure, and easy-to-use cross-platform C++ networking API designed for high performance simulations and games. It features a UDP- based connection architecture with DoS prevention functionality, different types of data guarantee, bit stream... Platforms: *nix

License: Freeware Size: 2.2 MB Download (98): Torque Network Library Download

Added: February 16, 2010 | Visits: 1.117

IFF Format Library IFF Format Library provides header structures and utility functions for reading and writing data files in the Interchange Files. The Interchange File Format is a simple structured binary file format consisting of sized and typed chunks of data, selectively readable without having to know the... Platforms: *nix

License: Freeware Size: 26.62 KB Download (101): IFF Format Library Download

Added: October 07, 2010 | Visits: 1.029

DSP5600x disassembly library lib5600x is a library implementing Motorola DSP5600x disassembler. Its an ANSI C link library that should be useful for people writing debuggers, memory monitors etc for DSP5600x chips. Usage 1. First you call two initialization functions in the library. This step is mandatory:... Platforms: *nix

License: Freeware Size: 12.29 KB Download (94): DSP5600x disassembly library Download

Added: March 15, 2010 | Visits: 1.046

FFI::Library FFI::Library is a module with Perl Access to Dynamically Loaded Libraries. SYNOPSIS use FFI::Library; $lib = FFI::Library->new("mylib"); $fn = $lib->function("fn", "signature"); $ret = $fn->(...); This module provides access from Perl to functions exported from dynamically linked... Platforms: *nix

License: Freeware Size: 16.38 KB Download (109): FFI::Library Download

Added: September 04, 2010 | Visits: 1.190

RFC822 Address Parser Library RFC822 Address Parser Library provides application developers with a complete parser for RFC822 addresses. Not only can you use the library to verify that RFC822 addresses are syntactically correct, you can also have an address split up into its semantic parts, what is needed when deciding where... Platforms: *nix

License: Freeware Size: 96.26 KB Download (104): RFC822 Address Parser Library Download

Added: August 24, 2010 | Visits: 1.895

Papyrus Library Papyrus is a 2d C++ scenegraph library that utilizes the cairo library to perform drawing operations. In this respect, Papyrus Library is similar to the Gnome::Canvas library. The initial implementation focuses on function over form, and as a result it should not be considered an optimized... Platforms: *nix

License: Freeware Download (197): Papyrus Library Download

Added: January 18, 2010 | Visits: 767

MoioChart MoioChart project is my Java library to draw function plots, bar graphs, pie graphs, etc. Why should I use it? Firstly, because it is very easy to use. For example: Drawable objects such as functions, axes, pies, etc. can be added to or removed from the Chart via the standard Collection... Platforms: *nix

License: Freeware Size: 307.2 KB Download (92): MoioChart Download

Added: March 05, 2010 | Visits: 1.430

C Algorithms Library C Algorithms Library is a collection of commonly used Computer Science algorithms. The focus is on code that is well documented and tested, portable, and reusable. The C Programming Language has a much smaller standard library compared to other more modern programming languages such as Java... Platforms: *nix

License: Freeware Size: 337.92 KB Download (117): C Algorithms Library Download

Added: September 09, 2010 | Visits: 1.154

Generic Game-Tree Library GGTL is a library designed to make it easier to program games in C. Generic Game-Tree Library provides an AI that is able to play most 2 player strategic games. Nim, Tic-Tac-Toe, Reversi (aka Othello), Connect-4 and Chess are all examples of games that can all be implemented using GGTL. GGTL... Platforms: *nix

License: Freeware Size: 256 KB Download (116): Generic Game-Tree Library Download

Added: March 16, 2010 | Visits: 1.443

Multiple-Precision Floating-Point Library The MPFR library is a C library for multiple-precision floating-point computations with exact rounding (also called correct rounding). It is based on the GMP multiple-precision library. The main goal of MPFR is to provide a library for multiple-precision floating-point computation which is both... Platforms: *nix

License: Freeware Size: 942.08 KB Download (120): Multiple-Precision Floating-Point Library Download

Added: March 03, 2010 | Visits: 841

The SlotSig library The SlotSig library is a library that provides type-safe connections between C++ classes. When programming in C, its usual to use callback functions (moreover when you do GUI stuffs). In C++, we prefer to encapsulate things into classes, and usually we want a rather type-safety. This small... Platforms: *nix

License: Freeware Size: 153.6 KB Download (89): The SlotSig library Download

Released: July 19, 2012  |  Added: July 19, 2012 | Visits: 980

Regular Expression Component Library for VC9 Regular Expression Component Library for VC9 is designed as an easy-to-use library for searching and / or replacing strings or data in files using regular expressions in non-managed C++ code. In the Visual C++ environment the Regular Expression Library is made of an MFC ( Microsoft Foundation... Platforms: Windows


< 1 2 3 4 5 >