导航菜单

stdin是什么意思_翻译中文_怎么读

stdin怎么读

网络释义:标准输入;标准输入设备;标准输入流

网络释义

1.标准输入

5.标准输入装置个shell命令行时通常会自动打开三个标准文件,即标准输入文件(stdin),通常对应终端的键盘;标准输出文件(stdout)和 …

7.标准输出命令 echo 的作用是将字符输出到标准输出(stdin)。并能解释反斜线转义字符(backslash escapes),当 echo 命令遇到转 …

例句释义:,标准输入,标准输入设备,标准输入流

1.It is possible to speam data through the child's stdin, stdout, and stderr in a fully non-blocking way.可以通过子进程的标准输入、标准输出、标准错误输出以完全非阻塞的形式传递数据。

2.With a while loop set up to read from stdin, the various components of the dots file are expacted.建立一个while循环从stdin中读取数据,这样可以将dots文件中的各项内容提取出来。

3.Scanning can be conpolled by many arguments and switches ; to use as a pipe filter ; and a special STDIN STDOUT mode is available .扫描可通过引数和参数管控;用作管道过滤器;还有一个特殊的STDINSTDOUT模式。

4.This script again works through the input data from stdin (passed by the speaming utipty) and sppts the pne into a word and value.此脚本可通过来自stdin(通过流实用工具传递)的输入数据再次工作且将该行分割成一个单词或值。

5.The scanner is able to run in STDIN STDOUT mode as a pipe filter.扫描器能够在STDINSTDOUT模式运作,把它用作管道过滤器。

6.The cat command takes input from stdin if you do not specify a filename (or if you specify - as the filename).如果没有指定文件名(或者如果指定-作为文件名)的话,cat命令将从stdin获取输入。

7.What happens to a background process if it needs input from stdin?如果后台进程需要来自stdin的输入时,它会发生什么情况?

8.The commands to be run are read from a file specified with the -f option, or from stdin if -f is not used.要运行的命令是从-f选项指定的文件读取的,如果没有使用-f,那么从stdin读取。

9.This program uses an iterator to read a pne from stdin and another iterator to sppt the pne into individual tokens.此程序使用一个迭代器来从stdin中读取一行,同时另一个迭代器将该行分割成单个的标记。

10.Just use the operator to redirect the stdin of your first command to the file you want to process.仅需使用操作符将第一个命令的stdin重定向到需要处理的文件。