搜索优化
网页
图片
视频
学术
词典
地图
更多
航班
笔记本
标准输入
[biāo zhǔn shū rù]
n.
standard
input
;
reference
input
网络
stdin
;
canonical
input
;
sys
.
stdin
汉英
网络释义
n.
1.
standard
input
2.
reference
input
1.
stdin
接受
标准输入
(
STDIN
)上传入的查询,而不是命令行上给出的查询。有时你要用脚本通过管道给search传入查询,这正是这 …
blog.csdn.net
|
基于3060个网页
2.
standard input
习惯上,
标准输入
(
standard input
)的文件描述符是 0,标准输出(standard output)是 1,标准错误(standard error)是 2 …
baike.baidu.com
|
基于504个网页
3.
canonical input
...head 缓存器限制在 255 字节的大小, 这与
标准输入
(
canonical input
)进程的字符串最大长度相同 (<linux/limits.h> 或 <posix1_li…
blog.csdn.net
|
基于17个网页
4.
reference input
input ... real-time input 实时输入
reference input
基准输入, 参考输入,
标准输入
remote input 遥控[遥测]输入 ...
dict.yqie.com
|
基于6个网页
5.
sys.stdin
还能对提供给
标准输入
(
sys.stdin
)的文件进行遍历。如在UNIX管道中,使用标准的UNIX命令cat:
www.cnblogs.com
|
基于5个网页
6.
keyboard
2.将
标准输入
(
keyboard
)存到ab,在复制ab成为ac#cat ac相当於#cp ab ac3.标准输入(keyboard)存到ab,直到最后一行为「pete…
blog.xuite.net
|
基于4个网页
7.
standard output
...standard input)是 monitor,
标准输入
(
standard output
)是 keyboard,但我们 能够把它们转向到别的档案,也就是从档案输入资料, …
wenku.baidu.com
|
基于4个网页
8.
stdio
使用
标准输入
(
stdio
)标准输出(stdout)标准错误(stdeer)函数。在编译之前,用右键单击工程,在弹出的"System Library …
blog.sina.com.cn
|
基于2个网页
更多释义
收起释义
例句
释义:
全部
全部
,
standard input
standard input
,
reference input
reference input
,
stdin
stdin
,
canonical input
canonical input
,
sys.stdin
sys.stdin
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
It is
possible
to
stream
data
through
the
child
's
stdin
,
stdout
, and stderr in a
fully
non-blocking
way
.
可以
通过
子
进程
的
标准
输入
、
标准
输出
、
标准
错误
输出
以
完全
非
阻塞
的
形式
传递
数据
。
wiki.grati.org
2.
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
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
命令
从
它自身
的
标准
输入
处
,
接受
了
从
脚本
文件
中
传递
过来
的
输入
字
符流
。
article.yeeyan.org
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.
Non
-
Canonical
Input
Processing
will
handle
a
fixed
amount
of characters
per
read
, and
allows
for
a
character
timer
.
非
标准
输入
处理
可以
用于
需要
每次
读取
固定
数量
字符
的
情况
下
,
并
允许
使用
字符
接收
时间
的
定时器
。
bbs.chinaunix.net
10.
If
you
do
not
specify
a
value
for
,
the retrace
tool
reads
from
standard
input
.
如果
你
没有
为
指定
值
,
那么
retrace
工具
从
标准
输入
读取
。
www.cnblogs.com
1
2
3
4
5