|
| |
| | The Jakarta-Taglibs Project: Standard-1.1 taglib: JSP[tm] Standard Tag Library (JSTL 1.1) implementation |
 | | Standard Taglib version 1.1.0-B1 - early access (Beta 1) of our implementation of JSTL 1.1 - is now available from the Apache Jakarta Project Mirrors. |  | | Standard Taglib version 1.1.2 - A minor bug fix update - is now available from the Apache Jakarta Project Mirrors. |  | | Standard Taglib version 1.1.0 - First official release of our implementation of JSTL 1.1 - is now available from the Apache Jakarta Project Mirrors. |
|
http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html
|
|
| |
| | Part 1: The Standard C++ Library |
 | | This way, creators of higher level numerical libraries can write to the numerics library and produce efficient algorithms without having to customize to every possible machine. |  | | The goal of the chapters in this book that cover the libraries is to provide you with an encyclopedia of descriptions and examples so you’ll have a good starting point for solving any problem that requires the use of the Standard libraries. |  | | I’ve left the full descriptions to others; in particular there a particularly good on-line sources of standard library documentation in HTML format that you can keep resident on your computer and view with a Web browser whenever you need to look something up. |
|
http://www.fandelem.com/bruce/vol2/Part1.html
|
|
| |
| | C standard library - Wikipedia, the free encyclopedia |
 | | The ANSI C standard library consists of 24 C header files which can be included into a programmer's project with a single directive. |  | | The C standard library is a now-standardised collection of header files and library routines used to implement common operations, such as input/output and |  | | Later revisions of the C standard have added several new required header files to the library. |
|
http://en.wikipedia.org/wiki/C_standard_library
|
|
| |
| | Dinkum C++ Library |
 | | Most of the information about the Standard C++ library can be found in the descriptions of the C++ library headers that declare or define library entities for the program. |  | | The Standard C++ library consists of 51 required headers. |  | | Numerous function and class definitions accompany these functions to help you to make better use of the library. |
|
http://www.dinkumware.com/htm_cpl/index.html
|
|
| |
| | FC++: The Functional C++ Library |
 | | BSFC++ library is a library for parallel programming which uses FC++. |  | | FC++ is a library for functional programming in C++. |  | | Functional programming is a programming paradigm in which functions are treated as regular values. |
|
http://www.cc.gatech.edu/~yannis/fc++/
|
|
| |
| | Standard ML Basis Library |
 | | In addition to the manual pages, the book also contains tutorial descriptions of programming techniques and idioms for effective use of the Library's interfaces. |  | | The Library does not attempt to define higher-level APIs, such as collection types or graphical user-interface components. |
|
http://www.standardml.org/Basis
|
|
| |
| | The Standard Template Library: Introduction |
 | | The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators; it provides many of the basic algorithms and data structures of computer science. |  | | Like many class libraries, the STL includes container classes: classes whose purpose is to contain other objects. |  | | The STL is a generic library, meaning that its components are heavily parameterized: almost every component in the STL is a template. |
|
http://www.sgi.com/tech/stl/stl_introduction.html
|
|
| |
| | C++ Standard Template Library |
 | | The Standard Template Library (STL) is a general-purpose C++ library of algorithms and data structures, originated by Alexander Stepanov and Meng Lee. |  | | While some aspects of the library are very complex, it can often be applied in a very straightforward way, facilitating reuse of the sophisticated data structures and algorithms it contains. |  | | Microsoft Visual C++ 5.0 has a reasonably good implementation of the STL and the string class as part of its standard library (see the MSVC 5.0 documentation for more information). |
|
http://www.msoe.edu/eecs/ce/courseinfo/stl
|
|
| |
| | STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library - $32.21 |
 | | In some areas such as numerical and statistical computation, there is a long tradition of heavy use of standard libraries, rather than writing source code entirely from scratch, but in many other areas, standardization hasn't occurred. |  | | Now, more than a quarter of a century later, we still have not fully realized his vision of standard libraries of reusable components (which today are also known as "software building blocks" or "software ICs"). |  | | Even in the area of fundamental data structures and data-processing algorithms, where there is perhaps the greatest potential benefit from component standardization and widespread component use, no set of components has emerged and been embraced by large numbers of programmers or software development managers. |
