网站首页  词典首页

请输入您要查询的英文单词:

 

单词 standard input
释义

standard input

美 
英 
  • un.标准输入
  • 网络标准输入档案;标准输入装置;标准输入串流
un.
1.
标准输入

例句

释义:
1.
sed takes a script of any number of commands followed by an optional input filespec; by default, it reads standard input.
sed接受包含任何数量命令的脚本,后面跟着可选的指定输入文件的选项;缺省情况下,它读取标准输入。
www.ibm.com
2.
Standard input is usually the keyboard, and standard output and standard error are usually the monitor screen.
标准输入方式通常为键盘,标准输出和标准错误通常显示在监视器屏幕上。
msdn2.microsoft.com
3.
In the case of the script above, the cat command was given a stream of input from our script to its standard input.
在上面这个例子中,cat命令从它自身的标准输入处,接受了从脚本文件中传递过来的输入字符流。
www.bing.com
4.
Doing so means you must be able to read from files or standard input and write back to the terminal.
这样做意味着您必须能够从文件或标准输入读取数据并将数据写回终端。
www.ibm.com
5.
It also arranges for a pipe to carry the standard output from the main service to the log process's standard input.
它还安排一个管道,把主服务的标准输出作为日志进程的标准输入。
www.ibm.com
6.
The line up to the first % is passed to the shell, while any line(s) after the % are passed as standard input.
第一个%之前的一行传递给shell,这个%之后的所有行都作为标准输入传递。
www.ibm.com
7.
Sneaky attackers may start a program but do strange things to its standard input, standard output, or standard error.
不怀好意的攻击者可能启动一个程序而只是对它的标准输入、标准输出或者标准错误做一些奇怪的事情。
www.ibm.com
8.
Write a program to read the standard input a line at a time. Modify your program to read a word at a time.
编写程序实现从标准输入每次读入一行文本。然后改写程序,每次读入一个单词。
dictsearch.appspot.com
9.
If you do not specify a value for , the retrace tool reads from standard input.
如果你没有为指定值,那么retrace工具从标准输入读取。
www.cnblogs.com
10.
Perl's -p option tells it to read and process each line from standard input and print the results to standard output.
Perl的-p选项告诉它读取和处理标准输入中的每行内容,并将结果打印到标准输出。
www.ibm.com
1.
Reads the next line of characters from the standard input stream.
HostProtectionAttribute从标准输入流读取下一行字符。
msdn2.microsoft.com
2.
The utility reads text input, either from the standard input or from a filename given as a command line argument.
该实用程序从标准输入或从作为命令行参数给出的文件名读取文本输入。
www-128.ibm.com
3.
otherwise all environment variables references occurring in standard input are substituted.
否则,标准输入中出现的全部环境变量引用都将被替换。
translations.launchpad.net
4.
Use the -w option to prevent the REBOL console window from opening, as it interferes with standard input and output redirection.
当REBOL的控制台太干扰了标准输入输出的重定向时,使用选项。
rebol.nirvanastudio.org
5.
The auto-populate control renders a standard INPUT and sets up the event handlers.
这个自动填充控件需呈现一个标准INPUT并设置事件处理程序。
www.ibm.com
6.
In general it contains a stack backtrace listing source lines; however, it will not display lines read from standard input.
通常在堆栈中列出了源代码行,然而,来自标准输入的源码不会显示出来。
www.cppblog.com
7.
After the pipe, change to a different directory and then extract the byte stream again from the standard input.
在管道符后面,切换到另一个目录,然后从标准输入提取字节流。
www.ibm.com
8.
Reads the next character from the standard input stream .
从标准输入流读取下一个字符。
www.bing.com
9.
Like many other UNIX utilities, tar can write to and read from standard output (stdout) and standard input (stdin), respectively.
与许多其他的UNIX实用程序一样,tar可以分别向标准输出(stdout)写入、从标准输入(stdin)读取。
www.ibm.com
10.
Input specification when the underlying utility reads input data from its standard input.
后台工具从标准输入中读取数据的输入规范。
translations.launchpad.net
1.
In Listing 9, the insert script is executed by redirecting the standard input of the ij tool to read from the script file.
在清单9中,通过重定向ij工具的标准输入以从脚本文件中读取的方式,来执行插入脚本。
www.ibm.com
2.
It writes lines from its standard input to log files under the control of instructions you enter as command-line arguments.
第二种机制在命令行参数输出的指令控制下,把自己标准输入中的行写入日志文件。
www.ibm.com
3.
The bash shell lets you redirect standard input, standard output, and standard error on a Linux or UNIX system.
bashshell允许重定向Linux或UNIX系统上的标准输入、标准输出和标准错误。
www.ibm.com
4.
In the first example, we use cat to read the file and output it to standard output, which is piped into the standard input of fmt.
在第一个例子里面,我们使用cat命令来读取文件的内容,然后将内容输送到标准输出,标准输出通过管道机制作为命令fmt的标准输入。
www.bing.com
5.
It provides a way to include content that will be given to the standard input of a command.
它提供了一种方式来包含将要传递到一个命令的标准输入处的内容。
www.bing.com
6.
Linux provides a program called lpr that accepts standard input and sends it to the printer.
Linux系统提供了一个叫做lpr的程序,接收标准输入,然后将标准输入送到打印机处。
www.bing.com
7.
There is yet another way to run a Derby script: redirect the standard input of the ij tool to read from the script file.
还有另一种方法来运行Derby脚本:重定向ij工具的标准输入以从脚本文件中读取。
www.ibm.com
8.
All remaining arguments are names of input files; if no input files are specified, then the standard input is read.
其他非选项参数被视为输入文件,如果没有输入文件,那么程序将从标准输入读取数据。
translations.launchpad.net
9.
Many text processing commands (filters) can take input either from the standard input stream or from a file.
许多文本处理命令(过滤器)可以从标准输入流或从文件中获取输入。
www.ibm.com
10.
To redirect standard input and standard output, use the operators , respectively.
要想重定向标准输入和标准输出,应该分别使用操作符。
www.ibm.com
1.
Standard input connectors are 3. 5mm male, and all models are available with a variety of output connectors.
标准输入连接器为3.5毫米,所有型号都具有不同的输出连接器。
www.e-gtm.com.cn
2.
At the outset, Phase 1, the progenitor process reads from standard input stdin, writes output to stdout, and emits errors to stderr.
首先,在第一阶段,初始进程从标准输入stdin读取数据,把输出写到stdout,把错误发送到stderr。
www.ibm.com
3.
cin istream object used to read from the standard input.
用于从标准输入中读入的istream对象。
wenku.baidu.com
4.
Here, however, --extract --file - reads the archive from standard input.
然而,这里的--extract--file-从标准输入读取存档。
www.ibm.com
5.
In PHP 4, one should use the standard input stream to read the contents of an HTTP PUT.
在PHP4中,我们必须使用标准的输入流来读取一个HTTPPUT的内容。
www.phpx.com
6.
The standard input is not used unless a filename operand is specified as -.
如果一个文件操作数不被指定则标准输入被指定。
www.okandok.cn
7.
In that example we used the output from the cat command to create standard input for the tr command.
在那个例子中我们使用来自cat命令的输出为tr命令创建标准输入。
www.ibm.com
8.
You may have to alter your keyboard repeat rate and delay, or find a new method altogether, than standard input mechanisms.
您可能需要调整键盘重复率和延迟,或寻求不同于标准输入机制的新方法。
www.ibm.com
9.
Idiom, this automatically works either on standard input or on files named on the command line.
表达方式,这个小实用程序既适用于标准输入,也适用于命令行指定的文件。
www-128.ibm.com
10.
However, both sort and uniq require data entry or input from the standard input device (stdin).
但是sort和uniq则需要从标准输入设备(stdin)请求数据输入。
www.ibm.com
1.
The sample C file (test. c) is created by cat-ing a simple program into it (that is, redirecting text from standard input into the file).
这个示例C文件(test.c)是通过cat一个简单的应用程序实现的(也就是说,将标准输出的文本重定向到一个文件中)。
www.ibm.com
2.
Use cat, whose name stands for together, to concatenate files and standard input streams, as in Listing 1.
使用cat(其名称表示“连接”)来连接文件和标准输入流,如清单1所示。
www.ibm.com
3.
HTML Tidy runs as a filter, so it expects standard input and it prints the result to the standard output.
HTMLTidy是作为过滤器运行的,因此它希望从标准输入设备获得数据,并将处理结果打印到标准输出设备上。
www-128.ibm.com
4.
Many commands can accept input from a facility called standard input.
很多命令是从一个叫做标准输入的设备中接收输入信息的。
www.bing.com
5.
Class provides access to standard input and output files and error devices.
类提供对标准输入输出文件和错误设备的访问。
msdn2.microsoft.com
6.
stdin is the standard input stream, which provides input to commands.
stdin是标准输入流,为命令提供输入。
www.ibm.com
7.
This code sample demonstrates how to read from and write to the standard input and output streams.
此代码示例演示如何从标准输入流与输出流读取和向它们写入。
msdn2.microsoft.com
8.
The script is a filter, so it expects its input from the standard input and it writes the results on the standard output.
这段脚本是一个过滤器,因此它要从标准输入设备上获得输入数据,然后将处理结果写到标准输出设备上。
www.ibm.com
9.
lpr takes its standard input and sends it to the printer.
lpr命令将获取到的标准输入,发送到打印机处。
www.bing.com
10.
By default, standard input gets its contents from the keyboard, but like standard output, it can be redirected.
默认情况下,标准输入是从键盘处获取它的内容的,不过,就像标准输出那样,标准输入也是可以被重定向的。
www.bing.com
1.
It reads from standard input if no files are given, or if given a filename of -.
如果没有给定文件,它就从标准输入中读入内容,如果给定了文件名就从文件中读入内容。
www.ibm.com
2.
This property is set to the standard input stream by default.
默认情况下,此属性设置为标准输入流。
msdn2.microsoft.com
3.
Top-level my-source input port will receive any standard input.
顶层my-source输入端口将接收到所有标准输入。
www.ibm.com
4.
Standard input, or source files to assemble.
标准输入或汇编源文件。
www.linuxforum.net
5.
STDIN Standard input is not used .
标准输入没有使用。
www.bing.com
6.
tar xf - extracts the files from the standard input.
tarxf-从标准输入中提取文件。
www.ibm.com
7.
Copy standard input to each FILE, and also to standard output.
将标准输入复制到每个指定文件,并显示到标准输出。
translations.launchpad.net
8.
A TextReader that represents the standard input stream.
表示标准输入流的TextReader。
msdn2.microsoft.com
9.
Search for PATTERN in each FILE or standard input.
在每个文件中查找样式或标准输入。
www.showxiu.com
10.
During a restore, ontape reads data from stdin (standard input).
在恢复过程中,ontape从stdin(标准输入)读取数据。
www.ibm.com
1.
If input file is - , standard input is read.
如果输入文件是-,就读标准输入。
dictsearch.appspot.com
2.
It reads data from standard input line by line.
它从标准输入逐行读取数据。
www.ibm.com
3.
Filters take standard input and perform an operation upon it and send the results to standard output.
过滤器从标准输入处获得处理内容,然后操作得到的内容,将处理后的结果送到标准输出。
www.bing.com
4.
Most programs that can run from standard input can also reasonably be run on a single file, or possibly on a group of files.
可以使用标准输入来运行的大多数程序也完全可以针对单个文件或一组文件运行。
www-128.ibm.com
5.
This example also illustrates the use of - to signify standard input to cat, so we can concatenate the output of tr and the text2 file.
这一示例也解释了如何使用-表示cat的标准输入,因此我们可以将tr的输出与text2文件连接起来。
www.ibm.com
6.
A TextReader stream that is the new standard input.
一个TextReader流,它是新的标准输入。
msdn2.microsoft.com
7.
What this means is that all standard output from our selpg process will go to the standard input of the lp process.
这意味着所有来自selpg进程的标准输出将进入lp进程的标准输入。
www-128.ibm.com
8.
your application can read user input from the standard input stream ;
您的应用程序可以从标准输入流读取用户输入;将正常数据写入到标准输出流;
www.ichacha.net
9.
Tee - read from standard input and write to standard output and files
从标准输入读入,输出并写入文件
linux.chinaunix.net
10.
The user and password are read from the standard input in the format
从标准输入读取以下格式的用户名和密码
www.ibm.com
1.
Reading Text from Standard Input
从控制台读入文本
junglesong.yculblog.com
2.
By default, a program's standard input comes from the command line, and its output goes to the terminal. For example
缺省的,一个程序的标准输入从命令行来,而它的输出到终端去。
south.linuxsir.org
3.
Standard input (stdin), which is by default the terminal (the user's keyboard). For example
标准输入(stdin),缺省情况下为终端(也就是用户的键盘)。
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2026/4/14 14:11:31