Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Generator_(computer_programming)> ?p ?o. }
Showing items 1 to 47 of
47
with 100 items per page.
- Generator_(computer_programming) abstract "In computer science, a generator is a special routine that can be used to control the iteration behaviour of a loop. In fact, all generators are iterators. A generator is very similar to a function that returns an array, in that a generator has parameters, can be called, and generates a sequence of values. However, instead of building an array containing all the values and returning them all at once, a generator yields the values one at a time, which requires less memory and allows the caller to get started processing the first few values immediately. In short, a generator looks like a function but behaves like an iterator.Generators can be implemented in terms of more expressive control flow constructs, such as coroutines or first-class continuations. Generators, also known as semicoroutines, are a special case of (and weaker than) coroutines, in that they always yield control back to the caller (when passing a value back), rather than specifying a coroutine to jump to; see comparison of coroutines with generators.".
- Generator_(computer_programming) wikiPageExternalLink pygen.
- Generator_(computer_programming) wikiPageExternalLink citation.cfm?doid=225540.225541.
- Generator_(computer_programming) wikiPageExternalLink SECTION003400000000000000000.
- Generator_(computer_programming) wikiPageExternalLink Coro.
- Generator_(computer_programming) wikiPageExternalLink Coro::Generator.
- Generator_(computer_programming) wikiPageExternalLink generators.
- Generator_(computer_programming) wikiPageID "572997".
- Generator_(computer_programming) wikiPageRevisionID "596591358".
- Generator_(computer_programming) hasPhotoCollection Generator_(computer_programming).
- Generator_(computer_programming) subject Category:Articles_with_example_C_Sharp_code.
- Generator_(computer_programming) subject Category:Articles_with_example_Haskell_code.
- Generator_(computer_programming) subject Category:Articles_with_example_Java_code.
- Generator_(computer_programming) subject Category:Articles_with_example_Perl_code.
- Generator_(computer_programming) subject Category:Articles_with_example_Python_code.
- Generator_(computer_programming) subject Category:Articles_with_example_Racket_code.
- Generator_(computer_programming) subject Category:Articles_with_example_Ruby_code.
- Generator_(computer_programming) subject Category:Articles_with_example_Tcl_code.
- Generator_(computer_programming) subject Category:Iteration_in_programming.
- Generator_(computer_programming) subject Category:Programming_constructs.
- Generator_(computer_programming) type Abstraction100002137.
- Generator_(computer_programming) type Cognition100023271.
- Generator_(computer_programming) type Concept105835747.
- Generator_(computer_programming) type Content105809192.
- Generator_(computer_programming) type Idea105833840.
- Generator_(computer_programming) type ProgrammingConstructs.
- Generator_(computer_programming) type PsychologicalFeature100023100.
- Generator_(computer_programming) comment "In computer science, a generator is a special routine that can be used to control the iteration behaviour of a loop. In fact, all generators are iterators. A generator is very similar to a function that returns an array, in that a generator has parameters, can be called, and generates a sequence of values.".
- Generator_(computer_programming) label "Generator (computer programming)".
- Generator_(computer_programming) label "Generator (informatica)".
- Generator_(computer_programming) label "Generator (informatyka)".
- Generator_(computer_programming) label "Generatore (informatica)".
- Generator_(computer_programming) label "Gerador (ciência da computação)".
- Generator_(computer_programming) label "Générateur (informatique)".
- Generator_(computer_programming) label "ジェネレータ (プログラミング)".
- Generator_(computer_programming) sameAs Générateur_(informatique).
- Generator_(computer_programming) sameAs Generatore_(informatica).
- Generator_(computer_programming) sameAs ジェネレータ_(プログラミング).
- Generator_(computer_programming) sameAs Generator_(informatica).
- Generator_(computer_programming) sameAs Generator_(informatyka).
- Generator_(computer_programming) sameAs Gerador_(ciência_da_computação).
- Generator_(computer_programming) sameAs m.02rdr9.
- Generator_(computer_programming) sameAs Q2565187.
- Generator_(computer_programming) sameAs Q2565187.
- Generator_(computer_programming) sameAs Generator_(computer_programming).
- Generator_(computer_programming) wasDerivedFrom Generator_(computer_programming)?oldid=596591358.
- Generator_(computer_programming) isPrimaryTopicOf Generator_(computer_programming).