|
http://www.awl.com/cseng/titles/0-201-63398-1
|
|
| |
| | Amazon.com: Books: The C++ Standard Library : A Tutorial and Reference |
 | | Introduces the C++ standard library and all its components from a conceptual point of view, then describes the details for programming with the standard template library (STL), special containers, strings, numeric classes, and the IOStream library. |  | | It arranges and explains the complexities of the C++ Standard Library and STL in a manageable format that's great as a reference and as an approach to programming. |  | | The fact is, generic algorithms work with all the STL types, and by separating these algorithms out like this the reader can learn the rich array of algorithms available in today's standard C++. |
|
http://www.amazon.com/exec/obidos/tg/detail/-/0201379260?v=glance
|
|
| |
| | [No title] |
 | | The EXSLT project is creating a library to standardise extension functions. |  | | These are implemented purely in XSLT, that is they do not use any extensions. |  | | Older versions of the library are available in subdirectories. |
|
http://xsltsl.sourceforge.net
|
|
| |
| | Bookpool: C++ Standard Library, The: A Tutorial and Reference |
 | | The C++ Standard Library not only provides comprehensive documentation of each library component, it also offers clearly written explanations of complex concepts, describes the practical programming details needed for effective use, and gives example after example of working code. |  | | Each component is presented in depth, with an introduction to its purpose and design, examples, a detailed description, traps and pitfalls, and the exact signature and definition of its classes and their functions. |  | | An insightful introduction to fundamental concepts and an overview of the library will help bring newcomers quickly up to speed. |
|
http://www.bookpool.com/.x/pbx84hrb8i/sm/0201379260
|
|
| |
| | Stroustrup: C++ |
 | | High-performance numerical libraries provide excellent tests for interesting new programming techniques: The Object-Oriented Numerics Page is a list of libraries, projects, and mailing lists. |  | | This should be of particular interest to programmers of embedded systems. |  | | ISO has published the revised standard (with this corridenda integrated), which will be known as ISO/IEC 14882:2002. |
|
http://www.research.att.com/~bs/C++.html
|
|
| |
| | The Matrix Template Library |
 | | The Matrix Template Library (MTL) is a high-performance generic component library that provides comprehensive linear algebra functionality for a wide variety of matrix formats. |  | | As with the Standard Template Library (STL), MTL uses a five-fold approach, consisting of generic functions, containers, iterators, adaptors, and function objects, all developed specifically for high performance numerical linear algebra. |  | | Experimental results show that MTL with the BLAIS achieves performance that is as good as, or better than, vendor-tuned libraries. |
|
http://www.osl.iu.edu/research/mtl/
|
|
| |
| | Regex++ |
 | | Regular expression libraries use a variety of differing algorithms all of which have their pro's and con's, which can make it hard to choose the best implementation for your purpose. |  | | This library uses an NFA algorithm which is dedicated to determining fast and accurate sub-expression matches, as well as providing support for features like back-references, which are hard to support using DFA algorithms. |  | | There is also a C++ Builder wrapper component that is based on this library - from Tropic Software East. |
|
http://ourworld.compuserve.com/homepages/John_Maddock/regexpp.htm
|
|
| |
| | Programming in C |
 | | A collection of pointers to other texts about C, related languages, and programming languages in general on the Internet. |  | | As usual, there are versions in gzipped PostScript and Adobe Acrobat format. |  | | Rather than delay the Standard to add full internationalization features, ANSI agreed to add minimal features immediately, with ISO designing a proper extension at a later date. |
|
http://www.lysator.liu.se/c/
|
|
| |
| | Dinkumware, Ltd. |
 | | Microsoft is dramatically overhauling the managed extensions they added to C++ for the.NET environment. |  | | We also offer deep discounts for use by multiple developers. |  | | See how close our Windows CE library matches the VC++ desktop environment. |
|
http://www.dinkumware.com/
|
|
| |
| | Sample: The C++ Standard Template Library |
 | | Older string library appear to define some special versions of vector and list operators and the older compilers can not make up its mind which to use. |  | | A computer Science Data Structures (CS2) class like CSUSB's CS330 will teach you how these data structures are implemented. |  | | The libraries include a large number of possibilities. |
|
http://www.csci.csusb.edu/dick/samples/stl.html
|
|
| |
| | Python Library Reference |
 | | -- DBM-style interface to the BSD database library |
