Search results
Results from the WOW.Com Content Network
This category is for programming libraries written in and for the C programming language. For libraries written for the C++ programming language, see Category:C++ libraries . Contents
Pages in category "Free software programmed in C" The following 200 pages are in this category, out of approximately 633 total. This list may not reflect recent changes .
Pages in category "C (programming language) software" The following 22 pages are in this category, out of 22 total. This list may not reflect recent changes.
This is a list of free and open-source software packages (), computer software licensed under free software licenses and open-source licenses.Software that fits the Free Software Definition may be more appropriately called free software; the GNU project in particular objects to their works being referred to as open-source. [1]
List of Mac software; List of Macintosh software published by Microsoft; List of Classic Mac OS software; List of mailing list software; List of manual image annotation tools; List of open-source software for mathematics; List of Microsoft software; List of smart TV platforms; List of Mobile Device Management software; List of model checking tools
Lazarus Component Library; Liblzma; Libmagic; Library of Efficient Data types and Algorithms; Libzip; Linker (computing) List of .NET libraries and frameworks; Comparison of optical character recognition software; List of platform-independent GUI libraries; Loader (computing)
Hermes Project: C++/Python library for rapid prototyping of space- and space-time adaptive hp-FEM solvers. IML++ is a C++ library for solving linear systems of equations, capable of dealing with dense, sparse, and distributed matrices. IT++ is a C++ library for linear algebra (matrices and vectors), signal processing and communications ...
A library of executable code has a well-defined interface by which the functionality is invoked. For example, in C, a library function is invoked via C's normal function call capability. The linker generates code to call a function via the library mechanism if the function is available from a library instead of from the program itself. [1]