scheduler

['ʃedju:lə(r)]
  • scheduler
  • n.

    调度程序,日程安排程序;

纠错 数据更新时间:2026-04-18 08:40:07
1、

First, the scheduler determines which VPS should get the CPU.

首先,调度器确定哪个VPS应该获得CPU。

互联网摘选

2、

Kernel-level threads interact directly with the operating system and are scheduled by the kernel-level scheduler.

内核级线程与操作系统直接交互,由内核级调度器调度。

互联网摘选

3、

This new scheduler can operate in bounded time regardless of the number of tasks to execute.

不管需要运行的任务有多少个,新的调度程序都会在有限的时间内运行。

互联网摘选

4、

Click OK, and then exit the Task Scheduler.

单击确定, 然后退出工作排程.

互联网摘选

5、

But there is no reason the two concepts could not be combined: If a coroutine/ thread yields a jump target, the scheduler can jump where requested ( unless overridden by thread priorities, perhaps).

我们完全可以把这两个概念结合在一起:如果协同程序/线程生成了跳转目标,调度程序就可以跳转到被请求的地方(也许,除非被线程优先级覆盖)。

互联网摘选

6、

The design process of a total of N of the process scheduler.

在设计过程中,总的N的进程调度.

互联网摘选

7、

For example, the scheduler or supervisor of an operating system.

例如, 操作系统中的调度程序或管理程序.

互联网摘选

8、

The paper analyzes and researches to this, discusses two schemes of reducing scheduler latency: introducing preemption point and the preemption kernel, and analyzes carefully two relevant patches.

该文对此进行了分析和研究,阐述了减小调度器延时的两种方案:插入抢占点和可抢占内核,并仔细分析了相应的两种补丁。

互联网摘选

9、

The introduction of the relay into the system makes the scheduling problem more complicated. The scheduler needs to make a rational resource allocation between the relay link user and the direct link user.

中继节点的引入使资源调度问题变得更加复杂,调度器需要对中继用户和直传用户进行合理的资源分配。

互联网摘选

10、

Job scheduler schedules for a few times . Process scheduler schedules frequently.

作业调度次数少, 进程调度频率高.

互联网摘选

11、

The Task Scheduler will now run the evaluation reset operation on the date that you specified.

工作排程将现在执行的评价复位操作上的日期您所指定的.

互联网摘选

12、

When done properly, the scheduler can take full advantage of multiple CPUs.

当正确设置的时候, 调度器(scheduler)能够全面利用多个CPU的 优势.

互联网摘选

13、

There is no single "scheduler" module or routine.

没有单独的“调度器(scheduler)”模块或例程。

互联网摘选

14、

In the next days ( probably Mondayweek ) we will begin testing a new scheduler code.

接下来几天 ( 可能下周一 ),我们将测试新的调度服务程序.

互联网摘选

15、

LNMS is made of log receiver, log processor, report engine, report scheduler, Web Services interface and web application.

整个系统由日志采集、日志分析引擎、报表生成引擎、报表调度、对外接口和前台Web应用程序几个模块构成。

互联网摘选

16、

It adopts the bottom-half-handle strategy, so the process scheduler needs to consider the management of interrupt program and mission queue, which make Linux form the unique scheduling style.

由于Linux采用了底半处理策略,因此进程调度要考虑中断程序和任务队列的处理,从而形成了Linux独具特色的调度风格。

互联网摘选

17、

In contrast, RT threads are not bound by time quanta, and the thread scheduler does not do any form of dynamic priority adjustments based on CPU usage.

反过来,RT线程不受时间量的限制,并且线程调度程序不根据CPU的使用进行任何形式的动态优先级调整。

互联网摘选

18、

Linux ′ s kernel source code, its architecture, process scheduler, task queue, synchronization, system timer are analyzed in great detail.

对Linux的内核源代码进行了分析,且着重于其核心服务机制的组织结构、进程调度、任务队列机制、同步机制、系统定时机制的剖析。

互联网摘选

19、

On the basis of reading and research of Linux 2.6 kernel resource codes and lots of documents and materials, the paper gives the deep analyses and summaries of Linux 2.6 kernel's task scheduler mechanism, timer mechanism, virtual memory mechanism and resource preemption technology.

本文在对Linux2.6内核源代码的研究和大量文献资料阅读的基础上,对Linux2.6内核的进程调度机制、时钟机制、虚拟内存机制以及资源抢占技术进行了深入的分析和总结。

互联网摘选

20、

Next, since the computation complexity of the proposed algorithm is relatively large, an improvement is made in the model of the scheduler and some strategies in reducing the scale of the second sub-problem are employed. Also we parallelize the proposed algorithm.

然后,针对所提出的方法存在的一些问题,改进了调度器模型同时对存储资源选择问题进行了规模上的缩减,并对算法做了并行处理、。

互联网摘选

21、

The prototype system of job scheduler is implemented and integrated into the Software Sharing System.

本文实现了作业调度器的原型系统,并将其集成到软件共享系统中.

互联网摘选

22、

Cautious Scheduler for Database Concurrency Control

数据库的谨慎式并发控制

互联网摘选

23、

Interestingly, Linux implemented a constant-time scheduler at roughly the same time as FreeBSD.

有趣的是, Linux执行的常数调度器大约与FreeBSD的次数相同.

互联网摘选

24、

Once a program is in memory, the scheduler is no longer concerned with it.

一旦程序在主存中了, 调度程序就与此程序无关了.

互联网摘选

25、

This paper describes the theory and scheduler method of oracle 8 job queue.

阐述了Oracle8作业队列的工作原理,并介绍了Oracle8数据库调度作业的方法。

互联网摘选

26、

Applications can be designed to have user-level threads that are scheduled to work by the application or by the pthreads scheduler in libpthreads.

应用程序在设计上可拥有多个用户级线程,并将它们计划为由应用程序或libpthread中的pthread调度程序处理。

互联网摘选

27、

However, if a coroutine/ thread merely yields None, the scheduler could make its own decision about the appropriate thread for the next attention.

然而,如果协同程序/线程只生成None,调度程序就可以自己决定下一步要关注哪个适当的线程。

互联网摘选

28、

File uploads have been enabled. The scheduler has been enabled.

文件上传和调度程序均已被启用.

互联网摘选

29、

The scheduler governs which process will run and which will have to wait.

排程器决定该执行哪个程序和哪些程序要等待.

互联网摘选

30、

Cannot access Task Scheduler. The job cannot be scheduled.

无法访问任务计划程序。无法计划此作业。

互联网摘选

  • 相关词组
  • 今日热词
  • 热门搜索

微语录(www.volg.cn)为您提供在线词典、英语翻译、单词大全、英译汉、汉译英等英语服务!可通过lj:关键词格式搜索句子,如lj:affect,搜索affect相关的双语例句!

用户反馈
请选择反馈类型(可多选):
您的联系方式:(如需回复请填写联系方式)
反馈内容:
提交成功 小编会尽快处理
回到顶部
点击反馈