|
http://www.python.org/doc/current/lib/lib.html
|
|
| |
| | LinuxThreads Frequently Asked Questions |
 | | Most libraries cannot be used "as is" in a multithreaded program. |  | | For one thing, they are not necessarily thread-safe: calling simultaneously two functions of the library from two threads might not work, due to internal use of global variables and the like. |  | | LinuxThreads is a Linux library for multi-threaded programming. |
|
http://pauillac.inria.fr/~xleroy/linuxthreads/faq.html
|
|
| |
| | C Beyond The Standard Library |
 | | But it lacks much that is commonplace in modern computing: networks, GUIs, concurrency, and so on. |  | | As a result, numerous C++ library projects have arisen to complete, correct, or extend the standard C++ library. |  | | (Many other projects exist, of course, but it is not possible to present them all in a single article.) If you have time to learn only one extra library, I recommend Boost. |
|
http://www.cprogrammingtrends.com/cprogrammingtrends-43-20030728CBeyondTheStandardLibrary.html
|
|
| |
| | Incompatibilities Between ISO C and ISO C++ |
 | | This should not be a problem in practice, provided that multiple inline function definitions occur only in shared header files (which ensures that the multiple function definitions are composed of the same token sequences). |  | | The C++ standard library header files amend some of the standard C library function declarations so as to be more type-safe when used in C++. |  | | No header file is required to enable its definition. |
|
http://david.tribble.com/text/cdiffs.htm
|
|
| |
| | iit virtual library |
 | | Just put your mouse on 'Digital Library' to access various famous Digital Libraries. |  | | You will find any kind of information of your requirement |  | | Networked Digital Library of Theses and Dissertations (NDLTD) |
|
http://www.library.iitkgp.ernet.in/usr/nonbook/iit_virtual_lib.html
|
|
| |
| | STL Tutorial |
 | | In this way the algorithms can be used to work on entities that are not containers; for example, the function |  | | Some algorithms require only the capabilities of input iterators, while others require random access (e.g., to sort). |  | | Here is a standard C++ program to read a list of integers, sort them and print them: |
|
http://www.decompile.com/html/tut.html
|
|
| |
| | Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library - $33.74 |
 | | C++'s Standard Template Library is revolutionary, but learning to use it well has always been a challenge. |  | | There was never any question that the library represented a breakthrough in efficient and extensible design, but when it came to using the STL, there were practical problems I couldn't overlook. |  | | STL tutorials were hard to come by, so learning "the STL way of programming" was difficult, and once that hurdle was overcome, finding comprehensible and accurate reference documentation was equally difficult. |
|
http://www.awl.com/cseng/titles/0-201-74962-9/
|
|
| |
| | C++ Coding Standard |
 | | The computer doesn't care how many libraries you have. |  | | If you have code that can be reused and can't be placed in an existing library then make a new library. |  | | A reusable class may be hiding in a program directory and will never have the thrill of being shared because the programmer won't factor the class or classes into a library. |
|
http://www.possibility.com/Cpp/CppCodingStandard.html
|
|
| |
| | STL Error Decryptor for C++ |
 | | Check out BD Software's new, free, STL Container Initialization Library. |  | | If you're using Comeau or Intel C++, use one of those platform-specific distributions above. |  | | Need a simple, handy way to stuff arbitrary values into a new STL container in a single statement? |
|
http://www.bdsoft.com/tools/stlfilt.html
|
|
| |
| | The standard library |
 | | Similarly, in interactive use, these globals can be used in toplevel phrases without having to load any |  | | Hence, these modules can be used in standalone programs without having to add any |  | | : the run-time library for lexers generated by |
|
http://caml.inria.fr/ocaml/htmlman/manual034.html
|
|
| |
| | C++ Standard Library Active Issues List |
 | | First, defining the object may be unnecessary and even detrimental to performance if an implementation can guarantee that the 8 standard iostream objects will be initialized before any other user-defined object in a program. |  | | After all, a library implementation can add const char* constructors as an extension, and users don't need to avail themselves of the standard exceptions, though this is a lame position to be forced into. |  | | I think that this phrase was probably formulated before it was decided that a standard header may freely include other standard headers. |
