Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Swap_(computer_science)> ?p ?o. }
Showing items 1 to 25 of
25
with 100 items per page.
- Swap_(computer_science) abstract "In computer programming, the act of swapping two variables refers to mutually exchanging the values of the variables. Usually, this is done with the data in memory. For example, in a program, two variables may be defined thus (in pseudocode):data_item x := 1data_item y := 0swap (x, y);(In many programming languages where the swap function is built-in; in C++, overloads are provided allowing std::swap to swap some large structures in O(1) time.)After swap is performed, x will contain the value 0 and y will contain 1; their values have been exchanged. Of course, this operation may be generalized to other types of values, such as strings, aggregated data types and comparison sorts, utilize swaps to change the positions of data.".
- Swap_(computer_science) wikiPageExternalLink ?p=60.
- Swap_(computer_science) wikiPageID "6067549".
- Swap_(computer_science) wikiPageRevisionID "601954519".
- Swap_(computer_science) hasPhotoCollection Swap_(computer_science).
- Swap_(computer_science) subject Category:Programming_idioms.
- Swap_(computer_science) type Abstraction100002137.
- Swap_(computer_science) type Communication100033020.
- Swap_(computer_science) type ExpressiveStyle107066659.
- Swap_(computer_science) type Formulation107069948.
- Swap_(computer_science) type Parlance107081177.
- Swap_(computer_science) type ProgrammingIdioms.
- Swap_(computer_science) comment "In computer programming, the act of swapping two variables refers to mutually exchanging the values of the variables. Usually, this is done with the data in memory.".
- Swap_(computer_science) label "Dreieckstausch".
- Swap_(computer_science) label "Swap (computer science)".
- Swap_(computer_science) label "Zamiana wartości zmiennych".
- Swap_(computer_science) sameAs Dreieckstausch.
- Swap_(computer_science) sameAs 교체_연산.
- Swap_(computer_science) sameAs Zamiana_wartości_zmiennych.
- Swap_(computer_science) sameAs m.0fnd68.
- Swap_(computer_science) sameAs Q676024.
- Swap_(computer_science) sameAs Q676024.
- Swap_(computer_science) sameAs Swap_(computer_science).
- Swap_(computer_science) wasDerivedFrom Swap_(computer_science)?oldid=601954519.
- Swap_(computer_science) isPrimaryTopicOf Swap_(computer_science).