• 为了充分利用XSLT 2.0的语法特性必须可能需要修改整个设计重写大部分样式模块作好准备。

    To take full advantage of XSLT 2.0 syntax and features, it is necessary to plan, possibly change the whole design, and probably rewrite most of your stylesheet modules.

    youdao

  • SAX——如同提供语法分析器模块API——基本上一个XML文档顺序处理器

    SAXlike the parser modules it provides an API for — is essentially a sequential processor of an XML document.

    youdao

  • 新的模块语法函数以及功能通过例子展示给读者。

    New modules, pragmas, functions, and capabilities are shown in action with great examples.

    youdao

  • RecDescent一个Perl5模块使用很少代码可以生成非常强大的语法

    It's a Perl 5 module that can produce very powerful grammars with just a little code.

    youdao

  • 编程语言通过模块 XPath 结合进来,有时候甚至直接进入语言语法

    Programming languages are incorporating XPath through modules and classes, and in some cases directly into the languages' syntax.

    youdao

  • 使用 xml.dom模块语法早期文章相比一些变动

    The syntax of using the module xml.dom has changed a bit since my earlier articles.

    youdao

  • 本书开头一点声明(将内置函数称为声明)、模块以及一些Python语法简短总结

    The beginning bit of the book has a brief summary of the statements (with built-in functions mistakenly called statements), modules, and some Python syntax.

    youdao

  • haskell中, 装载模块语法import ,必须函数定义之前,所以一般都是将它置于代码的顶部.

    The syntax for importing modules in a Haskell script is import . This must be done before defining any functions, so imports are usually done at the top of the file.

    youdao

  • 应该要么了解语法,要么PerlExpect . pm模块

    You should either learn its syntax, or use the Perl Expect.pm module.

    youdao

  • 使用DBI->connect语句语法如下)来创建一个数据库句柄 时,DBI模块会自动加载DBD::DB2驱动程序

    The DBI module automatically loads the DBD::DB2 driver when you create a database handle using the DBI->connect statement with the following syntax

    youdao

  • 下面这段虚构的代码展示了如何使用Scala语言语法定义这些语法与C#的命名空间语法以及Ruby使用模块作为命名空间的语法相似。

    The next example shows a contrived example that defines packages using the nested package syntax in Scala, which is similar to the namespace syntax in C# and the use of modules as namespaces in Ruby.

    youdao

  • sax模块包含一个自动选择最佳语法分析器设施

    The module xml.sax contains a facility for automatically selecting the "best" parser.

    youdao

  • Simple简单XML文件提供了一个直观的纯 Perl 语法分析器,而且大多数分析模块支持SAXAPI

    XML::Simple provides an intuitive, pure-Perl parser for simple XML files, and the SAX API is supported by most of the parsing modules.

    youdao

  • 特殊名字函数语法标准模块

    Special names, functions, pragmas, and standard modules.

    youdao

  • 5.003版发布之后Perl 又许多特性,包括新的语言结构模块语法以及功能

    There are many things new with Perl since the 5.003 release. New language constructs, modules, pragmas, and capabilities abound.

    youdao

  • Parser模块一个用于JamesClark出色的expat 语法分析器Perl接口,它是大多数其它分析操纵模块基础

    The XML::Parser module, a Perl interface for James Clark's excellent expat parser, serves as the basis for most other parsing and manipulation modules.

    youdao

  • 只要模块放在当前目录PSI 子目录,就可以以下语法使用模块ESP.pm: perl -I. -MPSI::ESP -e 'use PSI::ESP; $p = new PSI::ESP; print $p->reason'

    You can use the module with the following syntax as long as you place the module in a PSI subdirectory of your current directory: ESP.pm

    youdao

  • 语法规则决定文本模块另一个模块作用

    The grammatical rules determine the effect of one chunk of text on another.

    youdao

  • 注意这些命令利用新的CREATEORreplace语法,此语法适用函数过程视图模块别名触发器变量昵称

    Note that the commands take advantage of the new CREATE OR REPLACE syntax that is applicable to functions, procedures, views, modules, aliases, triggers, variables, and nicknames.

    youdao

  • 点击其中任意一个模块观看卡片形式展示语法课程,另一部分会以互动问答的方式测试对相关知识的掌握情况。

    Tapping on one of these modules takes you to a section where you can see the grammar lessons in the form of flashcards, and then a section where you can test your knowledge in an interactive quiz.

    youdao

  • PyXML 发行版包含几个具有各种功能的附加语法分析模块

    Several additional parsing modules with varying capabilities are included in the PyXML distribution.

    youdao

  • 高度未充分利用设施可能很好原因:一个特定的模块怎么判断语法是错误的,因为是错误的,或者因为这是正确的,但对于不同模块?。

    This is a highly underused facility, but probably for good reason: how can a particular module tell whether the syntax is wrong because it's wrong, or because it's correct but for a different module?

    youdao

  • 符号:调用模块的某函数语法形式,就是模块名后加一个点,也就是英文的句号,再加函数名。

    The syntax for calling a function in another module by specifying the module name followed by a dot (period) and the function name.

    youdao

  • 语法测试模块研究,采用计算机编译技术并结合被测文件结构特点,研究了文件标识符关键测试点测试方法

    In the Syntax testing module, the testing method of file identifier, key word, etc, which adopts computer compile technology, combining the structure characteristic of examined file, is researched.

    youdao

  • 检查模块能够正确找出已编写程序语法一些简单逻辑错误后续开发具有指导意义。

    This checking module can correctly find syntax errors and some simple logical errors of the diagram program, which provides guidance for the further development.

    youdao

  • 定义蓝牙模块应用相关的BT指令语言并实现语言语法解析器。

    Define a new command language, called BT language, for module application, realize the command syntax parser as well.

    youdao

  • 第一扫视用户语言,进行语法检查建立各种表格第二产生结果模块它们十分类似机器代码指令

    The first pass scans the user's source language, checks the syntax, and draws up various tables. The second pass produces object modules, which are like a group of machine-code instructions.

    youdao

  • 模块1展示了一些基本语法功能使大家能够一般现在时进行基本信息交流

    Module 1 presents the basic grammar and functions that will allow students to participate in an exchange of information using the present simple tense.

    youdao

  • 本文研究中间语言英语语法现象的基础上,采用基于规则的方法设计和实现了汉英机器翻译系统英文生成模块XMGEN

    This dissertation makes a deep research of interlingua and English grammar and designs a English generation module of Chinese-English MT system - XMGEN.

    youdao

  • 本文研究中间语言英语语法现象的基础上,采用基于规则的方法设计和实现了汉英机器翻译系统英文生成模块XMGEN

    This dissertation makes a deep research of interlingua and English grammar and designs a English generation module of Chinese-English MT system - XMGEN.

    youdao

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

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

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