|
http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/lwg-active.html
|
|
| |
| | Programming Ruby: The Pragmatic Programmer's Guide |
 | | If the given header file can be found in the standard search path, adds the directive -DHAVE_ HEADER to the compile command in the |  | | For more information on creating extension modules, see Chapter 17, which begins on page 169. |  | | Include the English library file in a Ruby script, and you can reference the global variables such as |
|
http://www.rubycentral.com/book/lib_standard.html
|
|
| |
| | Library of Congress WWW/Z39.50 Gateway |
 | | Z39.50 makes it possible for a user in one system to search and retrieve information from other computer systems (that have also implemented Z39.50) without knowing the search syntax that is used by those other systems. |  | | Where applicable, the software vendor for the target Z39.50 implementation is given in parentheses after the name of the institution. |  | | Using a Z39.50 client, it is currently possible to search the Library of Congress bibliographic file. |
|
http://www.loc.gov/z3950
|
|
| |
| | Amazon.com: Books: Standard C Library, The |
 | | Reference book for the C standard library which defines things like , etc. Every chapter deals with one C header file. |  | | Structured like the Standard C Library, it contains 15 headers declaring or defining all of the names in the library. |  | | A collection of reusable functions (code for building data structures, code for performing math functions and scientific calculations, etc.) which will save C programmers time and money especially when working on large programming projects. |
|
http://www.amazon.com/exec/obidos/tg/detail/-/0131315099?v=glance
|
|
| |
| | The C Standard Library |
 | | object to which certain library functions assign specific positive values on error |  | | Describes formatting of monetary and other numeric values: |  | | to determine the value (if any) assigned to errno by a library function, a program should assign zero to errno immediately prior to the function call |
|
http://www.infosys.utas.edu.au/info/documentation/C/CStdLib.html
|
|
| |
| | An Introduction to the C++ Standard Template Library (STL) |
 | | The last difference is that instead of comparing with NULL to identify the end of the list, we compare with the value given by the member-function end(), which "points" to one element past the end of the list. |  | | I briefly present the fundamental concepts in the STL, showing code examples to help you understand these concepts. |  | | Surprisingly similar to the original version using arrays! |
|
http://www.mochima.com/tutorials/STL.html
|
|
| |
| | Ruby in a Nutshell: Chapter 4 Excerpt: Standard Library Reference |
 | | These are used so frequently that they are included with all standard distributions of Ruby; when you access these classes and methods from your programs, you can be assured that they will be available from the Standard Library. |  | | All have an intuitive, transparent interface that won't get in your way. |  | | Would you feel confident they have been exhaustively tested, optimized and debugged? |
|
http://www.oreilly.com/catalog/ruby/chapter/ch04.html
|
|
| |
| | DDJ |
 | | Michael Fitzpatrick examines Dynamics of Software Development, by Jim McCarthy, while Laurence Vanhelsuwe' looks at The Unicode Standard, Version 2.0. |  | | Nathan shows how the STL-and you-can use empty subobjects without bloating your data requirements. |  | | Late last year, Silicon Graphics released a new version of the STL. |
|
http://www.ddj.com/articles/1997/9708/9708a/9708a.htm
|
|
| |
| | Phil Ottewell's STL Tutorial |
 | | Standard Template Library, generally referred to as the STL, saves you, the programmer, from having to re-invent the wheel. |  | | Avoiding esoteric functionality, the examples have been written to clearly demonstrate STL features. |  | | // // Purpose: // Demonstrate use of standard string class // ANSI C Headers #include |
|
http://www.yrl.co.uk/~phil/stl/stl.htmlx
|
|
| |
| | Digital Mars C, C++ and D Compilers |
 | | Add on libraries for 16 bit DOS development. |  | | Add on libraries for 32 bit DOS development. |  | | Develop 32 bit programs for DOS with X32 32 bit DOS Extender. |
|
http://www.digitalmars.com/
|
|
| |
| | Views - a C++ Standard Template Library extension. |
 | | For more information about this software, refer to: |  | | The software described here extends the Standard Template Library by adding template classes that define views. |  | | Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that this notice appears unmodified in all derivative works. |
|
http://www.zeta.org.au/~jon/STL/views/doc/views.html
|
|
| |
| | Standard Template Library - Wikipedia, the free encyclopedia |
 | | The Standard Template Library (STL) is a software library. |  | | While this approach is very powerful, the resulting complicated code was (and sometimes still is) a problem for many compilers, which sometimes failed to compile valid constructs, produced invalid code, or required the programmer to put in extra effort to get things to work. |  | | The C++ Standard Library is defined by ISO/IEC 14882. |
