英语人>词典>汉英 : 可重入的 的英文翻译,例句
可重入的 的英文翻译、例句

可重入的

基本解释 (translations)
reenterable

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

The state set is constructed based on the characteristics of re-entrant lines, and the scheduling problem is described as the corresponding Markov decision process.

根据可重入生产系统的特点建立状态集,并将调度问题表示成相应的马尔可夫决策过程。

This code is reentrant so if the code is only required to do something once then it is necessary to make sure yourself that it is only done once.

此代码是可重入的代码,如果只需要做一些事情,然后一旦有必要,以确保自己,只有做一次。

Thus, the event handler should be reentrant.

因此,事件处理程序应当是可重入的

Only if after thousand year, your heart still keep there, and still can remember your last life, then you can back to the earth life, to looking for you belove in last life.....

千年之后若心念不灭,还能记得前生事,便可重入人间,去寻前生最爱的人。

However, the kernel is re-entrant and will stack a full context for each interrupt that is nested.

然而,内核是可重入的,并且会在中断嵌套时保存全部的环境到堆栈中。

The re-entrant production line scheduling problem is studied using genetic algorithm in this dissertation for the first time.

然后进一步研究了另一类更复杂的生产线—以微电子生产线为背景的可重入式生产线的调度问题,微电子芯片的生产的重要性不言而喻,本文将首次应用遗传算法来研究可重入式生产线的调度问题。

A simulation framework of scheduling re-entrant lines with Neuro-Dynamic Programming is presented.

提出一个基于神经元动态规划解决可重入生产系统调度问题的仿真框架。

Semiconductor manufacturing system is a class of complex manufacturing system with re-entrant being its feature.

半导体制造系统存在可重入现象,即工件在工艺流程的不同阶段使用同一台设备进行加工,半导体生产线因此被称为第三类系统。

Generally speaking, softirqs are re-entrant functions and must explicitly protect their data structures with spin locks.

一般来说,软中断是可重入函数,必须用自旋锁显式地保护它们的数据

Serializing the tasklet simplifies the life of device driver developers, since the tasklet function needs not to be re-entrant.

串行化tasklet简化了设备驱动程序开发者的工作,因为tasklet函数不需要可重入的

更多网络解释与可重入的相关的网络解释 [注:此内容来源于网络,仅供参考]

reenterable:可重入的

reenter v.重新进入 | reenterable 可重入的 | reentrant 可重入的

reenterable:可再入的

reenterability 可重入性 | reenterable 可再入的 | reenterablemodule 可重入模块

reenterable:可重入的,可再入的

"可重入性","reenterability" | "可重入的,可再入的","reenterable" | "可重入码","reenterable code"

reenterable subroutine:可重入次常式

"可重入程序,可重入例行程序,再入例行程序,再入式例行程序","reenterable routine" | "可重入次常式","reenterable subroutine" | "可重入的,可再入,再进入","reentrant"

reenterable subroutine:可重入次例程

可重入程序,可重入例行程序,再入例行程序,再入式例行程序 reenterable routine | 可重入次例程 reenterable subroutine | 可重入的,可再入,再进入 reentrant

reenterable module:可重入模块

reenterable 可再入的 | reenterable module 可重入模块 | reenterable program 可重入程序

reentrance:可重入性

reenterablesubroutine 可重启动子程序 | reentrance 可重入性 | reentrancefeature 重入的特征

reentrant:可重入的

ive)、可重入的(reentrant)虚拟内存操作系统;*可在对称多处理器系统(symmetric multiprocessing systems)上运行,并且能很好地适应处理器的数量;*扩展性(Extensibility) 编写的系统代码必须能够随着市场需求的变化而自如地增长和改变;

reentrant:可重入

可 重入(reentrant)函数可以由多于一个任务并发使用,而不必担心数据错误. 相反,不可重入(non-reentrant)函数不能由超过一个任务所共享,除非能确保函数的互斥(或者使用信号量,或者在代码的关键部分禁用中断). 可重入 函数可以在任意时刻被中断,

reentrant code:可重入代码

可重入代码(Reentrant Code)是一种允许多个进程同时访问的代码. 为使各个进程所执行的代码完全相同,绝对不允许可重入代码在执行中有任何改变,因此可重入代码是不一种不允许任何进程对其进行修改的代码.