英语人>词典>英汉 : invokable的中文,翻译,解释,例句
invokable的中文,翻译,解释,例句

invokable

更多网络例句与invokable相关的网络例句 [注:此内容来源于网络,仅供参考]

It is an application architecture within which all functions are defined as independent services with well-defined invokable interfaces which can be called in defined sequences to form business processes.

在这种体系结构中,所有功能都定义为独立的服务,这些服务带有定义明确的可调用接口,可以以定义好的顺序调用这些服务来形成业务流程。

Besides ValuePattern which represents a control that stores a string value, as a different example of control pattern, we can take the Invoke pattern control, InvokePattern, which represents the controls that are invokable, controls like buttons.

除了ValuePattern这代表控制作为一种管理模式不同的例子,存储一个字符串值,我们可以采取调用方式的控制,InvokePattern,它代表的是可调用的控制,如按钮控制。

After an interrupt is generated, the CPU compares the interrupt number (x8) against the size of the IDT -- stored in the interrupt descriptor cache register. If the INT# x 8 doesn't exceed the IDT size, then the interrupt is considered invokable, and the IDT base address is fetched from the descriptor cache; then the ISR's protected mode address is fetched from the IDT.

在产生一个中断之后, CPU 将会把中断号(乘以8)和 IDT 的长度进行比较( IDT 的长度存储在中断描述符缓冲寄存器中),如果中断号乘以8之后的值没有超过 IDT 的长度,则该中断被认为是可调用的,然后将 IDT 的基址从中断描述符缓冲寄存器中取出; ISR 的保护模式帝制从 IDT 中取出。