当前位置:乐沙网 > 英语单词大全 > time slice的意思

time slice是什么意思,time slice的意思翻译、用法、同义词、例句

输入单词

常用词典

  • [计] 时间片;时间片段;时间区分

  • 例句

  • In this paper, time slice arranging algorithm and space arranging algorithm are applied for arranging training schedule.

    本文将时间片安排算法和空间安排算法运用到系统的训练计划安排。

  • If a thread performs a blocking operation, the operating system will throw away its unused time slice and let other threads execute instead.

    如果某个线程执行了阻塞型的操作,操作系统将剥夺其未使用的剩余时间片并让其它线程开始执行。

  • Some applications that process video or audio signals, for instance, use banded matrices in which each band represents a different time slice of the signal.

    例如,在一些影音处理的应用中,带状矩阵的每一条带可以被用来表示一个时间片段的信号。

  • In the meantime , the CPU scheduler will allocate a time slice to some other process in memory .

    与此同时,调度器将分配一部分时间给内存中的另外一些项目。

  • If the value of context switching is very high, increasing the time slice can improve performance, but this should only be done after extensive analysis.

    如果上下文切换的值非常高,则增加时间切片可提高性能,但这必须在经过大量分析之后才能实施。

  • Both threads are assigned the same default priority in the SCHED_OTHER policy, so both threads are given the same time slice to execute.

    在 SCHED_OTHER策略中为这两个线程都指定了相同的默认优先级。因此给两个线程分配了相同的时间片执行。

  • Sharing resources with lower-priority threads can cause higher-priority threads to experience delays when they are scheduled out so that other tasks can get a time slice.

    与较低优先级线程共享资源可能导致在调度较高优先级线程时出现延迟,以让其他任务可以获得一个时间片段。

  • In a shared-partition environment, you need to understand that there is an unused time slice in each entitled processor capacity.

    在共享分区环境中,您需要了解在每段有权使用的处理器时间中都存在一个未使用的时间片。

  • Each task has a time slice that determines how much time it's permitted to execute.

    每个任务都有一个时间片,这取决于系统允许执行这个任务多长时间。

  • Each thread is given a certain amount of CPU time, known as the quantum, for which it can execute before another thread is allowed to grab a time slice.

    每个线程都将分到一定的CPU时间,在此期间该线程可以运行,然后另一个线程将分到一个时间片并开始执行。

  • RPDS partitions CPU time flow into continuous segments, and in each segment RPDS will forcibly assign one time slice to non-hard real-time tasks.

    RPDS将处理器时间流分成连续的小段,并在每一小段中强制为非硬实时任务分配一个时间片。

  • In Figure 3, each time slice represents a quantum that runs either the GC or the application.

    在图3 中,每个时间片表示运行GC或应用程序的一个时间量。

  • A preemption control model based on time slice is therefore proposed to assign every task on upper limit of preemptable frequency.

    提出了一种基于时间片的抢占控制模型,为每个任务分配一个可抢占次数的上限。

  • Increasing the time slice might improve system throughput, due to reduced context switching.

    增加时间片的长度可以提高系统吞吐量,因为减少了上下文的切换。

  • That thread is removed from the queue and executes for a period of time called a time quantum or time slice.

    该线程从队列中移除并执行一段时间(称作:时间量或时间片)。

  • The time slice tuning parameter allows the user to specify the number of clock ticks by which the time slice length is to be increased.

    时间片调整参数允许用户指定时间片长度增加的时钟计时数。

  • Each process is assigned a time period, known as its time slice , that is, the time allowed to run the process.

    每个进程被分配一个时间段,称作它的时间片,即该进程允许运行的时间。

  • Say you have Thread A trying to push 20 and Thread B trying to push 30 into the stack, and Thread A got the time slice first.

    假设线程A试图把20压入堆栈,线程B试图压入30,而线程A先获得了时间片。

  • Based on the two dimensional DSI, one flow is presented in this paper to do DSI along the time slice by use of conjugate gradient method combined with NMO.

    基于二维离散光滑插值,文中还给出共轭梯度法与NMO相结合的沿时间切片逐层处理的离散光滑插值流程。

  • The time slice can select the reflected signals from object at different distances.

    利用时间片选择不同距离物体的反射信号。

  • Increasing the time slice can improve system throughput due to reduced context switching.

    增加时间切片可减少上下文切换,从而可以提高系统吞吐量。

  • When a thread finishes its time slice on the CPU, it goes back on the run queue of the CPU it was running on.

    在CPU 上,当一个线程完成它的时间切片后,它将返回原来运行它的CPU运行队列。

  • Using time slice, we can explore small fault and analyse the geological structure by analysing the similarity of seismic signal between adjacent trace on the seismic cube.

    利用相干体的时间切片来分析相邻道地震信号的相似性,进而探测小断层和分析地质构造。

  • The low coherence value in the coherence cube is reflected by the coherent time slice and coherent bed flattening slice.

    相干体上的低相干值通过相干时间切片和相干层拉平切片来反映。

  • If the end of time slice …

    如果在时间片结束时…

  • This can be done by using the time slice identifier descriptor.

    这可以通过使用时间片标识符描述符实现。

  • When a task on the active runqueue uses all of its time slice, it's moved to the expired runqueue.

    当活动运行队列中的一个任务用光自己的时间片之后,它就被移动到过期运行队列(expiredrunqueue) 中。

  • 网络扩展资料

    时间片是指计算机操作系统中对于CPU时间的分配单位,每个进程都被分配一定数量的时间片来使用CPU。当时间片用完后,操作系统会将CPU分配给下一个待执行的进程,从而实现多任务并发执行。时间片的大小可以根据不同的操作系统进行设置。

    近义词: 时间片段、时间分片

    反义词:实时操作系统

    例句:

    • 我们的程序被分配了100毫秒的时间片。
    • 操作系统将时间片分配给了高优先级的进程。

    用法:

    时间片是操作系统中用于实现多任务并发的重要机制,可以有效地提高系统的运行效率和响应速度。在程序执行时,时间片的大小会影响进程的响应速度和任务完成时间。因此,在进行系统优化时,可以通过调整时间片的大小来提高系统的性能表现。

    时间

    时间是指事件发生的先后顺序所组成的序列,是一个不可逆的物理量。时间的单位可以是年、月、日、小时、分钟、秒等。在计算机科学中,时间通常以时间戳的形式表示,即从某个固定时间点(如197年1月1日)开始的秒数或毫秒数。

    近义词:时刻、时候、光阴、时期

    反义词:空间

    例句:

    • 我们需要记录服务器响应时间。
    • 时间管理是一项重要的生产力技能。

    用法:

    时间在计算机科学中有着广泛的应用,例如在操作系统中用于记录系统的运行时间、进程的执行时间等;在数据库中用于记录数据的创建、修改和删除时间等;在网络通信中用于同步不同设备之间的时间等。因此,对时间的精确管理和控制在计算机科学中具有重要意义。

    英语单词大全 请记住链接:https://danci.yuesha.com/time+slice.html

    展开全部内容
    更多工具: