Results 261 to 270 of about 545,672 (305)
Some of the next articles are maybe not open access.

Programmatic testing of the Standard Template Library containers

Proceedings 13th IEEE International Conference on Automated Software Engineering (Cat. No.98EX239), 2002
We describe part of an STL conformance test suite under development. Test suites for all of the STL containers have been written, demonstrating the feasibility of thorough and highly automated testing of industrial component libraries. We describe affordable test suites that provide good code and boundary value coverage, including the thousands of ...
McDonald, Jason   +2 more
openaire   +2 more sources

The Standard Template Library

2001
In this chapter we examine the Standard Template Library (STL). The STL is a comprehensive library of template functions and classes that are suppiled with all ANSI C++ compatible compilers. The objective of the STL is to provide programmers with a library of frequently used data structures and functions.
openaire   +1 more source

A Standardized Template for Clinical Studies in Preterm Birth

Reproductive Sciences, 2012
Preterm birth is a major societal and economic problem accounting for 80 to 90% of neonatal morbidity and mortality worldwide. It is recognized as a complex multifactorial condition comprising several distinct clinical phenotypes with different underlying etiologies.
Leslie, Myatt   +6 more
openaire   +2 more sources

Transperineal templates for brachytherapy treatment of pelvic malignancies—a comparison of standard and customized templates

International Journal of Radiation Oncology*Biology*Physics, 1990
A technique is described for the design and construction of customized templates for transperineal implants and interstitial hyperthermia of pelvic malignancies. The design of the template and the distribution of the transperineal Iridium-192 seed ribbons are based on prior optimization of the dose distribution. The target volume is defined by means of
G C, Bentel   +4 more
openaire   +2 more sources

The Standard Template Library

2019
Should every programmer make his/her own vector class, list class, and so on? Oh, of course not. So some time back the Standard Template Library (STL) was developed and put into the standard. In STL you'll find containers like list and vector; strings, as we already use them; and commonly needed functions like swap, find, and copy.
openaire   +1 more source

Templates: Standardization for Business Networking

2001
Business in the information age depends to a large extend on the availabihty of accepted standards [cf. e.g. OECD 1996]. They significantly reduce the coordination requirements between business partners and are the basis for establishing integrated information flows.
Thomas Huber   +2 more
openaire   +1 more source

Standard Templates Adaptive Parallel Library (STAPL)

1998
STAPL (Standard Adaptive Parallel Library) is a parallel C++ library designed as a superset of the STL, sequentially consistent for functions with the same name, and executes on uni- or multiprocessors. STAPL is implemented using simple parallel extensions of C++ which provide a SPMD model of parallelism supporting recursive parallelism. The library is
Lawrence Rauchwerger   +2 more
openaire   +1 more source

Introducing the Standard Template Library

2004
As you already know, C++ provides an extensive standard library that simplifies many programming tasks. In addition to what you have seen up to now, this library also provides a range of templates that provide a much higher level of capability. You can use these templates to create standard containers, algorithms, and functions for your data types ...
openaire   +1 more source

Overview of the Standard Template Library

1998
The Standard Template Library has six different kinds of components. There are different subcategories of each of these component types. Here in one place is the complete listing of the library elements.
openaire   +1 more source

Home - About - Disclaimer - Privacy