• In the course of mechanical element processing, the phenomenon of ambiguous rejects is analyzed and studied, the method of differentiating was put forward.

    机械零件加工过程出现废品现象进行了分析研究,并提出了判别方法

    youdao

  • Listing 4 shows how to include additions necessary to skip certain files in the processing using the element.

    清单4显示了如何使用元素包括必要添加内容处理跳过某些文件

    youdao

  • This is extremely important, because it determines what kind of processing has already been done on the element that you're transforming (in this example, a UML operation).

    非常重要因为决定了转换元素进行了什么类型处理(中,是一次U ML操作)。

    youdao

  • It is not necessary to apply this predicate explicitly to every element to see if it is true, since processing can stop after the third node.

    没有必要每个元素应用谓词查看是否是真,因为处理可能第三个节点停止

    youdao

  • A node can be a piece of text (such as an element's content), an element, or a processing instruction or comment.

    节点可以文本(比如元素内容)、个元素、一条处理指令或者注释

    youdao

  • Processing this data requires special handling of the generic element when it occurs in the data instance.

    数据实例出现元素时,数据处理需要这个通用元素进行特殊处理

    youdao

  • If the same processing is required for each array element, with no dependencies in the computations, and no communication required between tasks, we have an ideal parallel computing opportunity.

    如果每个数组元素需要处理而且数组没有依赖关系,执行计算任务之间也需要通信,这样的话将是一个执行并行式计算的理想环境

    youdao

  • The method used to create an element is associated with the document as a whole, so I need to retrieve the owner document for the element I'm currently processing (line 17).

    用来创建元素方法文档关联成为一个整体所以需要所有者文档中检索当前正在处理的元素(第 17 行)。

    youdao

  • Batch processing with message enrichment: This pattern is useful if the message to be processed contains a repeating element, and each element needs to be enhanced by acting on each one separately.

    使用消息充实处理如果处理消息包含重复元素并且需要单独操作每个元素才能其增强,则模式非常有用。

    youdao

  • XML programming is a chore, among other reasons, because processing must navigate to each element through the tree.

    XML编程一项繁重的工作,因为处理必须通过导航各个元素

    youdao

  • Because the processing of the contents of this element should be skipped, no schema validation is performed on the contents between the start and end tags.

    由于这个元素内容处理过程跳过开始结束标记之间内容执行任何验证。

    youdao

  • The parallel combination fragment element needs to be used when creating a sequence diagram that shows parallel processing activities.

    创造一个序列显示并行处理活动的时候,需要使用并行组合碎片元件

    youdao

  • The main processing element is a fairly standard general-purpose processor.

    处理元素一个非常标准通用处理器

    youdao

  • To do so, it will pick off the first element of the listthe headto do the processing on that element, and recursively pass the rest of the list to itself again.

    为此选取列表第一元素 — 列表头部元素执行处理然后再递归式地将列表其余部分传递自身。

    youdao

  • Such an approach guarantees that you will always get the whole content of an element regardless of included comments, processing instructions, or sub-elements.

    这种方法可以保证始终能够获得元素完整内容不管它是否包含注释处理质量元素。

    youdao

  • At first, the logic behind this sounds reasonable: If you change this data element from optional to required, you essentially duplicate error processing that occurs elsewhere in the system.

    首先,整个过程背后逻辑合理的:如果这项数据元素可选改为必需,那么您基本上就是复制系统其他地方所使用的错误处理过程

    youdao

  • The XSL transform engine would handle this automatically if the namespace were associated with an output element, but since WSDL requires it to be in an attribute value, manual processing is required.

    如果名称空间输出元素关联XSL转换引擎自动处理要求由于WSDL要求存在属性因此需要手动处理

    youdao

  • Any comments or processing instructions outside the root element of the XML file are considered siblings of the root element.

    XML文件元素之外所有注释处理说明看作根元素的兄弟元素

    youdao

  • Note: When defining specializations, you should avoid introducing a dependency on special processing that lacks a graceful fallback to the processing for the base element.

    定义专门化应当避免在不能很好地后退基本元素处理特殊处理引入相关性

    youdao

  • So you can write concise expressions that consider not only elements and element values, but also attributes, processing instructions, and so on.

    因此可以编写精确表达式来表示元素元素以及属性处理指令等等。

    youdao

  • Most XML documents use fixed ordering of child elements, so processing the children of a particular element becomes as simple as just making one call after another to this method.

    大多数XML文档使用顺序固定元素因此处理特定元素多个子元素象依次调用这个方法那么简单

    youdao

  • You can also decide if you want processing to continue for the element associated with the rule.

    可以决定是否继续处理规则相关元素

    youdao

  • The same logic also works for the end of an XML element and the processing of the element content.

    同样逻辑适用xml元素结束元素内容处理

    youdao

  • This processing can be performed by encrypting the Payment element in the Order.xml file.

    可以通过Order . xml文件中的Payment元素加密来完成这个处理

    youdao

  • In the scenario, special processing for the classname element might generate a literal "class" label in the output to save some typing and produce consistent labels.

    方案中classname元素特殊处理可能会输出生成一个文字class标签节省一点输入生成一致标签。

    youdao

  • Processing continues until the next element is encountered; buyingYourAlpaca.dita is converted to buyingYourAlpaca.idd, then to buyingYourAlpaca.idn, and then included in the output stream.

    继续处理直到遇到一个元素,将 buyingYourAlpaca.dita转化buyingYourAlpaca.idd然后将 buyingYourAlpaca.idn包含输出流中。

    youdao

  • Any element in a SOAP processing chain can add or delete items from the Header; elements can also choose to ignore items if they are unknown.

    一个SOAP处理中的任一元素增加删除Header里元素选择忽略它们不认识的项。

    youdao

  • The factors method returns a list of Numbers, so I'm processing the list one at a time, adding each element to the accumulating sum, which is the return value of reduce.

    factors方法返回数字列表因此处理一个数字,将每个元素加入中,和数就是reduce返回

    youdao

  • As I mentioned, the basic unit of processing is an element, represented by the GstElement class.

    正如所提到元素处理过程的基本单元gstelement类来表示。

    youdao

  • The structure and processing of the header element content has been delegated to SignatureTool by abstracting the content to a single SOAPElement.

    通过将其内容抽象单个 SOAPElement ,元素内容结构处理已经委托给 SignatureTool 。

    youdao

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

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

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