网站首页  词典首页

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

 

单词 input stream
释义

input stream

  • 网络输入流;输入串流;输入数据流
1.
输入流
分为输入流(Input Stream) 和输出流(Output Stream) 分为节点流(Node Stream) 和处理流(Processing Stream) 分为字符流(Char…
blog.csdn.net
2.
输入串流
? 串流分为「输入串流(input stream)」 与「输出串流(output stream)」 两种。 2. 所使用到的类别: ? 字元---纯文字档(text file…
www.docin.com
3.
输入数据流
输入数据流(input stream):待压缩处理的字符序列。在前向缓冲器中查找窗口中最长的匹配串 ①Pointer :=匹配串指针。
moorechia.blog.163.com
4.
输入字符串
计算机与网络用语中英翻译(三) ... input source 输入来源 Input Stream 输入字符串 inquire 查询 ...
www.zftrans.com
5.
输出流
默认为 true 决定输出流(Input stream)是否又缓冲区。默认为 8kb 决定输出流的缓冲区慢了后是否需要自动清除,缓 冲区慢了 …
wenku.baidu.com
6.
输入资料流
资料写入器外挂程式... ... 输入焦点外观 input focus appearance 输入资料流 input stream 拓扑载入程式 topology loader ...
zh.glosbe.com
7.
输入字串
电脑网路中英对照表I - 独联体信息港博客圈 ... input source 输入来源 Input Stream 输入字串 inquire 查询 ...
blog.globalimporter.net
8.
输入码流
第54行声明结构体成员s,描述输入码流input stream)。这正是我要找的:解复用器所处理的输入数据的引用。
www.ituring.com.cn

例句

释义:
1.
Such a machine has a set of states, and a set of state transitions which are affected by the input stream.
这种机器有一套国,和一组状态转换影响到它们的输入流。
blog.sina.com.cn
2.
The nature of such a tool is to read an arbitrary input stream and determine whether or not it satisfies the grammar.
这种工具的实质是阅读一个任意的输入流并确定其是否符合此语法。
www.ibm.com
3.
If at the end of the input stream the machine is in an accepting state, then the whole input stream is accepted.
结束时,如果输入流的机器是在接受国,那么整个输入流已被采纳。
q.sohu.com
4.
This method returns -1 if it reaches the end of the input stream before reading the maximum number of bytes.
如果在读入最大数量的字节前,抵达输入流结尾,方法返回-1。
blog.cnbie.com
5.
Ordinary characters (not %), which are expected to match the next non-white space character of the input stream.
普通字符(不包括%),用于匹配输入流中下一个非空白符字符。
czk.8866.org
6.
If it did, wrapper the input stream with a GZIP input stream.
如果是,以GZIP输入流的形式来包装输入流。
www.ibm.com
7.
Reads the next character from the input stream and advances the character position by one character.
读取输入流中的下一个字符并使该字符的位置提升一个字符。
msdn2.microsoft.com
8.
Reads the next character or next set of characters from the input stream.
读取输入流中的下一个字符或下一组字符。
msdn2.microsoft.com
9.
It's great for reading a document from a network, input stream, user input, or other somewhat static representation.
对于从网络、输入流或其它某些静态表示法读取文档来说,这种方法是非常好的。
www.ibm.com
10.
The logic is that parse will look first for a string, then for an integer, and finally for a real, in that order, in the input stream.
这里的逻辑是parse将在输入流中首先查找一个字符串,然后查找整数,最后查找一个实数。
www.ibm.com
1.
The next character from the input stream, or negative one (-1) if there are currently no more characters to be read.
输入流中的下一个字符;如果当前没有更多的字符可供读取,则为负一(-1)。
msdn2.microsoft.com
2.
The index of the next character to read from the input stream buffer.
要从输入流缓冲读取的下一个字符的下标。
www.kuenglish.info
3.
Provides a way to retrieve other XML resources from within the XSLT style sheet beyond the initial data provided by the input stream.
提供从XSLT样式表中检索由输入流提供的初始数据以外的其他XML资源的方法。
msdn2.microsoft.com
4.
Returns the next available character without actually reading it from the input stream.
返回下一个可用字符,而实际上并不从输入流中读取此字符。
msdn2.microsoft.com
5.
We want to modify the input stream just before the body of the HTTP message is decoded, but after the headers have been parsed.
我们希望恰好在对HTTP消息体进行解码之前,而在解析了头之后,对输入流进行修改。
www.ibm.com
6.
Performs a binary read of a specified number of bytes from the current input stream.
执行对当前输入流进行指定字节数的二进制读取。
msdn2.microsoft.com
7.
To verify this, it calls the tokenizer (Tokenizer. java) to return the next token in the input stream.
为了验证这一点,它调用记号赋予器(Tokenizer.java)以返回输入流中的下一个记号。
www.ibm.com
8.
It accepts an input stream and a grammar, and internally it runs the stream through this grammar.
它接受一个输入流和一个语法,并在内部通过语法运行此输入流。
www.ibm.com
9.
Creates a new input stream with the specified decompressor and a default buffer size.
用指定的解压器和默认缓冲区大小创建一个新的输入流。
blog.csdn.net
10.
The parser does the actual work of recognizing a linear input stream of data read sequentially from start to end by the scanner.
分析器真正完成从头到尾识别由扫描器读入的线性数据流的工作。
dictsearch.appspot.com
1.
This user routine reads the input stream, recognizing the lower level structures, and communicates these tokens to the parser.
这个用户程序读取输入流,识别更低层的结构,将识别出的token送给parser。
blog.sina.com.cn
2.
Closes the input stream. Must be called to release any resources associated with the stream.
关闭输入流。必须调用以释放与流相关的所有资源。
5kuishou.com
3.
Reads the next line of characters from the standard input stream.
HostProtectionAttribute从标准输入流读取下一行字符。
msdn2.microsoft.com
4.
Returns the value of the token, as it was recognized in the input stream.
返回该单词的值,即在输入流中识别到的值。
boost-doc-zh.googlecode.com
5.
Lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
让应用程序用与机器无关的方式从底层输入流读取基本的Java数据类型。
www-128.ibm.com
6.
Reads the next character from the standard input stream .
从标准输入流读取下一个字符。
www.bing.com
7.
Breaks the input stream into a list of tokens.
将输入流分成一列记号。
www-128.ibm.com
8.
The output stream of the socket becomes the input stream to the server application and vice-versa.
套接字的输出流将成为服务器应用程序的输入流,反之亦然。
www.ibm.com
9.
Creates a new input stream with a default decompressor and buffer size.
用默认的解压器和缓冲区大小创建一个新的输入流。
java.ccidnet.com
10.
Class using an input stream and a type resolution service.
使用输入流和类型解析服务初始化。
msdn2.microsoft.com
1.
If this input stream was called file originally, it should be changed to reflect its new more general nature, perhaps to sourceStream.
如果这一输入流最初叫做file,那么就应该修改它的名字,以便能反映其新增的更加一般的特性,比方说sourceStream。
www.ibm.com
2.
Otherwise, the original character is placed in the output stream, and the input stream is reset to the original position.
否则,将原来的字符放到输出流中,并且将输入流重置到原始位置。
www.cnblogs.com
3.
Many text processing commands (filters) can take input either from the standard input stream or from a file.
许多文本处理命令(过滤器)可以从标准输入流或从文件中获取输入。
www.ibm.com
4.
Contains an input stream, positioned at the start of the optional input data.
包含输入流,从最初可选的输入数据开始。
www.phpfans.net
5.
Places the input stream for this socket at "end of stream" .
将套接字的输入流设置为位于“数据流末”。
www.51goushu.com
6.
Reads the input stream, one line at a time.
读取输入流,一次一行。
blog.cnbie.com
7.
Computes the hash value of the specified input stream and signs the resulting hash value.
计算指定输入流的哈希值并对结果哈希值签名。
msdn2.microsoft.com
8.
In PHP 4, one should use the standard input stream to read the contents of an HTTP PUT.
在PHP4中,我们必须使用标准的输入流来读取一个HTTPPUT的内容。
www.phpx.com
9.
Specifies the limit for the input stream buffering threshold, in bytes.
指定输入流缓冲阈值限制(以字节为单位)。
msdn2.microsoft.com
10.
the input stream connected to the normal output of the subprocess.
连接子进程正常输出流的输入流。
www.51goushu.com
1.
And the concentrations of TP in surface water from input stream to reservoir decrease gradually.
从入库、库区至出库的表层水体中,TP的浓度逐渐降低;
dictsearch.appspot.com
2.
Saves the input stream to a file with the specified name.
将输入流保存到具有指定名称的文件。
msdn2.microsoft.com
3.
The number of bytes that can be read from the input stream without blocking.
从输入流不阻塞读取的字节数。
blog.csdn.net
4.
Specifies the limit for the input stream buffering threshold, in KB.
指定输入流缓冲阈值限制(以KB为单位)。
msdn2.microsoft.com
5.
But in this case, it first tries to read a message from the input stream, and it will block until something is received.
但是,在这里,它首先尝试从输入流读一条消息,并阻塞直到收到消息。
www.ibm.com
6.
This means as many as 2 KB will be read from the input stream at a time.
这意味着,一次最多从输入流中读入2KB。
www.ibm.com
7.
Creates a new input stream with the specified decompressor and buffer size.
用指定的解压器和缓冲区大小创建一个新的输入流。
tech.ccidnet.com
8.
Finally (line 7), I use the document builder to parse the input stream and construct the document representation.
最后(第7行),我使用文档构建器来对输入流进行语法分析并构造文档表示。
www.ibm.com
9.
stdin is the standard input stream, which provides input to commands.
stdin是标准输入流,为命令提供输入。
www.ibm.com
10.
This class implements a character buffer that can be used as a character-input stream.
该类实现了一个字符缓冲,可以作为字符输入流使用。
www.oneie.com
1.
The following outputs are the integers taken as-is from the input stream.
后面的输出才是从输入流得到的整数。
www.ibm.com
2.
Returns the number of bytes that can be read from this input stream without blocking.
返回可以从输入流不阻塞读取的字节数。
blog.csdn.net
3.
For instance, the predefined directive as_lower_d converts the input stream to lowercase (see Listing 6).
例如,预定义指令as_lower_d将输入流转换为小写(参见清单6)。
www.ibm.com
4.
If there are fewer words read from the input stream than there are names, the remaining names are assigned empty values.
如果从输入读取的字符比名字要少,那么接下来的名字将被赋予空值。
xiaowang.net
5.
Gets the number of bytes in the current input stream.
获取当前输入流中的字节数。
msdn2.microsoft.com
6.
Gets a value indicating whether a key press is available in the input stream.
获取一个值,该值指示按键操作在输入流中是否可用。
msdn2.microsoft.com
7.
Indicates end of input stream.
表示输入流尾。
blog.csdn.net
8.
Object representing the input stream from which the manifest was read.
对象,它表示从中读取清单的输入流。
msdn2.microsoft.com
9.
RTP - RTP draws a single stream of X-Y points received from an input stream in connect-the-dots fashion.
RTP从输入流中接收X-Y点坐标流,并按点-划线的风格绘制数据流。
osl.bsw.net.cn
10.
Gets or sets the filter to use when reading the current input stream.
获取或设置在读取当前输入流时要使用的筛选器。
msdn2.microsoft.com
1.
Then check whether any error occurred on the input stream and, if so, give a message.
然后检查输入流上是否发生错误,若是,则给出消息。
www.ibm.com
2.
This property is set to the standard input stream by default.
默认情况下,此属性设置为标准输入流。
msdn2.microsoft.com
3.
' Specify the source for the input stream.
为输入流指定数据源
zhidao.baidu.com
4.
Gets the input stream of the subprocess.
返回子进程的输入流。
www.51goushu.com
5.
An input stream that contains resources.
包含了资源的输入流。
msdn2.microsoft.com
6.
Incorrect XML is encountered in the input stream.
在输入流中遇到不正确的XML。
msdn2.microsoft.com
7.
A text input stream that contains resources.
包含资源的文本输入流。
msdn2.microsoft.com
8.
Returns an input stream for this socket.
返回此套接字的输入流。
www.51goushu.com
9.
The number of bytes in the input stream.
输入流中的字节数。
msdn2.microsoft.com
10.
Each record from an input stream is placed into one output stream.
输入流中的每个记录都放入一个输出流中。
technet.microsoft.com
1.
A TextReader that represents the standard input stream.
表示标准输入流的TextReader。
msdn2.microsoft.com
2.
The file that the input stream is written to.
输入流写入的文件。
msdn2.microsoft.com
3.
Gets or sets the input stream from which the manifest was read.
获取或设置从中读取清单的输入流。
msdn2.microsoft.com
4.
An input stream that supports marks.
支持标记的输入流。
blog.csdn.net
5.
An input stream that reads from this open connection.
从此打开连接读取的输入流。
blog.csdn.net
6.
It's a text editor, but unlike file editors such as ed, it edits the input stream and writes to the output stream.
它是一个文本编辑器,但是与诸如ed等文本编辑器不同,它编辑输入流并写到输出流。
www.ibm.com
7.
The TCPIPServer Input node receives 30 bytes of data from the input stream.
TCPIPServerInput节点从输入流接收到30个字节的数据。
www.ibm.com
8.
Reads data from an input stream.
从输入流读取数据。
msdn2.microsoft.com
9.
Listing 3 uses the method to build a document from an input stream.
清单3使用了相应的方法从输入流构建文档。
www.ibm.com
10.
A collection of related problem programs, identified in the input stream by a JOB statement followed by one or more EXEC and DD statements.
相关的问题程序的集合。在输入流中,由一个job语句后面跟一个或多个exec(执行)和dd(数据定义)语句来标识。
www.hotdic.com
1.
If on the other hand, GZIP encoding is not detected, we leave the input stream alone.
另一方面,如果GZIP编码未被检测到,我们就不对输入流再作处理。
www.ibm.com
2.
Finally, close the input stream, flush the output stream, and if it was a pipe, close it with the
最后,关闭输入流,清空输出流,如果输出流是管道,则用
www-128.ibm.com
3.
Returns the column number of the current character position in an input stream
返回输入的文本流中现有的字符行数
adminbar.com
4.
There is no header information, so we move directly to reading the server data from an input stream, storing the results in the variable
因为没有头信息,所以我们直接开始从输入流中读取服务器数据,将结果存储在变量
www-128.ibm.com
5.
The actual number of bytes read, or -1 if the end of the compressed input stream is reached
读入的实际字节数,如果到达已压缩的输入流末端,返回-1
blog.csdn.net
6.
An input stream for reading the contents of the specified ZIP file entry
读取指定ZIP文件项内容的输入流
941xz.com
7.
You are to write a program to analyse a stream of int values from stdin. A sample input stream might contain (possibly over several lines):
写一个程序来分析用户输入的流。下边是一个例(输入也可能占据了多行):
zhidao.baidu.com
8.
your application can read user input from the standard input stream ;
您的应用程序可以从标准输入流读取用户输入;将正常数据写入到标准输出流;
www.ichacha.net
9.
Stream The pointer to the input stream for the symbol store, or
指向符号存储区的输入流的指针,如果使用磁盘上的存储区,则为
msdn2.microsoft.com
10.
gets or sets the input - stream buffering threshold
获取或设置输入流缓冲阈值。
www.ichacha.net
1.
Driven by types of information in input stream
输入流的信息类型决定
sunner.cn
2.
Anomaly Detection Defend DOS Attacks Based on Web Input Stream
基于网络输入流的异常检测方法防止DOS攻击的实现
www.ilib.cn
3.
After the process is started, we can send data to the process through its input stream
进程启动后,我们就可以将数据通过进程的输入流发送给它。
www-128.ibm.com
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/13 3:57:04