Results 221 to 230 of about 23,391 (245)
Some of the next articles are maybe not open access.
2020
The Standard Template Library (STL) consists of a standard set of functionality that implementers are required to support. Creating a standard ensures that code can be used interchangeably on different platforms and operating systems as long as the supplied implementations conform to that standard.
J. Burton Browning, Bruce Sutherland
openaire +1 more source
The Standard Template Library (STL) consists of a standard set of functionality that implementers are required to support. Creating a standard ensures that code can be used interchangeably on different platforms and operating systems as long as the supplied implementations conform to that standard.
J. Burton Browning, Bruce Sutherland
openaire +1 more source
International Journal of Production Research, 2008
Errors in stereo-lithography files have often resulted in inconvenience of successive processing. The intention of this paper is to propose a systematic method to repair defects in stereo-lithography files. An error descriptive graph was generated to provide a deep insight into errors.
F. Liu, H. Zhou, D. Li
openaire +1 more source
Errors in stereo-lithography files have often resulted in inconvenience of successive processing. The intention of this paper is to propose a systematic method to repair defects in stereo-lithography files. An error descriptive graph was generated to provide a deep insight into errors.
F. Liu, H. Zhou, D. Li
openaire +1 more source
The Journal of the Acoustical Society of America, 1973
The STL-ionophone consists of a dc discharge in air. The discharge emits sound when an ac current is superimposed on the dc current. It represents a small sound emitter with high internal impedance and constant source strength from low to ultrasound frequencies.
F. J. Fransson, E. V. Jansson
openaire +1 more source
The STL-ionophone consists of a dc discharge in air. The discharge emits sound when an ac current is superimposed on the dc current. It represents a small sound emitter with high internal impedance and constant source strength from low to ultrasound frequencies.
F. J. Fransson, E. V. Jansson
openaire +1 more source
2023
The use of STL files become common in recent years with the democratization of additive manufacturing processes and also the advent of numerical technics in the medical field. These two technologies, among others, use the STL file format to save the geometry of the shapes.
openaire +1 more source
The use of STL files become common in recent years with the democratization of additive manufacturing processes and also the advent of numerical technics in the medical field. These two technologies, among others, use the STL file format to save the geometry of the shapes.
openaire +1 more source
AIP Conference Proceedings, 2013
Self-referencing data is widely-used in lazy functional languages. This technique enables us to express infinite data with a finite structure. Since C++ is a multiparadigm language, it is possible to utilize the advantages of these functional methods in C++ programs.
Zalán Szűgyi, Attila Góbi
openaire +1 more source
Self-referencing data is widely-used in lazy functional languages. This technique enables us to express infinite data with a finite structure. Since C++ is a multiparadigm language, it is possible to utilize the advantages of these functional methods in C++ programs.
Zalán Szűgyi, Attila Góbi
openaire +1 more source
2014
The last STL container type object that I cover is the bitset. I say STL type because the bitset is not strictly a container. It does not support iterators, the range-based for loops, or STL's algorithms. A bitset is used for tracking individual boolean values in a combined set.
openaire +1 more source
The last STL container type object that I cover is the bitset. I say STL type because the bitset is not strictly a container. It does not support iterators, the range-based for loops, or STL's algorithms. A bitset is used for tracking individual boolean values in a combined set.
openaire +1 more source
Backpropagation for Parametric STL
2019 IEEE Intelligent Vehicles Symposium (IV), 2019This paper proposes a method to evaluate Signal Temporal Logic (STL) robustness formulas using computation graphs. This method results in efficient computations and enables the use of backpropagation for optimizing over STL parameters. Inferring STL formulas from behavior traces can provide powerful insights into complex systems, such as longterm ...
Karen Leung +2 more
openaire +1 more source
1998
The Standard Template Library provides a large number of generic algorithms that can greatly simplify routine programming tasks. Although the number of algorithms can seem overwhelming at first, they can be broken into categories that make them easier to comprehend.
openaire +1 more source
The Standard Template Library provides a large number of generic algorithms that can greatly simplify routine programming tasks. Although the number of algorithms can seem overwhelming at first, they can be broken into categories that make them easier to comprehend.
openaire +1 more source
2004
Die nicht-modifizierenden Sequenz-Algorithmen durchsuchen einen sequenziellen Container ohne Anderung der Reihenfolge for_each() // Durchmustern aller find(),find_end(),find_first() //Suchen adjacent_find() // Suchen benachbarter Elemente count().count_if() // Zahlen mismatch() // Untersuchen auf Ungleichheit equal ...
openaire +1 more source
Die nicht-modifizierenden Sequenz-Algorithmen durchsuchen einen sequenziellen Container ohne Anderung der Reihenfolge for_each() // Durchmustern aller find(),find_end(),find_first() //Suchen adjacent_find() // Suchen benachbarter Elemente count().count_if() // Zahlen mismatch() // Untersuchen auf Ungleichheit equal ...
openaire +1 more source
2014
All of the STL containers you have seen so far have stored individual data elements. In this chapter you will be introduced to associative containers. These containers associate a key with the data values that you are inserting. In the case of the map and unordered_map containers, you are required to supply a value to use as the key, whereas the set ...
openaire +1 more source
All of the STL containers you have seen so far have stored individual data elements. In this chapter you will be introduced to associative containers. These containers associate a key with the data values that you are inserting. In the case of the map and unordered_map containers, you are required to supply a value to use as the key, whereas the set ...
openaire +1 more source

