scheduling priority 中文意思是什麼

scheduling priority 解釋
調度優先級
  • scheduling : 編排;調度
  • priority : n. 1. (時間、順序上的)先,前。2. 較重要;上席;上位;重點,優先(權);先取權。3. 優先配給;優先考慮的事。
  1. To deal with the difference on operating system level, this paper designs a thread - level algorithm based upon priority inheritance protocol to prevent priority inversion. a dynamic priority mapping and scheduling algorithm to achieve strict order is also presented. through analysis of multi - threaded execution order under fixed priority scheduling model, a multithreaded programming model with totally predicable execution order is proposed

    針對各種操作系統的差異,本文提出了基於優先級繼承協議的線程級防優先級翻轉演算法,提出了能夠嚴格保序的動態優先級映射方法及相關的調度演算法,通過研究固定優先級調度下的多線程執行順序問題,本文還提出了一種執行順序可預測的多線程程序設計模式。
  2. Under preemptive scheduling, the highest priority task executes until it enters the waiting or dead states or a higher priority task comes into existence

    採用搶先調度方式時,具有最高優先級的任務先執行直到它進入等待或僵死狀態,或者是有更高優先級的任務產生。
  3. A : under preemptive scheduling, the highest priority task executes until it enters the waiting or dead states or a higher priority task comes into existence

    採用搶先調度方式時,具有最高優先級的任務先執行直到它進入等待或僵死狀態,或者是有更高優先級的任務產生。
  4. In order to perfect the product line ' s simulation, the paper introduces the characteristic of auto product line, defines the lifecycle of the equipment for auto line, models the failure scheduling management by discrete event simulation with several scheduling based on fifs, the priority or other policies

    摘要根據自動生產線中故障調度管理的特點,提出自動生產線中設備全生命周期的概念,並運用離散事件系統模擬的方法對自動生產線中的故障調度管理建模,提出實現調度策略的方案,以完善自動生產線的模擬技術的研究。
  5. In the integrated scheduling service, hard periodic tasks are scheduled off - line to meet their real - time requirements, and each soft aperiodic task request is assigned a suitable deadline to enhance the aperiodic responsiveness. scheduling guarantees of hard periodic tasks are preserved through the on - line schedulability analysis. the sharing of critical section resources between the tasks is also considered in the integrated scheduling service ' s schedulability analysis, and bounded blocking for accessing the critical section resource is achieved by introducing the priority ceiling protocol

    在該模型中,對硬實時周期性任務集進行離線調度以滿足其可調度性保證:給動態到達的軟實時非周期性任務分配一個截止期,提高其響應性能,同時通過在線可調度性分析保證周期性任務的可調度性不受影響;集成調度服務模型在可調度性分析中還考慮了任務之間共享臨界區資源的情況,採用優先級上限協議對訪問臨界區引起的阻塞進行了定界分析。
  6. Job attributes, such as priority, input data, number of cpus, amount of memory, or disk space, can determine where the job will be scheduled, but often the scheduling policy associates a cost with job requirements

    作業屬性,例如優先級、輸入數據、 cpu的數量、內存總量、磁盤空間等,可以確定將作業調度到何處執行,但是調度策略常常與作業需求中的成本聯系在一起。
  7. 9 tgywk a r, lehoczky j p. algorithm for scheduling hard aperiodic tasks in fixed - priority systems using slack stealing. in proc. ieee real - time systems symposium, puerto rico, december 1994, pp. 22 - 33

    Ic - eat構造了一個能確保多個cpu利用率的分散式多輸入多輸出控制環,它集成了非周期任務調度的許可控制機制與回饋控制機制,動態調整任務的qos 。
  8. In this approach, remaining operating time ( rot ) is divided into two types : one is relative rot, and the other is absolute rot. a new dispatching rule, i. e. the maximum relative rot of part is priority, is presented. this scheduling algorithm is proven to be effective by examples and theory analysis

    論文重點研究了在單件、小批量生產方式下,基於啟發式的作業車間調度問題,提出了優先分配啟發式演算法的一種新的優先分配規則,即相對剩餘加工時間最大的概念,並從理論分析和軟體實現兩個方面驗證了該演算法的有效性。
  9. Specifies the scheduling priority of a

    的調度優先級。
  10. Gets or sets a value indicating the scheduling priority of a thread

    獲取或設置一個值,該值指示線程的調度優先級。
  11. Each thread maintains exception handlers, a scheduling priority, and a set of structures the system uses to save the thread context until it is scheduled

    每個線程都維護異常處理程序、調度優先級和一組系統用於在調度該線程前保存線程上下文的結構。
  12. Stability analysis of buffer priority scheduling policies using timed petri net models

    網模型的緩沖優先調度策略穩定性分析
  13. Based on the timely summarization on a tm switch, in the thesis, we have detailed most of the scheduling strategy and improved switch structure relevant to input - queued switches, and by the overall analysis of the cell sending procedure, we presented a system model named time priority scheduling input - line group output with muti - channel model

    在人們對atm交換網路系統模型綜述的基礎上,本論文綜述了輸入隊列atm交換的調度策略和各種改進的交換結構,並將時間優先級控制方式應用於線群結構輸出的交換機中,通過對信元傳送機理的分析,提出了優先級調度輸入一線群多通道輸出的系統模型。
  14. Rms ( rate - monntonic scheduling algorithm ) in acos is an optimal static priority algorithm for scheduling independent, preemptible, periodic tasks

    Acos中的單調速率調度演算法( rms )對于可獨立、可搶先調度的周期性任務是一種最佳的靜態優先級演算法。
  15. One way, linux kernel can be modified directly to reduce the schedule latency and this is so - called soft real - time. the other way, the so called sub - kernel idea can be adopted, which adds an extra real - time kernel besides linux kernel. the real - time kernel is in charge of managing and scheduling all the real - time tasks and linux kernel is treated as a real - time kernel ’ s task with the lowest priority

    一種是對標準linux內核進行直接修改,通過減小操作系統的調度延遲,優化linux的實時性能,達到軟實時的標準;另一種是採用雙內核方案,增加一個實時內核,所有有實時要求的任務都在這個實時內核上運行,標準linux內核作為這個實時內核優先級最低的一個進程,這種方式可以實現硬實時。
  16. The length or the capacities of the tactical data are always different, and so the conventional data scheduling algorithm which consisted " first in first service " and " shore message first service " are not appropriate in the tactical communication applications. to meet the requirement of the information service priority, we presented a dynamic priority scheduling algorithms, which working on the order programming mode, can improve the efficiency of the asymmetric broadcast channel

    戰場數據分發的長短消息數據容量相差懸殊,分析了常規「先入先服務」及「短消息優先」等調度演算法存在的不公平特性,根據戰術通信對信息服務優先權的特殊要求,提出了一種「動態優先權」調度演算法,在點播模式下,可提高非對稱廣播通道數據的傳輸效率。
  17. Pretreatment is used to generate alternate activities to achieve the requirements. theproblem after pretreatment is characterized as a constraint satisfaction problem, which is solvedby the local search algorithm based on dynamic priority. the solution means to specifycorrespondingactivitiesforeveryrequirementandtoallocateexecutingtimeandresources. in order to validate the modeling framework presented in this paper, a software system isdesigned to implement the mission planning and scheduling for msrs

    預處理過程自動生成完成任務需求的候選活動集;預處理之後的問題被描述為一個約束滿足問題,通過基於動態優先級的局部鄰域搜索演算法完成問題的求解,即為每個需求指定相應的活動,並為這些活動安排執行時間並指派資源。
  18. In chapter 2, on the basis of reference to classical static priority scheduling theory for hard real - time systems, we proposed a delay computation method with partition algorithm

    第二章在借鑒強實時系統靜態優先級調度理論的基礎上,提出一種通過引入分區演算法來計算atm交換延遲的方法。
  19. In addition, each thread maintains exception handlers, a scheduling priority, and a set of structures in which the system saves the thread context while the thread is waiting to be scheduled

    另外,每個線程都維護異常處理程序、安排優先級和一組結構,線程等待安排時系統在這些結構中保存線程上下文。
  20. Priority boost option to specify whether microsoft sql server should run at a higher microsoft windows 2000 or windows 2003 scheduling priority than other processes on the same computer

    選項可以指定microsoft sql server是否應當以比相同計算機上的其他進程更高的microsoft windows 2000或windows 2003計劃優先級運行。
分享友人