runnable

runnable

1. Typically, PCS is done according to priority- the scheduler selects the runnable thread with the highest priority to run.

一般而言,PCS依据优先权来完成,排班程式选择最高优先的可执行执行绪来执行。

2. Study on Runnable Mechanism of Investor Relation Management of Chinese Listing Company

中国上市公司投资者关系管理运作机制的研究

3. Keywords native soil imagination;modernity;national fable;modernity appeal;modernity reflection;post-modern;runnable mechanism;

乡土想像;现代性;民族寓言;现代性诉求;现代性反思;后现代;运行机制;

4. Represents the time that is spent by the worker in the RUNNABLE state.

代表工作线程处于RUNNABLE状态下的时间。

5. The task in the session is in the runnable queue of a scheduler while waiting to get a time quantum.

会话中的任务在等待获取时间量程时位于计划程序的可执行队列中。

6. However, a threaded program may have multiple runnable threads, so blocking in a system call should be avoided.

但是,一个线程化的程序可能含有多个可运行的线程,所以在系统调用过程中,应该避免阻塞。

7. For example, the following code would create a green thread for each of the runnable objects, and these green threads will share the lightweight process represented by the

例如,下面的代码会为每个runnable对象创建一个绿色线程,这些绿色线程会共享由

8. code: new Thread(new Runnable() catch (InterruptedException e) ...

利用线程实现时间动态更新,请参考!

9. runnable state

可运行状态

10. at the same time, each thread can be scheduled independently by the kernel so that one may sleep while another remains runnable.

同时,每个进程也会被内核独立的调度,使得一个线程睡着了,而别的依然保持运行。

11. log.error("The ActionThread does not implement Runnable, cannot instantiate!");

听 听 听 听 听 听 听 听 听 听 听 听 听 听 InitScriptRunner.

12. Therefore, to mitigate late task execution, you should minimize the number of runnable threads in your application.

因此,要减缓任务的延迟执行,应该将应用程序中可运行的线程数降至最少。

13. class Pool { Runner r;public void execute(Runnable task) { r.setTask(task);r.notifyAll();

基本上对了,只是还有一点点问题,就是执行器的归属和控制。

14. If the value in the PRI column is equal to or lower than this value, the process is considered runnable and is included in the load average.

如果 PRI 栏中的值等于或者小于此值,则该程会认为是 可运行的并且会包括在负载均衡中。

15. If a worker yields the scheduler and puts itself into the runnable queue and then finds no other workers, the worker will select itself. In this case, the.

如果工作线程产生了计划程序并将它自己放到可运行的队列中,而后发现没有其他工作线程,那么,工作线程将选择它自己。

16. It must be attached to a runnable program that is downloaded into or installed in the computer.

它必须附着在下载到或装入计算机中的可运行程序上。

17. {Runnable resource = new SharedResource();Thread A = new Thread(resource,”A”);

强迫主线程停止运行,以便线程A开始运行。

18. C. When a thread stops running because of pre-emptive, it is placed at the front end of the runnable queue.

当一个线程因为抢先机制而停止运行,它被放在可运行队列的前面。

19. r The amount of threads in the run queue. These are threads that are runnable, but the CPU is not available to execute them.

当前运行队列中线程的数目.代表线程处于可运行状态,但CPU还未能执行.

20. When looking for a new process to run on a CPU, the kernel has to consider only the runnable processes (that is, the processes in the TASK_RUNNING state).

当寻找一个新的进程让它使用CPU时,内核不得不考虑所有可以运行的进程(也就是说,处在TASK_RUNNING状态的进程)。

21. When a worker that is waiting on an event is signaled, the worker is placed at the head of the runnable queue.

当等待事件的工作线程得到信号时,工作线程将被放在可运行队列的开头。

22. ority becomes runnable.

态(等待状态),但实际上只有一个线程在运行。

23. All thread that are runnable are kept in pools according to priority.

所有可运行的线程根据优先级保持在不同的池中。

24. The model of a divemptive scheduler is that many threads might be runnable,but only one thread is actually running.

抢占式调度模型就是许多线程属于可以运行状态(等待状态),但实际上只有一个线程在运行。

25. Operating systems impose their own limits on many aspects of the system, including the number of runnable threads and processes.

操作系统也会暴露出它们对系统的许多方面的限制,包括可运行的线程和进程的数量。

26. This paper first analyzes the runnable mechanism of cleaner production.It is considered that cleaner production is influenced by the government, market, enterprise, public and society.

文章分析了清洁生产的运行机制,认为清洁生产方案的实施受企业、政府、公众、市场和社会环境等五个方面的影响与制约。

27. This project does not contain a full, runnable application program. Instead, the only package ope.acccount contains two classes which represent basic bank customer and account information.

本资源为高质量源码,需要会员才能下载,如果你是会员,请登陆。如果不是会员请注册。

28. Each CPU schedules from its own queues, and resorts to stealing runnable softly affined KSEs from other CPUs if there are no runnable KSEs.

每个CPU在自己的队列中进行调度,如果没有可运行的KSE,则从其他CPU那里取一些有软亲缘的KSE,并且重新排序。

29. A STUDY ON THE RUNNABLE MECHANISM OF CLEANER PRODUCTION

清洁生产运行机制探讨

30. Once unblocked, awakened, or notified, a thread becomes runnable and eligible for further execution.

程序员可以在以下两种同步技巧中选择一种使用:互斥算法或者条件同步算法。

31. The linker ld reads many object files (partial programs) and combines their contents to form a runnable program.

粗略地说,一个段是一个连续的地址范围;

32. A thread might cease to runnable (that is,because blocked) for a variety of reasons.

线程可以因为各种各样的原因终止并进入可运行状态(因为堵塞)。

33. The thread could be implemented by using runnable interface or by inheriting from the Thread class.

线程可以执行调用可运行接口或从线程类继承.前者是较为有利。

34. When a blocked thread becomes runnable,it is placed back into the appropriate runnable pool.

线程可能为了访问资源而不得不等待直到该资源可用为止。

35. This value limits the number of runnable threads associated with the completion port.

虽然完成每个事务处理需要花费更长的时间,但更多的事务可以同时被处理。

36. Causes the Runnable object r to have its run() method called later, serialized with the event stream, soon after completion of the repaint cycle.

让指定的线程对象首先暂停,让系统首先完成屏幕的显示,等屏幕显示完毕以后再使线程继续执行。

37. This bit corresponds to the highest priority task that is runnable.

该位对应着优先级最高的可执行进程。

38. A thread might cease to runnable (that is,because blocked) for a variety of reasons.The thread’

该线程一直运行到它终止进入可运行状态(等待状态)或是另一个具有更高优先级的线程变成可运行状态。

39. This software is runnable on the new 5th generation phones.

该软件能运行于新的第五版手机上。

40. Lower runnable count implies that multiple tasks are waiting for a resource.

较低的可运行计数表示有多个任务正在等待资源。

41. runnable interface

运行接口

42. This is why Joone is serializable and remotely transportable using any wired and wireless protocol, and it is easily runnable using a simple, small and generalized program.

这就是为什么Joone能通过使用任何有线或无限的协议进行可串行化和可遥控传输,并且能容易在一个简小且普通的程序里使用的原因。

43. This is the highest priority runnable task on the system and is the task the scheduler will run.

这就是系统中优先级最高的可执行进程,也是马上会被调度执行的进程。

44. public Future submit(Runnable task,

递交一个计算任务,返回一个未来任务.

45. public Future submit(Runnable task,

递交一个计算任务.

46. Tell the kernel and FS that the process is no longer runnable.

通知核心和文件系统这个进程不可再运行。

47. By comparison, the following result shows multiple runnable tasks where no task is waiting to obtain a worker.

通过比较,下面的结果显示多个可运行的任务,其中没有等待获取工作线程的任务。

48. Avoid using inheritance when it isn't necessary.For example, if you wish to use multiple threads, implement the Runnable interface rather than extending the Thread class.

非必要不使用继承。举例来说,如果你希望使用多线程,实现类好。

英语宝典
考试词汇表