It will save considerable machining time to use more than one tool in one machine to perform several machine operations either in sequence or simultaneously.
在一台机器上使用数种刀具来顺次或同时进行几项机器操作,将节省大量加工时间。
The Update Sequence Number on a domain controller is incremented by both types of write operations, which means that it is incremented whenever changes are replicated in from another DC.
两种类型的写入操作都可增加域控制器上的更新序列号,这意味着每当从其他DC复制了更改时,该序列号都会增加。
Its message sequence could be defined to indicate the required (valid) ordering of operations.
可以为其定义消息序列,表明所需(有效)的操作顺序。
It follows that to do governance well, governance must be a process with a sequence of operations (a lifecycle) and a set of objects (artifacts) that are created and evolved through its execution.
由此得出结论,要很好地治理,治理就必须是具有一序列运作(一个生命周期)和一组通过其执行而创建并演进的对象(工件)的过程。
Operations research and Markov decision processes tackled actions taking place in a sequence.
运筹学和马尔科夫决策过程处理以一个序列发生的行为。
Previous versions of the sequence diagram editor allow you only to select classifier-owned operations.
序列图编辑器的前面版本只允许您选择标识符所有的操作。
However, most of the test scenarios have a broader scope, focusing on the entire sequence of operations needed to generate SDOs using the JDBC Data Mediator Service.
但是,大部分测试方案都有更宽的范围,重点在于使用JDBC数据中介服务生成SDO所需的整个操作序列。
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是应用程序进程中的一个可恢复的操作序列;它由于提交操作、回滚操作或者结束应用程序进程而结束。
Business operations consist of steps or tasks that are performed in a sequence.
业务操作是由按顺序执行的步骤和任务组成的。
Such operations are invoked asynchronously and there is no guarantee about the sequence of these invocations.
此类操作采用异步方式调用,并不能保证这些调用的顺序。
When you double-click on a message operation signature on a sequence diagram, a list of available operations will display.
当您在序列图的消息操作签名上双击时,会出现一个可用操作的列表。
This is achieved by defining all operations called in a sequence within the sequence element, as shown in Listing 2 below.
这是通过在顺序元素中定义所有操作的顺序来完成的,如以下清单2所示。
The names chosen in Listing 9 clarify the purpose of the service, and it is possible to deduce much of the sequence in which operations should be invoked.
而清单9中选择的名称说明了服务的目的,并可以减少很多操作应按特定顺序调用的情况。
For example, batch applications that must execute many update operations serially are often better off executing SQL statement in sequence without all the extra object hydration.
例如,必须连续执行多个更新操作的批处理应用程序通常能够更好地依次执行sql语句,而无需所有额外的对象交互。
The IBM JIT compiler USES a sequence of expression trees to represent the method's operations.
IBMJIT编译器使用一个表达式树序列表示方法的操作。
In SOA terms, a business process consists of a series of operations which are executed in an ordered sequence according to a set of business rules.
在soa术语中,业务流程包括依据一组业务规则按照有序序列执行的一系列操作。
WSDL doesn't prevent calling operations in any sequence. A web service application, which USES WSDL, has to cater to this in its application logic above.
WSDL不会禁止以任何顺序调用操作,使用WSDL的Web服务应用程序必须在上面的逻辑应用中迎合这一特点。
Instead, it is shorthand for a sequence of three discrete operations: read-modify-write.
相反,它只是包含三个具体操作序列的简写方法:read-modify-write。
The Cell BE Handbook defines the sequence of channel operations needed to perform a DMA transfer on pages 450-456 (see Resources).
CellBE 手册的第 450 到 456页定义了执行DMA传输所需的信道操作的顺序(请参见 参考资料)。
The sequence diagram in Figure 1 highlights a few of the dynamic join points that result from operations on an Account.
图1中的顺序图突出了在 Account操作上形成的一些动态连接点。
Using these operation capabilities during the design phase, the data flow (that is, the sequence of those data processing and transformation operations) is defined.
可以在设计阶段中,使用这些操作功能定义数据流(即由这些数据处理和转换操作构成的序列)。
WSDL: interface is a sequence of WSDL: operations, defining each particular method.
interface是wsdl: operation的序列,它定义了每一个特定的方法。
Encryption algorithms encrypt or decrypt messages by performing a sequence of mathematical operations on the message, transforming its appearance but not its content.
加密算法通过在消息上执行一连串的数学操作从而对消息进行加密或解密,转换的是消息的外观而非其内容。
The performance test code first reads the documents to be used in the test into memory, then runs through a sequence of operations on the documents.
性能测试代码首先将测试中使用到的文档读入到内存中,然后对文档进行一系列的操作。
Transactions are used to protect a sequence of database operations that must either succeed or fail as a group.
事务处理用于保护作为一个组必须成功或失败的一系列数据库操作。
Visual items - mouse position, clicks, drag, slider position, etc. - can be related to complex data that can be used through a sequence of operations.
可视化项目——鼠标位置、单击、拖动和滑块位置等——都可与复杂数据有关,可通过一系列的操作来使用。
It specifies a sequence of operations that involve resources, such as databases.
它指定包括资源(如数据库)的一系列操作。
Fermentation is often one step in a sequence of food processing operations, which may include cleaning, size reduction, soaking, and cooking.
发酵过程通常是一系列食品加工操作中的一道工序,这些加工过程可包括清洗,粉碎,浸泡和烹饪等步骤。
Read and interpret engineering drawings, blueprints, charts and tables or study sample parts to determine machining operation to be performed, and plan best sequence of operations.
读取和解释工程图纸,蓝图,图表和表格或研究样本零件,以确定要执行的操作加工,并规划最佳的操作顺序。
J2EE provides transactions, by which a sequence of operations (persistent message receives, database updates, and so on) can be grouped into a single atomic operation.
J2EE提供了一些事务,通过这些事务可以将一系列操作(持久性消息接收、数据库更新,等等)划分为单个原子操作。
应用推荐