• Note that you must provide the end-of-file character when you're finished typingtypically, Ctrl-D.

    注意结束键入必须提供文件结束字符通常为 Ctrl-D

    youdao

  • This file contains a set of rules that define on what type of character or number sequences the annotator should act and how it should act.

    这个文件包含规则,这些规则定义注释应该处理字符数字序列类型以及处理的方式

    youdao

  • As with the character sheet, the notes are added to an array, serialized, and stored in a text file.

    角色一样提示添加数组中,经过序列化存储到文本文件中。

    youdao

  • After loading a configuration file, if the user specified it, I populate the character replacement and bad character arrays with a sensible default.

    加载配置文件以后,如果用户指定了它,那么有意义的默认值来植入字符置换数组不良字符数组。

    youdao

  • RECORDEND: Specifies the character that separates records in a delimited text file.

    RECORDEND指定用于分隔文本文件分隔记录字符

    youdao

  • DELIMITER: Specifies the character that separates fields in a delimited text file.

    DELIMITER指定用于分隔文本文件分隔字段字符

    youdao

  • Notice that the lines in the file are distinguished by a newline (or end-of-line) character.

    注意文件之间行(行结束)字符区分

    youdao

  • Processing a text file often consists of sequentially reading a unit of information (typically either a character or a line) and doing something in response to the unit you've just read.

    处理文本文件通常包括读取信息单元(通常叫做字符),然后读取单元执行适当操作。

    youdao

  • This method is used to read every character until the end of the file (marked by a -1).

    这个方法用来读取文件每一个字符一直读到文件末尾-1为标志)。

    youdao

  • When the character following the file mode bits is a space, there is no alternate access method.

    跟随文件模式字符空格时,表示没有替换访问方法

    youdao

  • If the RECORDEND is specified as "\ n," the same character "\ n" is expected to be in the data file after each record.

    如果RECORDEND指定“\n”,则相同字符“\ n”会出现数据文件中的条记录之后

    youdao

  • Likewise, when a file is written to, the next character goes to the end of the file.

    同样地向某个文件写入时,下一个字符被写到文件结尾

    youdao

  • This human-readable file contains a list of addresses -- one per line, each with a prefix character.

    这个人们可以读取文件包含了一系列地址信息 ——每行个地址,每行都一个前缀字符。

    youdao

  • Note that this implicit new line of a data file is not interpreted as a character "\n".

    注意暗示着数据文件行将解释一个 “\n字符

    youdao

  • The character encoding of a glossary file must be in UTF-8 or the default encoding under the system's locale.

    词汇表文件字符编码必须UTF - 8系统区域默认编码中。

    youdao

  • You really don't want to just use input as it's sent in, but you can use only the letters from the character name to create a file.

    实际上需要传入时使用输入但是可以使用人物姓名中的字母创建文件

    youdao

  • You can specify the character encoding of the file, or leave it to the processor to guess, using a list of clues as dictated by the XSLT spec.

    可以指定文件字符编码或者处理程序根据XSLT规范指示线索猜测

    youdao

  • In the first line, you can see that the encoding of the file is UTF-8 character encoding.

    第一可以看到文件编码UTF - 8字符编码。

    youdao

  • The lexical conventions (character tokens that will represent the keywords, comments, and literals of an IDL file) stipulate that the ISO 8859.1 character set represent the characters in an IDL file.

    词法约定(表示IDL文件关键字、注释文字字符记号)规定ISO 8859.1字符集表示IDL文件中的字符

    youdao

  • You can also specify a default encoding for all XML documents or for only a specific file (see Validating and character encoding XML code below).

    可以所有XML文档只为特定的某个文件指定缺省编码(请参阅下面的验证XML代码对其字符进行编码)。

    youdao

  • The code reader creates a character buffer from the source file, the scanner combines characters into ITokens, and the parser combines ITokens into IASTNodes.

    代码阅读器文件创建一个字符缓冲扫描器字符组合IToken中,解析器将IToken组合IASTNode。

    youdao

  • You can add a call in YY_INPUT to the function GetNextChar , which reads the data from a file and keeps information about the position of the next character to read.

    我们可以YY _ INPUT宏中添加GetNextChar函数调用,后者文件读取数据保留下一个读取字符位置信息

    youdao

  • In general, XMLBuddy offers two solutions for character encoding: XML document encoding may be auto-detected based on file contents or set to a default encoding.

    通常XMLBuddy字符编码提供两种解决方案根据文件内容自动检测XML文档编码,其设置缺省的编码。

    youdao

  • A SAX (Simple API for XML) parser is a single-pass XML reader that takes a well-defined XML file and produces key events, such as tags, attributes, and character text.

    1sax (SimpleAPIforXML)解析器单向的XML阅读器获得定义明确的XML文件生成关键事件例如标签属性字符文本。

    youdao

  • If a type map is used in the Apache configuration file, it is used to map URLs to file names based on any combination of language, content type, and character encoding.

    如果Apache配置文件使用类型映射,那么使用根据语言内容类型字符编码任意组合将URL映射文件名

    youdao

  • The next line creates a file object, passing in the name "testit.txt" and a 'w' character (to let you write to the file).

    接下来创建file对象传递名称testit . txt ”'w '字符(写入文件)。

    youdao

  • std::string root_name( ): Given a path that begins from the root of the file system, this routine returns a string that contains the first character of the PATHNAME.

    string root_name( ):在给定文件系统根目录开始路径的情况下,此例将返回包含PATHNAME第一字符字符串

    youdao

  • If you know the exact position at which the first character of the file owner begins, you can use -c option to display the first character of the file owner.

    如果知道文件信息开始第一字符确切位置可以使用- c选项显示文件属主的第一个字符。

    youdao

  • The proper, portable technique is to use find -print0, combined with xargs -0, to delimit file names with the NUL character. Here's the favored approach.

    种适当的可移植技术使用find - print0,加上xargs -0以便使用NUL字符文件名进行划分。

    youdao

  • You can tell vi to place a bookmark at a point in a file by pressing the m key followed by another alphabetic character that denotes the bookmark reference.

    可以vi文件中的特定位置放书签。方法是escape键,再按m然后输入另一个表示书签引用的字母表字符

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定