c library
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1758
Answers Widget 1.0.2
Answers Widget - quick dashboard access to Answers.com more>>
Answers.com is a revolutionary Answer Engine: a one-click reference library on demand.
This widget gives you quick dashboard access to Answers.com.
<<lessThis widget gives you quick dashboard access to Answers.com.
Download (200KB)
Added: 2007-05-15 License: Freeware Price:
2027 downloads

iPhoto Library Selector 1.2
Choose your iPhoto library before launching. more>>
Choose your iPhoto library before launching.
- Change iPhoto library
- Launch iPhoto
- Whait if iPhoto is already launch
- Realy fast to add new library
- Realy fast to create new library
- Add new library by Drag-and-Drop
Download (292K)
Added: 2008-03-06 License: Freeware Price:
13 downloads
Other version of iPhoto Library Selector
License:Freeware
CImg Library 1.3.1
Free and open source C++ toolkit for image processing CImg defines simple classes and methods aimed at manipulating generic images in your own C++ code: load/save various file formats, access pixel more>> <<less
Download (7.6MB)
Added: 2009-06-26 License: Freeware Price: FREE
187 downloads
GTQ Scripting Library 1.2.1
GTQ Scripting Library - Scripting addition collection more>>
GTQ Scripting Library is one of the largest collections of scripting additions with different uses.
Some additions are no longer needed with the Scriptable Finder.
Completly freeware.
<<lessSome additions are no longer needed with the Scriptable Finder.
Completly freeware.
Download (189KB)
Added: 2005-12-17 License: Freeware Price:
1407 downloads
Barcode Library 1.3
Barcode Library - Code module for REALbasic for drawing barcodes more>>
BarcodeLib is a code module for REALbasic which provides functions for drawing barcodes quickly and efficiently.
BarcodeLib supports the 2 of 5 Interleaved, Code39, Code128b, UPC-A and EAN-13 barcode formats.
<<lessBarcodeLib supports the 2 of 5 Interleaved, Code39, Code128b, UPC-A and EAN-13 barcode formats.
Download (21KB)
Added: 2005-12-09 License: Freeware Price:
1433 downloads
Grassroots DICOM 2.0.9
Free C++ library for DICOM medical files more>> Free C++ library for DICOM medical files
Grassroots DiCoM is automatically wrapped to python (using swig).
Grassroots DiCoM supports JPEG (lossy/lossless), RAW, JPEG-LS, J2K, RLE and deflated. Grassroots DiCoM also comes with DICOM Part 3,6 & 7 of the standard as XML files.
Download (3.2MB)
Added: 2008-10-05 License: Freeware Price: FREE
407 downloads
ImagePlay Effects Library 18
ImagePlay Effects Library - image editor with a layered effects model rather than the traditional pixel/brush model more>>
ImagePlay Effects Library is a library for ImagePlay, a non-destructive image editor with a layered effects model rather than the traditional pixel/brush model.
<<less Download (58.3KB)
Added: 2007-06-05 License: Freeware Price:
886 downloads
Flame Library 1.0
Flame Library - REALbasic port of the Flame code more>>
Flame Library is a REALbasic port of the "Flame" code written by Kyle Ellrott in 1998. It was completely rewritten and has a smarter algorithm than the original in order to speed it up.
Completly freeware for non-commercial use.
<<lessCompletly freeware for non-commercial use.
Download (237KB)
Added: 2006-05-26 License: Freeware Price:
1248 downloads
EasyBMP Cross-Platform C++ Bitmap Library 1.01
EasyBMP is an easy cross-platform C++ library for reading and writing Windows bitmap (BMP) files more>>
EasyBMP is an easy cross-platform C++ library for reading and writing Windows bitmap (BMP) files. No installation, no need for external libraries, small in size, well-documented, and simple enough for the novice programmer to start in just minutes! EasyBMP particularly shines as an easy image input/output tool for scientists and other technically-minded people who may not be formally trained in programming.
Main features:
- No installation required: Because bitmap I/O is so simple, the library should not require any installation process. EasyBMP attains this goal by only requiring that the header files be copied to the directory of your project.
- No dependence on other libraries: EasyBMP should not depend upon external and/or special libraries, such as GTK or QT. Currently, EasyBMP is is completely self-contained, so this requirement is satisfied.
- Cross-platform compatible: The library should be portable across operating systems and processor architectures without modification. Currently, this goal has been partially achieved, in that it works on any little-endian architecture. Within this context, because the code relies only upon standard C++ language features and no external libraries, it should be possible to port it to big-endian platforms soon.
- Easy to Compile Code: Code should be easy to compile and should not require a lot of fancy arguments. EasyBMP attains this goal; all you have to do is include EasyBMP.h in your project and compile as you normally would. No linking to external objects, modules, or whatever.
- Small size: The library should be kept small (and simple). As of May 2005, the entire set of code is roughly 49 KB in size. In keeping with the philosophy of the library, we hope to always keep the core library under 50-60 KB in size.
- Well-documented: The code should be well-supported, with a thourough users manual. EasyBMP provides a complete users manual is provided that is frequently updated, with examples provided wherever necessary. Furthermore, EasyBMP provides code samples to assist those who are new to the library and illustrate its use.
Enhancements:
- Production/Stable release.
- Fully edian-safe, and compatible with MS Visual Studio, g++, MinGW, Borland, and Intels icc compiler.
- This release includes memory leak fixes.
<<lessMain features:
- No installation required: Because bitmap I/O is so simple, the library should not require any installation process. EasyBMP attains this goal by only requiring that the header files be copied to the directory of your project.
- No dependence on other libraries: EasyBMP should not depend upon external and/or special libraries, such as GTK or QT. Currently, EasyBMP is is completely self-contained, so this requirement is satisfied.
- Cross-platform compatible: The library should be portable across operating systems and processor architectures without modification. Currently, this goal has been partially achieved, in that it works on any little-endian architecture. Within this context, because the code relies only upon standard C++ language features and no external libraries, it should be possible to port it to big-endian platforms soon.
- Easy to Compile Code: Code should be easy to compile and should not require a lot of fancy arguments. EasyBMP attains this goal; all you have to do is include EasyBMP.h in your project and compile as you normally would. No linking to external objects, modules, or whatever.
- Small size: The library should be kept small (and simple). As of May 2005, the entire set of code is roughly 49 KB in size. In keeping with the philosophy of the library, we hope to always keep the core library under 50-60 KB in size.
- Well-documented: The code should be well-supported, with a thourough users manual. EasyBMP provides a complete users manual is provided that is frequently updated, with examples provided wherever necessary. Furthermore, EasyBMP provides code samples to assist those who are new to the library and illustrate its use.
Enhancements:
- Production/Stable release.
- Fully edian-safe, and compatible with MS Visual Studio, g++, MinGW, Borland, and Intels icc compiler.
- This release includes memory leak fixes.
Download (557KB)
Added: 2006-05-23 License: Freeware Price:
1263 downloads
Xmd 0.1
Open source NetMD (minidisc) functionality. more>>
Xmd is open Source NetMD functionality. It contains three components: A C library for accessing NetMD functionality.
This library is intended to provide the low-level NetMD functionalitythat an application might need in a robust and somewhatobject-oriented fashion A command line application for accessing NetMDfunctionality, built on top of libomd.
<<lessThis library is intended to provide the low-level NetMD functionalitythat an application might need in a robust and somewhatobject-oriented fashion A command line application for accessing NetMDfunctionality, built on top of libomd.
Download (435KB)
Added: 2004-09-25 License: Freeware Price:
1866 downloads
Dynamic Library 2D Barcode Datamatrix 1.02a
Dynamic Library 2D Barcode Datamatrix - create 2D barcode symbology Datamatrix more>>
The Dynamic Library Code Datamatrix for Mac OS X can be used to create 2D
barcode symbology Datamatrix ECC 20, on the Mac OS X.
<<lessbarcode symbology Datamatrix ECC 20, on the Mac OS X.
Download (291KB)
Added: 2007-04-02 License: Freeware Price:
958 downloads
iTunes Library Cleaner 1.0
iTunes Library Cleaner - Removes dead links to files that have been deleted more>>
iTunes Library Cleaner is a small AppleScript that removes deleted iTunes references.
This script removes dead links to files that have been deleted but that are still in your iTunes library.
Completly freeware.
<<lessThis script removes dead links to files that have been deleted but that are still in your iTunes library.
Completly freeware.
Download (47KB)
Added: 2006-01-10 License: Freeware Price:
1408 downloads
iTunes XML Library Parser 1.0
iTunes XML Library Parser - Realbasic class parses 10mb/sec more>>
XML Parser is a class the will read your iTunes XML file and parse the songs and song properties into memory where they can be manipulated by the programmer.
<<less Download (7KB)
Added: 2006-06-29 License: Freeware Price:
726 downloads
XMP Library for ActionScript 1.0 Preview
XMP Library for ActionScript offers you a powerful and easy-to-use tool which can let you read existing XMP metadata from Flash based file formats via the Adobe Flash Player. more>> <<less
Download (390KB)
Added: 2009-01-20 License: Freeware Price: FREE
1 downloads
PostgreSQL C Client Library 7.1.2
PostgreSQL C Client Library is created to be the PostgreSQL database C client which is programmed and packaged for Mac OS X as a Cocoa Framework. more>>
PostgreSQL C Client Library 7.1.2 is created to be the PostgreSQL database C client which is programmed and packaged for Mac OS X as a Cocoa Framework.
Download (120.1KB)
Added: 2001-07-07 License: Freeware Price:
downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above c library search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed