Disco - Hyperdata Browser (About)

Typumwandlung

URI:
PropertyValueSources
abstract En informatique la conversion de type est le fait de convertir une valeur d'un type (source) dans un autre (cible). On parle aussi de coercition ou de cast. On distingue trois types de conversion (dont un seul mérite vraiment le nom de conversion) suivant la relation de sous-typage existant entre les types source et cible : la conversion entre types incomparables, la coercition ascendante, la coercition descendante. G1
abstract In computer science, type conversion or typecasting refers to changing an entity of one data type into another. This is done to take advantage of certain features of type hierarchies. For instance, values from a more limited set, such as integers, can be stored in a more compact format and later converted to a different format enabling operations not previously possible, such as division with several decimal places' worth of accuracy. In object-oriented programming languages, type conversion allows programs to treat objects of one type as one of their ancestor types to simplify interacting with them. There are two types of conversion: implicit and explicit. The term for implicit type conversion is coercion. The most common form of explicit type conversion is known as casting. Explicit type conversion can also be achieved with separately defined conversion routines such as an overloaded object constructor. Each programming language has its own rules on how types can be converted. In general, both objects and fundamental data types can be converted. G1
abstract In de informatica is een typeconversie een operatie die een stukje data van een bepaald gegevenstype converteert naar een ander gegevenstype. G1
abstract In informatica, con conversione di tipo (oppure impropriamente casting, dal nome di un suo sottotipo) ci si riferisce all'operazione di passaggio di una variabile da un tipo di dato ad un altro: questa conversione è effettuata per avvantaggiarsi di alcune caratteristiche delle gerarchie dei tipi. Per esempio, i valori di un intervallo limitato (come quello degli interi) possono essere immagazzinati in piccole quantità di memoria, per poi essere convertiti in un formato diverso che potenzialmente permette nuove operazioni, come la divisione con varie cifre decimali di precisione. Nei linguaggi di programmazione orientati agli oggetti, la conversione di tipo permette ai programmi di trattare gli oggetti come se fossero di un tipo antenato, ad esempio per semplificarne la manipolazione. Esistono due tipi di conversione di tipo: implicita ed esplicita. Il termine utilizzato per riferirsi alla conversione implicita è coercion, mentre il metodo più comune di conversione esplicita è chiamato casting (sostantivo che, a volte, viene impropriamente usato per indicare il significato generale di conversione). La conversione esplicita può essere eseguita anche con delle funzioni di conversione definite separatemente, come i costruttori sovraccarichi. G1
abstract Konwersja typu, zmiana typu (zmiennej w odwołaniu, wyrażenia), rzutowanie typu, przekształcenie typu, to konstrukcja programistyczna dostępna w określonym języku programowania, umożliwiająca traktowanie danej pewnego, konkretnego typu, jak daną innego typu, lub taką zmianę tej danej albo jej reprezentacji w pamięci operacyjnej, aby wartość tej danej, odpowiadała według przyjętych kryteriów odwzorowania, danej innego, wybranego typu. Pojęcie konwersji odnosi się także do sytuacji wyboru, rzutowania danych, które nie posiadają przypisanego typu, na wybrany, konkretny typ, celem interpretacji tych danych. Konwersja typu jest więc w swej istocie wykonaniem pewnego, z góry ustalonego, odwzorowania pomiędzy różnymi typami. G1
abstract Typumwandlung (engl. type conversion oder cast) bezeichnet in der Informatik die Umwandlung des Wertes eines Datentyps in einen Wert eines anderen Datentyps. Beispielsweise kann es sein, dass man eine Zahl als Zeichenkette darstellen möchte. Es muss dann eine Umwandlung der für die Darstellung der Zahl verwendeten Daten in die für die Darstellung einer Zeichenkette notwendigen Daten vorgenommen werden: string s; // Variable s kann Zeichenkette aufnehmen int i = 42; // Variable i nimmt ganze Zahl 42 auf (z. B. Daten "002A" auf 16-bit Rechner) s = i; // s soll Wert von i annehmen --Typkonflikt-- hier muss Konvertierung erfolgen! // z. B. in "343200" (ASCII Code für Zeichen 4 und 2, sowie C-String Terminator) Oft kann der eine Datentyp den gesamten Wertebereich des anderen Datentyp aufnehmen, so dass man je nach Vergrößerung oder Verkleinerung der Wertemenge des Datentyps von Typerweiterung (engl. type promotion) oder Typeinschränkung (engl. type demotion) spricht. Es gibt explizite und implizite Typumwandlungen. G1
abstract Приведе́ние ти́па (type conversion) — весьма важная часть многих языков программирования, в особенности функциональных. Означает этот термин следующее: если в какой-то момент тип переменной в составе выражения не задан, он просчитывается (выводится) автоматически. Например, если мы складываем целое число с чем-то неизвестным и хотим получить целое число, ясно, что это неизвестное либо также целое число, либо легко приводится к виду целого числа. Естественно, существуют ситуации, когда для автоматического приведения типов данных недостаточно, тогда применяется явное приведение типа, то есть программист задаёт к какому типу следует привести выражение. Существует два способа приведения типа: G1
abstract 型変換(かたへんかん)とはプログラムにおいて、あるデータ型を他のデータ型に変換することである。 G1
date January 2008 G1
for property type conversion (aviation) G1
for property type conversion in aviation G1
hasPhotoCollection http://www4.wiwiss.fu-berlin.de/flickrwrappr/photos/Type_conversion G1
reference http://docs.hp.com/en/B3901-90007/ch05s05.html G1
reference http://en.wikibooks.org/wiki/C%2B%2B_Programming/Type_Casting G1
reference http://en.wikibooks.org/wiki/F_Sharp_Programming/Inheritance#Up-casting_and_Down-casting G1
reference http://help.sap.com/abapdocu_70/en/ABENCAST_CASTING_GLOSRY.htm G1
reference http://java.sun.com/docs/books/jls/third_edition/html/conversions.html#5.5 G1
reference http://www.abap2java.com/Casting G1
reference http://www.adapower.com/index.php?Command=Class&ClassID=FAQ&CID=354 G1
reference http://www.cplusplus.com/doc/tutorial/typecasting.html G1
reference http://www.cs.umd.edu/class/sum2003/cmsc311/Notes/BitOp/cast.html G1
wiki page uses template http://dbpedia.org/resource/Template:for G1
wiki page uses template http://dbpedia.org/resource/Template:mergefrom-multiple G1
wiki page uses template http://dbpedia.org/resource/Template:wikibookspar G1
wikibooksparProperty Transwiki G1
wikibooksparProperty Type conversion G1
type http://dbpedia.org/class/yago/DataTypes G1
comment En informatique la conversion de type est le fait de convertir une valeur d'un type (source) dans un autre (cible). On parle aussi de coercition ou de cast. On distingue trois types de conversion (dont un seul mérite vraiment le nom de conversion) suivant la relation de sous-typage existant entre les types source et cible : la conversion entre types incomparables, la coercition ascendante, la coercition descendante. G1
comment In computer science, type conversion or typecasting refers to changing an entity of one data type into another. This is done to take advantage of certain features of type hierarchies. For instance, values from a more limited set, such as integers, can be stored in a more compact format and later converted to a different format enabling operations not previously possible, such as division with several decimal places' worth of accuracy. G1
comment In de informatica is een typeconversie een operatie die een stukje data van een bepaald gegevenstype converteert naar een ander gegevenstype. G1
comment In informatica, con conversione di tipo (oppure impropriamente casting, dal nome di un suo sottotipo) ci si riferisce all'operazione di passaggio di una variabile da un tipo di dato ad un altro: questa conversione è effettuata per avvantaggiarsi di alcune caratteristiche delle gerarchie dei tipi. G1
comment Konwersja typu, zmiana typu (zmiennej w odwołaniu, wyrażenia), rzutowanie typu, przekształcenie typu, to konstrukcja programistyczna dostępna w określonym języku programowania, umożliwiająca traktowanie danej pewnego, konkretnego typu, jak daną innego typu, lub taką zmianę tej danej albo jej reprezentacji w pamięci operacyjnej, aby wartość tej danej, odpowiadała według przyjętych kryteriów odwzorowania, danej innego, wybranego typu. G1
comment Typumwandlung (engl. type conversion oder cast) bezeichnet in der Informatik die Umwandlung des Wertes eines Datentyps in einen Wert eines anderen Datentyps. Beispielsweise kann es sein, dass man eine Zahl als Zeichenkette darstellen möchte. G1
comment Приведе́ние ти́па (type conversion) — весьма важная часть многих языков программирования, в особенности функциональных. Означает этот термин следующее: если в какой-то момент тип переменной в составе выражения не задан, он просчитывается (выводится) автоматически. G1
comment 型変換(かたへんかん)とはプログラムにおいて、あるデータ型を他のデータ型に変換することである。 G1
label Conversion de type G1
label Conversione di tipo G1
label Konwersja typu G1
label Type conversion G1
label Typeconversie G1
label Typumwandlung G1
label Приведение типа G1
label 型変換 G1
sameAs http://rdf.freebase.com/ns/guid.9202a8c04000641f80000000002ac14b G1
subject http://dbpedia.org/resource/Category:Data_types G1
subject Type theory G1
retrievalTimestamp 1265813404500 G2
sourceURL Type conversion G2
page http://en.wikipedia.org/wiki/Type_conversion G1
is disambiguates of http://dbpedia.org/resource/Conversion G1
is redirect of http://dbpedia.org/resource/Cast_%28computer_programming%29 G1
is redirect of http://dbpedia.org/resource/Cast_%28computer_science%29 G1
is redirect of http://dbpedia.org/resource/Const_cast G1
is redirect of http://dbpedia.org/resource/Explicit_type_conversion G1
is redirect of http://dbpedia.org/resource/Implicit_coercion G1
is redirect of http://dbpedia.org/resource/Implicit_conversion G1
is redirect of http://dbpedia.org/resource/Static_cast G1
is redirect of http://dbpedia.org/resource/Static_casting G1
is redirect of http://dbpedia.org/resource/Type_coercion G1
is redirect of http://dbpedia.org/resource/Type_conversions G1
is redirect of http://dbpedia.org/resource/Typecast_%28programming%29 G1
is redirect of http://dbpedia.org/resource/Typecasting_%28programming%29 G1
is sameAs of http://mpii.de/yago/resource/Type_conversion G1

Sources

Displayed information originates from the following RDF graphs:
 
G1. http://dbpedia.org/resource/Type_conversion
G2. http://localhost/provenanceInformation

Session Cache

Display all RDF graphs that are currently in your session cache.