异步处理,asynchronous processing
1)asynchronous processing异步处理
英文短句/例句

1.Study on Asynchronous Invocation SCADA System Based on CIM/CIS;基于CIM/CIS的SCADA异步处理机制的研究
2.Buffered Asynchronous Processing Model in High Concurrence Environment大量并发环境下的缓冲异步处理模型
3.An asynchronous electrical signal from a peripheral to the processor.一个从外设到处理器的异步电信号。
4.Research on Discontinuous and Asynchronous Message Handling in.NET.NET下不连续异步消息处理的研究
5.Analysis on the common breakdown of the three phase asynchronous generator三相异步电动机常见故障分析与处理
6.An Optimal Approach In Design Of Asynchronous FIFO Of Microprocessor微处理器中异步FIFO的一种优化方法
7.Implement of Parameter Identification of Asynchronous Machine Based on DSP基于数字信号处理器的异步电机参数辨识实现
8.E620050 “Asynchronous system error. Cannot set information.“异步系统内部处理错误,不能保存输入的情报。”
9.Design and Analysis Techniques of Asynchronous Embedded Microprocessors;异步嵌入式微处理器设计与分析关键技术研究
10.Primary Study on the Treatment of Wastewater by High Efficient Hydrolysis-acidogenosis Process of Anerobic Baffled Reaction (ABR);异波折板高效水解酸化废水处理技术初步研究
11.Research and Practice of Enterprise Asynchronous Transaction;企业级异步事务处理问题的研究和实践
12.Researches on Distributed Asynchronous Message Processing Based on WCF基于WCF的分布式异步消息处理机制的研究
13.Using batch to show observation data in different place synchronously利用批处理实现观测数据同步异地显示
14.Discussion on Burning of a a Large 3-Phase Asynchronous Motor大型三相异步电动机烧损处理及原因探讨
15.Alternating Current Excitation Control of Asynchronized Synchronous Generator Based on Digital Signal Processor;异步化同步发电机交流励磁控制的数字信号处理器实现方法
16.Asynchronous data transfers controlled by the peripheral which notifies the center processing unit ( CPU ), when the transfer is complete.由外部设备控制的异步数据传输,当传输完成后,通知中央处理机。
17.In the context of asynchronous programming, the function that handles the completion of a request.异步编程上下文中,他的作用是处理一个完整请求。
18.Microstructure and Properties Evolution of Asynchronous Rolling AZ31 Magnesium Alloy Sheets during Annealing异步轧制AZ31镁合金板材在退火处理中的组织性能演变
相关短句/例句

Asynchronously Exception Handling异步异常处理
3)Asynchronous microprocessor异步微处理器
4)asynchronous message handling异步消息处理
1.Research on Discontinuous and Asynchronous Message Handling in.NET.NET下不连续异步消息处理的研究
5)Asynchronous Processing Mechanism异步处理机制
6)asynchronous-data-handle异步数据处理
延伸阅读

异常处理异常处理exception handling  y jchQng ehull异常处理(exeePtion handling)程序设计语言提供的为描述异常与异常处置而用的语言机制。语言中提供的异常处理机制一般包括引发机制和处理机制两部分。 有几种解决异常处理的方案,一种是把异常处理看作针对非经常发生的事件(不一定是错误)的一种正常程序设计技巧,异常情况发生时,便由异常处理程序处理,处理结束时,控制还可以回到发生异常的位置。因此,也可以利用异常处理来实现一些修补工作。当修补结束时,又继续程序的正常执行。另一种则只限于异常情况发生了一些称作“错误”(或者是结束条件)的事件。这便表示,在某一程序单位中发生异常情况时,执行就告终止,把控制转到异常处理程序,但以后就不再回到发生异常情况的位置,处理程序可以决定重新启动有关的程序段,但不是简单的恢复。无法恢复时,保留现场信息供分析用。