急求英文翻译啊

来源:百度知道 编辑:UC知道 时间:2024/05/22 12:29:15
Standard I/O
The term standard I/O refers to the Unix concept (which is reproduced in some form in Windows and many other operating systems) of a single stream of information that is used by a program. All the programs input can come from standard input, all its output can go to standard output, and all of its error messages can be sent to standard error. The value of standard I/O is that programs can easily be chained together, and one programs standard output can become the standard input for another program. This is a powerful tool.

标准输入输出

标准输入输出是一种为程序所使用的单信息流,源自Unix系统的概念(或以某种形式重现于Windows及许多其它操作系统中)。所有的程序输入都可以来自标准输入,所有的输出都可以送至标准输出,所有的错误也会被送至标准错误。标准输入输出的价值在于程序可以很容易地链接起来,一个程序的标准输出可以做为另一个程序的标准输入。这是一个非常有用的工具

这是编程里面的一个概念吧,我学过这个

标准I / O
任期标准I / O是指以UNIX的概念(这是转载于某种形式在Windows和许多其他的操作系统)一个单一的流信息,就是所用的程序。所有程序 s输入可以来自标准输入,其所有的输出可以到标准输出,以及其所有的错误讯息可以发送到标准错误。价值标准I / O是程序可以很容易被串连在一起,一个程序 S标准输出可以成为标准的投入,为另一个程序。这是一个功能强大的工具。