Wounds frequently occur as a result of operation of machinery.
往往由于机械操作而造成损伤。
General algorithm and PID algorithm are recounted. The result of operation is given.
在控制算法上对一般算法和PID算法进行了讲述,给出了系统实际运行结果。
Laparoendoscopic single-site surgery (LESS) can meet the requirements of patients' beauty and at the same time guarantee the result of operation.
单切口腹腔镜手术的出现在不影响手术效果的同时满足了患者对美容方面的要求。
At the end, this paper gives the result of operation of this system, and carries out the pressure test and analysis for the realization of this application server system.
最后,论文给出了原型系统的运行结果,并对所实现的应用服务器系统进行了压力性能测试及分析。
It introduces the principle of working out the information database operating system of accident rescue counter-plan and the system establishment and its result of operation.
介绍了事故救援预案信息库应用系统的编制原则、系统组成及使用效果。
Conclusions DNT is benign tumor which could be treated by surgery, total removal of tumor and using intraoperative electrocorticography could improve the result of operation.
结论DNT为良性病变,需外科治疗,手术时全切除肿瘤及术中采用皮层脑电图监护可提高手术疗效。
The result of operation shows that it improves the calcining condition of shaft kiln and has significant effect on quantity of production, quality of product, energy saving and cost reducing.
实际运行表明,改善了立窑煅烧状况,对提高产品产量、质量、节能、降耗等方面都有显著效益。
Why does agreement to a certain procedure, even a fair procedure, justify whatever result flows from the operation of that procedure?
为什么同意一个特定程序,即使是一个公平的程序,证明该程序的运行所产生的任何结果是正当的?
For example, the result of invoking a service operation is different if the operation has already been invoked, or another operation needs to be invoked before an operation can be invoked.
例如,如果服务操作已被调用,或在调用某个操作前需要先调用另一个操作,在这两种情况下调用服务操作的结果是不同的。
During my tests, I did not notice any disruption to the LPAR as a result of this operation.
在我们的测试中,我们没有注意到这个操作使LPAR产生任何中断。
Once the order is approved or declined by the manager, the BPEL process will return the result of the human task to the business state machine by invoking an operation on the business state machine.
在经理批准或拒绝订单之后,BPEL过程将通过调用业务状态机上的一个操作把人工任务的结果返回到业务状态机。
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是应用程序进程中的一个可恢复的操作序列;它由于提交操作、回滚操作或者结束应用程序进程而结束。
To validate this subpolicy, the preferred source must support a create operation that returns the IDs as a result of the preferred source's create operation (see Figure 4).
要使这个子策略生效,首选源必须支持返回ID作为首选源创建操作结果的创建操作(请参见图4)。
Similarly, if a file in the partial application exists in the deployed application EAR, then it is updated in the deployed EAR as a result of update operation.
类似地,如果部分应用程序中的某个文件存在于已部署的应用程序EAR 中,则更新操作会在已部署的 EAR 中更新此文件。
The major challenge of allowing an operation to be pushed down is to ensure that the same query result can be achieved regardless of where the operation is performed.
允许操作下推的主要挑战是确保无论在何处执行操作,取得的查询结果总是相同的。
No deaths have been reported as a result of the operation, and serious complications are rare.
目前尚未有该手术造成死亡的相关报道,而且严重的并发症也是极其少见的。
As you can see in order for the call to be a true tail-call, no other operation can be performed on the result of the tail-called function before it is passed back.
可见,要使调用成为真正的尾部调用,在尾部调用函数返回之前,对其结果不能执行任何其他操作。
If a file in the partial application does not exist in the deployed application EAR, then it is added to the deployed EAR file as a result of update operation.
如果部分应用程序中的文件不存在于已部署的应用程序EAR中,则更新操作会将其添加到已部署的EAR文件。
The only way a malfunction occurs as the result of a look-ahead operation is if the predicted results weren't available, such as when the next call is routed to another system.
预先操作失误的惟一情况就是所预测的结果不可用,例如下一个调用被路由到其他系统上去了。
res is the usual result of an I/O operation: the number of bytes transfered, or a negative error code.
res是IO操作的通常结果:传输的字节数,或者负值的错误码。
The final result of the complete operation is performed by collating and interpreting the results from all processes running the reduce operations. The general form of the reduce function is.
完成操作的最终结果是通过对所有运行reduce操作的处理结果进行分类和解释。
In Listing 13, the execute method extracts the parent task command's result and sets the result of the operation by appending the step result to the task command's result.
在清单13中,execute方法提取父任务命令的结果,并通过将步骤结果附加到任务命令的结果而设置操作的结果。
The account ID from this mapping operation can then be joined with the account ID included in the output of the Group By operation, creating a result set that will populate the target ACCT table.
然后,将该映射操作获得的账户ID与GroupBy操作的输出中包括的账户ID进行连接,创建一个结果集,该结果集将填充目标acct表。
The result of this operation is the same is if the rule had been run with its output type set to Statistics Only.
这一运行的结果与输出类型设置为StatisticsOnly的规则的结果相同。
Among the three LocalVariables in the operation model, we are particularly concerned with the one called result, since it will hold the value to be returned after the last statement of the operation.
在操作模型的3个LocalVariable中,我们主要关注称为result的LocalVariable,因为它将会保存执行完操作的最后一条语句之后返回的值。
Once processed, the OrderApproval instance will call the business state machine's approvalResponse operation with the result of the approval and then end.
在处理后,OrderApproval实例对于审批结果将调用业务状态机的approvalResponse操作,然后结束进程。
To design the later, right-click on the Employee class again, and this time add an operation called FullName with a result of type String.
为了设计后者,再次右击employee类,添加一个名为FullName的operation,其结果是String类型的。
Thus, I can cast the result of the bitwise operation as a byte, put the byte in a single-byte array, and return the array to the calling application.
因此,我可以将按位操作的结果造型为一个字节,将这个字节放入一个单字节数组,并将这个数组返回给调用应用程序。
Often the result of this operation is some new data that you want to display to the user.
这一操作的结果通常是一些您想要展示给用户的新数据。
Thanks to this component, we do not need to chain the result of the GET operation to a subsequent service but can perform everything within a single service.
幸好有了这样一个组件,我们就无需将GET操作的结果发给随后的服务了,相反可以在单独的服务中完成一切。
应用推荐