|
http://en.wikipedia.org/wiki/Standard_Template_Library
|
|
| |
| | C++ Standard Library Quick Reference |
 | | These adaptors convert function pointers into function objects. |  | | Others have already done a good job of creating references for the standard algorithms. |  | | The STL algorithms changed a bit when they were incorporated into the C++ Standard Library, one notable change from the above sources is in the |
|
http://www.halpernwightsoftware.com/stdlib-scratch/quickref.html
|
|
| |
| | OpenGL - The Industry Standard for High Performance Graphics |
 | | Core and extension functionality is exposed in a single header file. |  | | This site is still accessible to any browser or Internet device but may not format exactly right. |  | | The OpenGL Extension Wrangler Library (GLEW) is a cross-platform C/C++ OpenGL API extension loading library that provides efficient run-time mechanisms for determining which OpenGL extensions are supported on the target platform. |
|
http://www.opengl.org/
|
|
| |
| | The Standard PHP Library, Part 2 |
 | | The object may be a simple array data type or it may be a complex class, but by using iterators, we can standardize the way we traverse objects. |  | | The more important concept, however, is providing a way to traverse an object without exposing its internal data structure. |  | | In addition to providing a standard interface for object traversal and keeping the internal structure of the object being traversed private, it is common to iterate an object using a filter or to have multiple pending traversals on a single object. |
|
http://www.devshed.com/c/a/PHP/The-Standard-PHP-Library-Part-2/
|
|
| |
| | Stroustrup: Appendix E: Standard Library Exception Safety |
 | | Among many other things, the initial printings of The C++ Programming Language (3rd Edition) described the standard library and how to use it with exceptions. |  | | This description has the form of an appendix to my 3rd edition and is intended to be sufficiently complete to guide programmers to do nontrivial work using exceptions and the standard library. |  | | Consequently, I have written a longish (34 page) tutorial description of what the standard library guarantees about exception safety, how it delivers those guarantees, and what the user needs to do to benefit. |
|
http://www.research.att.com/~bs/3rd_safe0.html
|
|
| |
| | World Wide Web Consortium |
 | | SICS (Swedish Institute of Computer Science) promotes the uptake of Web standards through advanced IT research and development in collaboration with national and international industry, as well as with public sector organizations. |  | | The PSIG is is a forum for W3C Members and Invited Experts to discuss policy issues regarding the implementation of the W3C Patent Policy as well as new patent-related questions that arise which require action or attention from the W3C Membership. |  | | The new Patents and Standards Interest Group (PSIG) is chaired by Don Deutsch (Oracle) and Daniel J. Weitzner (W3C) and is chartered through 1 December 2007. |
|
http://www.w3.org/
|
|
| |
| | VTL (View Template Library) Homepage |
 | | This is the project page of the View Template Library (VTL) written by Gary Powell and Martin Weiser. |  | | His library should work with Visual C++, too. |  | | We would be glad to hear from users of different compilers. |
|
http://www.zib.de/weiser/vtl/
|
|
| |
| | Z39.50 Maintenance Agency Page |
 | | This page provides links to information about Z39.50 resources and about the development and maintenance of Z39.50 (existing as well as future versions) and the implementation and use of the Z39.50 protocol. |  | | The standard specifies a client/server-based protocol for searching and retrieving information from remote databases. |  | | "Z39.50" refers to the International Standard, ISO 23950: "Information Retrieval (Z39.50): Application Service Definition and Protocol Specification", and to ANSI/NISO Z39.50. |
|
http://www.loc.gov/z3950/agency
|
|
| |
| | The Standard Template Library Tutorial |
 | | "The Standard Template Library (STL) is a C++ programming library that has been developed by Alexander Stepanov and Meng Lee at the Hewlett Packard laboratories in Palo Alto, California. |  | | This tutorial should give the interested reader a comprehensive survey on the Standard Template Library and should enable him to use the STL programming technique in his own programs. |  | | It was designed to enable a C++ programmer to do generic programming and is based on the extensive use of templates - also called parametrized types. |
|
http://www.infosys.tuwien.ac.at/Research/Component/tutorial/prwmain.htm
|
|
|