• Objective to discuss the operation sequence of adjustment in the amount of iodine to salt.

    目的探讨调整食盐加碘浓度的操作程序。

    youdao

  • Perfect every responsibility system in the work position, standardize the operation sequence.

    健全工作岗位中各项责任制度,规范操作程序。

    youdao

  • Discharge in processing, processing can be revised at any time, carry out immediately by condition, And need't shut down, simplify the operation sequence greatly!

    放电加工中,加工条件可随时进行修改,立即执行,且不必停机,大大简化操作程序。

    youdao

  • Based on this, by combining the operation sequence of control in substation automation, a security communication system of remote control for substation automation is designed.

    在此基础上,针对变电站远程控制的安全需求,结合变电站自动化控制操作的动作序列,设计了变电站自动化远程控制的安全通信体系。

    youdao

  • By means of interactive Planning, the system may determine the operation sequence, select machine tools and cutters employed, as well as the cutting parameters and cutting time and the like.

    借助于人机对话方式,可以完成确定加工顺序、工序和工步,选择机床、刀具和切削用量,计算切削参数和加工时间等工作。

    youdao

  • In addition, refactoring an operation will update the corresponding message in a Sequence diagram, even when the Sequence diagram is in a closed model.

    此外,重构一个操作将会更新序列图中相应的信息,即时当这个序列图在一个被选择的模型中。

    youdao

  • As you can see, you can create various types of messages between lifelines in a sequence diagram, and select an existing operation as a signature of the message.

    如您所看到的,您可以在序列图中的生命线之间创建各种类型的消息,并选择现有的操作作为消息的标记。

    youdao

  • A block of code that must be executed in sequence and without interruption to guarantee correct operation of the software.

    一段必须按次序执行的代码,并且不能被中断,否则不能保证软件正确地操作。

    youdao

  • In addition, if a Sequence diagram message references an operation, and the operation is subsequently refactored, the message name will be updated automatically.

    此外,如果一个序列图消息引用一个操作,那么这个操作随后就会被重构,这个消息名称就会自动被更新。

    youdao

  • A UOW is a recoverable sequence of operations within an application process; it ends as a result of a commit operation, a rollback operation, or the end of the application process.

    UOW是应用程序进程中的一个可恢复的操作序列;它由于提交操作、回滚操作或者结束应用程序进程而结束。

    youdao

  • Figure 2 shows a sequence diagram for a find operation in the pattern.

    图2显示了该模式中查找操作的序列关系图。

    youdao

  • Each child element-type in that sequence will be generated (while using code generation tool on WSDL) as a parameter of the operation in the service interface.

    将生成(在WSDL上使用代码生成工具时)此序列中的每一个子元素类型作为服务界面中的操作参数。

    youdao

  • The MEP defines the sequence of messages in the operation and their direction.

    mep定义操作中的消息顺序及其方向。

    youdao

  • In the previous section, you learned that only the delete operation can be applied to a sequence of nodes, such as repeating elements.

    在前一节中指出,在节点序列(比如重复元素)上只能应用删除操作。

    youdao

  • A reduce combines all the elements of a sequence using a binary operation. For example, it can use "+" to add up all the elements in the sequence.

    而reduce则通过一个二进制操作把一个序列的元素联合起来,例如它可以使用加法对序列里的元素求和。

    youdao

  • The "delete" operation is the only operation that can act on a sequence of nodes — it deletes all of them. This is illustrated in Update 17.

    对于节点序列,能够执行的操作只有 “delete” 操作 —它会删除所有节点,见更新17。

    youdao

  • When the URL path tells Drupal to add a node, the node building sequence is significantly different from the View operation.

    当url路径指示Drupal添加一个节点时,节点构建序列与View操作有显著差异。

    youdao

  • This operation is the opendir(), readdir(), ..., closedir() sequence in one call.

    这个操作实际上是在一次调用中执行opendir()、readdir()、...、closedir()序列。

    youdao

  • It contains an element named after the operation wrapping a sequence of elements containing data and named after each of the operation's parameters.

    它包含了一个根据操作命名的元素,而这个元素又按顺序包含了一组根据操作参数命名的元素及数据。

    youdao

  • The plant to manufacture breads involves the following sequence of operation;

    生存面包的设备涉及以下的操作程序

    youdao

  • As you can see from Figure 23, when creating a new operation from the sequence diagram, there is a drop-down menu in the Create new operation dialog.

    正如您从图23中看到的那样,在从序列图中创建新的操作时,在CreateNewOperation对话框中会出现一个下拉菜单。

    youdao

  • A block of code that must be executed in sequence and without interruption to guarantee correct operation of the software. See also race condition.

    一段必须按次序执行的代码,并且不能被中断,否则不能保证软件正确地操作。参照:竞争状况。

    youdao

  • Using these operation capabilities during the design phase, the data flow (that is, the sequence of those data processing and transformation operations) is defined.

    可以在设计阶段中,使用这些操作功能定义数据流(即由这些数据处理和转换操作构成的序列)。

    youdao

  • If the client invokes a web service with the IN-ONLY operation, then the sequence of invocations in both RM Source and RM Destination will be subsets of the sequences, as shown in Figure 7 above.

    如果客户机使用in - ONLY操作调用Web服务,则RMSource和RMDestination中的调用序列都将为图7中所示的序列的子集。

    youdao

  • The Sequence expiration is now established by the CreateSequence operation (see the section on "Sequence creation" below).

    序列的生命周期通过CreateSequence操作来建立(参见下面的“序列创建”一节)。

    youdao

  • An operator, such as the + sign, is a character (or sometimes a short sequence of characters) that indicates a computational operation. In an expression, a term must be one of the following.

    操作符,例如+,是一个字符(或者有时候是一小串字符)指明了运算种类。

    youdao

  • What is important is that the algorithm guarantees that after a sequence of operations the expensive operations will be amortised and thereby rendering the entire operation O(1).

    重要的是,算法保证在一系列的操作之后,耗时昂贵的操作时间被分摊,从而使整改操作的时间复杂度为O(1)。

    youdao

  • It is the symbol sequence controlling the operation of encryption transformation.

    控制加密转换操作的符号序列。

    youdao

  • The mould manufacture scheduling based on due date is a problem of how to schedule operation processing sequence to minimize tardiness.

    基于交货期的模具车间作业调度问题是解决不同类型工件的加工排序,使其误工最少。

    youdao

  • For the problem of sorting signed genomes, a sorting operation can change both the gene sequence and the signs of genes.

    对于无向基因组的重组排序问题,重组排序操作只改变基因序列,不会改变基因的符号。

    youdao

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

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

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