In Unix and Unix-like operating systems, as well as certain programming language interfaces, the standard streams are preconnected input and output channels between a computer program and its environment when it begins execution. The three I/O connections are called standard input, standard output and standard error.

PropertyValue
dbpedia-owl:thumbnail
dbpprop:abstract
  • In Unix and Unix-like operating systems, as well as certain programming language interfaces, the standard streams are preconnected input and output channels between a computer program and its environment when it begins execution. The three I/O connections are called standard input, standard output and standard error.
  • Die Standard-Datenströme sind drei Datenströme für die Ein- und Ausgabe im Betriebssystem Unix oder in verwandten Betriebssystemen. Sie werden auch von der Standard C Library unterstützt. Viele Programme verwenden automatisch die Standardein- bzw. Standardausgabe, wenn auf der Kommandozeile keine Dateien für die Ein- oder Ausgabe angegeben werden.
  • Standardní proudy jsou v informatice implicitně otevřené deskriptory, které slouží procesu (spuštěnému programu) ke styku s jeho okolím. Definují standardní vstup (stdin, typicky propojeny s klávesnicí), standardní výstup (stdout) a standardní chybový výstup (stderr, oba typicky propojeny s terminálem). Termín proud (anglicky stream, file handle) označuje v jazyce C technicky jinou datovou strukturu, než deskriptor, pomocí kterých se v unixových systémech přistupuje k otevřeným souborům, avšak v běžném použití se tyto pojmy často zaměňují. Standardní proudy jsou jednou ze základních charakteristických vlastností unixových systémů a jejich následovníků. Standardní proudy umožňují snadné přesměrování vstupu a výstupu procesů do souborů, rour a podobně.
  • La entrada estándar (STDIN) es un concepto típico de los sistemas operativos Unix. Cada proceso en estos entornos suele disponer de tres archivos abiertos al comienzo de su ejecución: la entrada, la salida y la salida de errores. Adquieren carácter de estándar porque suelen estar asignados a descriptores de ficheros conocidos, de manera que un programa siempre tomará los datos de entrada por el descriptor cero, enviará los resultados por el uno y mostrará los errores por el dos. Pero esto es mera convención, y no tiene mucho sentido en sistemas gráficos como X Window o en programas funcionando como demonio. Una forma de referirse a ellas es usando, según el lenguaje de programación y el entorno letras mayúsculas o minúsculas, los nombres STDIN, STDOUT y STDERR. El shell del sistema es el encargado, generalmente, de abrir esta entrada y conectarla con el terminal al que está asignado el programa, puesto que es el programa más usual para comunicarse con un operador. La entrada estándar también se suele conectar a la salida estándar de un proceso, de manera que el programa lea directamente los resultados que otro produce. En Unix se utiliza el carácter | para expresar dicho tipo de conexión: $ programa1 | programa2 | programa3 Lo que viene a significar que se ejecuta el programa1 y su salida estándar (descriptor de fichero 1) se conecta con la entrada estándar del programa2 (descriptor 0), que a su vez hace lo mismo con programa3.
  • En informatique, les flux standards sont des canaux pour l'entrée et la sortie de données sur les systèmes d'exploitation UNIX et assimilés. L'accès à ces flux est habituellement fourni par la bibliothèque stdio. h du langage de programmation C. Ces flux sont au nombre de trois, au travers desquels les programmes peuvent faire entrer ou sortir des informations.
  • In informatica i canali standard (da standard streams) sono canali di input e di output esistenti tra un programma e l'ambiente in cui esso viene eseguito e che sono connessi automaticamente al suo avvio. Questi canali predefiniti sono disponibili nei sistemi operativi Unix e Unix-like, negli ambienti d'esecuzione del linguaggio C e C++ e nei loro derivativi. I tre canali di input/output predefiniti sono detti standard input, standard output e standard error (talvolta abbreviati rispettivamente in stdin, stdout e stderr).
  • ファイル:Stdstreams-notitle. svg 標準ストリーム(入力、出力、エラー出力) 標準ストリーム(lang-en-short|standard streams)は、UNIXおよびUnix系オペレーティングシステムや一部のプログラミング言語インタフェースにおいて、プログラムとその環境(通常は端末)を実行前から接続している入出力チャネルである。3つの入出力があり、標準入力 (standard input)、標準出力 (standard output)、標準エラー出力 (standard error) と呼ばれている。
  • Standaard stromen zijn vooraf gedefinieerde invoer- en uitvoerkanalen (ook file-handles genoemd) tussen een computerprogramma en zijn omgeving. Bij het openen van een file wordt er een stukje geheugen gereserveerd, dat gebruikt wordt voor de gegevensoverdracht van en naar de schijf. Door middel van een verwijzing (pointer) wordt naar dat stukje (blok) geheugen verwezen. Als een file succesvol geopend werd, krijgen we een geldige file handle terug. Zoniet krijgen we een -1 terug, en wordt een foutcode gezet. In DOS werden automatisch 5 van deze zgn handles gedefinieerd, alsof er 5 systeem devices geopend werden : Stdin = standaard invoer, dus het toetsenbord Stdout = standaard uitvoer, dus het scherm Stderr = foutboodschappen gaan normaal ook naar het scherm Stdaux = auxilary Stdprn = printer, LPT1 Wanneer we na het opstarten van een pc een bestand openen, en onmiddellijk deze verwijzing naar dat nieuwe blok afdrukken, zullen we zien dat deze het nr 5 gekregen heeft. Logisch als je ziet dat de eerste 5 genummerd waren van 0 tot en met 4. In Clipper 5.3 kan je deze duidelijk zien in de file filesys. api : /* DOS predefined handles */ #define STDIN 0 #define STDOUT 1 #define STDERR 2 #define STDAUX 3 #define STDPRN 4 Zo kan je dus in Clipper bijvoorbeeld zeer snel iets printen door de volgende instructie : fwrite(4,"Hello world") fwrite(STDPRN,"Hello world") In C kan je dit ook printen door het volgende programma : main write(4,"Hello World");
  • Standardowe strumienie – standardowe kanały komunikacji między komputerem a otoczeniem. Występują w Uniksie i systemach uniksopodobnych, w środowisku uruchomieniowym C, C++ i ich pochodnych. Trzy podstawowe połączenia I/O noszą nazwy: standard input (stdin, standardowy strumień wejścia), standard output (stdout, standardowy strumień wyjścia) i standard error (stderr, standardowy strumień błędów).
  • Os fluxos padrão são canais de I/O entre um programa de computador e o seu ambiente (tipicamente um terminal de texto) que são pré-conectados no início da execução. Estas conexões padrão são disponibilizadas nos sistemas operacionais do tipo Unix, ambientes de execução das linguagens C e C++ e seus sucessores. As três conexões de I/O são chamadas de entrada padrão (do inglês standard input), saída padrão (do inglês standard output) e erro padrão (do inglês stardard error).
  • Стандартные потоки ввода-вывода в системах типа UNIX (и некоторых других) — потоки процесса, имеющие номер (дескриптор), зарезервированный для выполнения некоторых «стандартных» функций. Как правило (хотя и не обязательно), эти дескрипторы открыты уже в момент запуска задачи.
  • Файл:Stdstreams-notitle. svg Напрямки потоків вводу-виводу за замовчуванням Стандартні потоки вводу-виводу в системах типу UNIX (і багато інших) - потоки процесу, що мають номер (дескриптор), зарезервований для виконання деяких «стандартних» функцій. Як правило (хоча і не обов'язково), ці дескриптори вже відкриті в момент запуску завдання.
  • 在Unix和類Unix系統中,如同某些程式語言介面一樣,標準串流是當一個電腦程式執行時,在它和它的環境間(典型為終端),事先連接的輸入和輸出頻道。這三個I/O連結稱作“標準輸入”、“標準輸出”和“標準錯誤輸出”。
dbpprop:hasPhotoCollection
dbpprop:javadocSeProperty
  • System
  • err
  • in
  • java/lang
  • out
dbpprop:reference
dbpprop:wikiPageUsesTemplate
rdf:type
rdfs:comment
  • In Unix and Unix-like operating systems, as well as certain programming language interfaces, the standard streams are preconnected input and output channels between a computer program and its environment when it begins execution. The three I/O connections are called standard input, standard output and standard error.
  • Die Standard-Datenströme sind drei Datenströme für die Ein- und Ausgabe im Betriebssystem Unix oder in verwandten Betriebssystemen. Sie werden auch von der Standard C Library unterstützt. Viele Programme verwenden automatisch die Standardein- bzw. Standardausgabe, wenn auf der Kommandozeile keine Dateien für die Ein- oder Ausgabe angegeben werden.
  • Standardní proudy jsou v informatice implicitně otevřené deskriptory, které slouží procesu (spuštěnému programu) ke styku s jeho okolím. Definují standardní vstup (stdin, typicky propojeny s klávesnicí), standardní výstup (stdout) a standardní chybový výstup (stderr, oba typicky propojeny s terminálem).
  • La entrada estándar (STDIN) es un concepto típico de los sistemas operativos Unix. Cada proceso en estos entornos suele disponer de tres archivos abiertos al comienzo de su ejecución: la entrada, la salida y la salida de errores. Adquieren carácter de estándar porque suelen estar asignados a descriptores de ficheros conocidos, de manera que un programa siempre tomará los datos de entrada por el descriptor cero, enviará los resultados por el uno y mostrará los errores por el dos.
  • En informatique, les flux standards sont des canaux pour l'entrée et la sortie de données sur les systèmes d'exploitation UNIX et assimilés. L'accès à ces flux est habituellement fourni par la bibliothèque stdio. h du langage de programmation C. Ces flux sont au nombre de trois, au travers desquels les programmes peuvent faire entrer ou sortir des informations.
  • In informatica i canali standard (da standard streams) sono canali di input e di output esistenti tra un programma e l'ambiente in cui esso viene eseguito e che sono connessi automaticamente al suo avvio. Questi canali predefiniti sono disponibili nei sistemi operativi Unix e Unix-like, negli ambienti d'esecuzione del linguaggio C e C++ e nei loro derivativi.
  • ファイル:Stdstreams-notitle.
  • Standaard stromen zijn vooraf gedefinieerde invoer- en uitvoerkanalen (ook file-handles genoemd) tussen een computerprogramma en zijn omgeving. Bij het openen van een file wordt er een stukje geheugen gereserveerd, dat gebruikt wordt voor de gegevensoverdracht van en naar de schijf. Door middel van een verwijzing (pointer) wordt naar dat stukje (blok) geheugen verwezen. Als een file succesvol geopend werd, krijgen we een geldige file handle terug.
  • Standardowe strumienie – standardowe kanały komunikacji między komputerem a otoczeniem. Występują w Uniksie i systemach uniksopodobnych, w środowisku uruchomieniowym C, C++ i ich pochodnych. Trzy podstawowe połączenia I/O noszą nazwy: standard input (stdin, standardowy strumień wejścia), standard output (stdout, standardowy strumień wyjścia) i standard error (stderr, standardowy strumień błędów).
  • Os fluxos padrão são canais de I/O entre um programa de computador e o seu ambiente (tipicamente um terminal de texto) que são pré-conectados no início da execução. Estas conexões padrão são disponibilizadas nos sistemas operacionais do tipo Unix, ambientes de execução das linguagens C e C++ e seus sucessores. As três conexões de I/O são chamadas de entrada padrão (do inglês standard input), saída padrão (do inglês standard output) e erro padrão (do inglês stardard error).
  • Стандартные потоки ввода-вывода в системах типа UNIX (и некоторых других) — потоки процесса, имеющие номер (дескриптор), зарезервированный для выполнения некоторых «стандартных» функций.
  • Файл:Stdstreams-notitle. svg Напрямки потоків вводу-виводу за замовчуванням Стандартні потоки вводу-виводу в системах типу UNIX (і багато інших) - потоки процесу, що мають номер (дескриптор), зарезервований для виконання деяких «стандартних» функцій.
  • 在Unix和類Unix系統中,如同某些程式語言介面一樣,標準串流是當一個電腦程式執行時,在它和它的環境間(典型為終端),事先連接的輸入和輸出頻道。這三個I/O連結稱作“標準輸入”、“標準輸出”和“標準錯誤輸出”。
rdfs:label
  • Standard streams
  • Standard-Datenströme
  • Standardní proudy
  • Entrada estándar
  • Flux standard
  • Canali standard
  • 標準ストリーム
  • Standaard stromen
  • Standardowe strumienie
  • Fluxos padrão
  • Стандартные потоки
  • Стандартні потоки
  • 標準串流
owl:sameAs
skos:subject
foaf:depiction
foaf:page
is dbpprop:redirect of