释义 |
1 ?标准输入装置 ... 标准输入输出流 stdiostream 标准输入装置 standard input device ; STDIN 标准输入输出函数 Standard C Input ... 2 ?标准键入设备 ... standard error device 标准错误设备 standard input device 标准键入设备 standard library 标准程式库 ... 3 ?标准输入设备 ...向从源流向目标,cout,cin的c就是console的缩写,就是控制台,主要是指键盘和屏幕,键盘就是标准输入设备(standard input device),屏幕就是标准输出设备 (standard output device),他们就是控制台,如果流接到的不是他们,而是文件,那就是“从文件得到”或...
- 1
However, both sort and uniq require data entry or input from the standard input device (stdin). 但是sort和uniq则需要从标准输入设备(stdin)请求数据输入。 - 2
In Listing 3, DB-Access reads the input from the standard input device, processes the input, and writes the results to the standard output device. 在清单3中,DB - Access从标准输入设备读取输入,然后在处理该输入后将结果写到标准输出设备。 - 3
When you log in and are assigned a terminal device to type in (the terminal becomes standard input for your shell), you're made the owner of the device, and tty becomes the group owner. 当您登录并分配到一个用来键入的终端设备(该终端成为Shell的标准输入)时,您将被指定为该设备的所有者,而tty成为组所有者。
|