priority of task 中文意思是什麼

priority of task 解釋
任務優先權
  • priority : n. 1. (時間、順序上的)先,前。2. 較重要;上席;上位;重點,優先(權);先取權。3. 優先配給;優先考慮的事。
  • of : OF =Old French 古法語。
  • task : n. 1. (派定的)工作,任務,功課。2. 艱苦的工作,苦差使。3. 〈廢語〉租稅,稅款。vt. 1. 派給工作。2. 虐待,使作苦工。3. 〈廢語〉課稅。
  1. Deadline monotonic algorithm is studied from several perspectives including the development history of the theory, the scheduability test algorithm, priority inversion solutions, aperiodic task handling etc. and 2 important conclusions of the theory : static optimal property and the sufficient and necessary feasibility test, are discussed in proof form

    從理論發展歷史、可調度性測試方法、優先級倒置的處理、非周期任務的處理等幾個方面對截止時間單調演算法進行了研究。並對演算法的兩個重要結論:靜態最優性和可調度性測試方法分別進行了證明和推導。
  2. Combined with research task, " prospective study on alternatives of laboratory animal in china " ( 2000 - 2001 ), " barrier in international trade - research on alternatives of laboratory animal " ( 2000 - 2001 ), " the research on laboratory animal welfare and technological guideline, which is equivalent with international rule " ( 2002 - 2005 ), the thesis focused its statement, from two level of scientific progress and economical development, on the significance, necessity and imperativeness of three rs carried out in our country, based on collection. collation and analysis of the developing course, mode, influence factors and trends in three rs. the approach on overall thinking, support condition and effective operation in different stage, which is benefit to advance the progress of three rs research, has been made. the priority field of three rs research is also proposed in the thesis

    結合《我國開展動物實驗方法工作的前景研究》 (北京科委, 2000 - 2001 ) 、 《外貿中壁壘性技術-動物實驗替代方法的研究》 (國家科技部2000 - 2001 )和《與世界接軌的實驗動物福利及技術規范研究》 (國家科技部2002 - 2005 )三個項目研究工作,在收集、整理和分析國外3rs發展過程、發展模式、影響因素和發展動態的基礎上,本論文從科技進步和經濟發展兩個層面上,重點論述了我國開展3rs研究的意義,闡述了我國開展3rs研究的必要性和迫切性,探討了我國開展3rs研究的思路、有利條件和不同階段可採用的有效運行模式,提出了我國應優先開展3rs研究的重點領域。
  3. 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

    在該模型中,對硬實時周期性任務集進行離線調度以滿足其可調度性保證:給動態到達的軟實時非周期性任務分配一個截止期,提高其響應性能,同時通過在線可調度性分析保證周期性任務的可調度性不受影響;集成調度服務模型在可調度性分析中還考慮了任務之間共享臨界區資源的情況,採用優先級上限協議對訪問臨界區引起的阻塞進行了定界分析。
  4. In order to adapt to fierce competition situation, constructing the core competence has already become a task of top priority and a most important thing. the paper discussed enterprise development from the point of enterprise ecological competition by analyzing both successful and failing cases of domestic and international enterprises. the paper put forward the following viewpoints which were also the innovations of the paper

    本文通過分析國內外企業成功與失敗的案例,從企業競爭生態的角度探討企業發展問題,提出以下觀點,這也是本文的創新之處: 1企業發展與企業增長是不同的概念,企業發展不是表面上的由小到大,而是真正的由弱變強,由強變更強。
  5. The key subsystems that influence the cultivation and promotion of core competence are in systems of technology and r & d, human resource, organization and culture. based on the strategic priority of core competence, the paper builds a synthesis analysis framework which focous on the pmi of human resource, culture, organization system, technology and r & d. the analysis framework of pmi is described as below : firstly, the main task of core competence based human resource integration is to keep the key employee stabilization

    從上述四個視角來看,企業核心能力內化于企業的整個組織體系中,主要體現為關鍵的技術和技能、企業內部的獨特的知識集合、組織和管理機制、獨特的企業文化等幾個方面,其載體是個人和組織兩個層次,因而影響核心能力的培育和提升的企業子系統關鍵在於技術和研發子系統、人力資源子系統、組織子系統和企業文化子系統之中,因此,本文基於核心能力的戰略優先級,選取以人力資源整合、文化整合、組織機制整合、技術和研發整合四個子系統建立一個比較完整的綜合性的分析框架,這也是通過並購來培育和提升企業核心能力重點關注的領域。
  6. Application software is independent of operation system ’ s priority by using corba priority. multi - tasks ’ synchronous transaction and high priority task ’ s preference transaction are realized through threadpool mechanism. therefore, through iiop which is based on giop, application software can easily communicate with each other on heterogeneity network

    通過corba的優先級機制,使應用程序不用考慮不同平臺的優先級差異;通過服務端的線程池機制實現了多任務的並發處理和高優先級任務的搶先調度;基於giop協議實現iiop通信協議,使得應用程序在異種網路上的通信變得容易。
  7. 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內核作為這個實時內核優先級最低的一個進程,這種方式可以實現硬實時。
  8. Standard : microsoft project checks tasks in the order of their predecessor dependencies, slack, dates, priority, and then task constraints

    標準: microsoftproject以此順序來檢查任務:任務與其前置任務的相關性、時差、日期、優先級,任務的限制。
  9. Priority, standard : microsoft project checks the priorities of tasks to be leveled before considering predecessor dependencies, slack, dates, and then task constraints

    優先權,標準: microsoftproject在考慮任務與前置任務的相關性、時差、日期、優先級、任務的限制之前,首先檢查任務的優先級。
  10. The most difficult task of the design is to arrange the privilege of all task to ensure the system ' s response to external real - time event timely, to avoid the deadlock, to decrease the priority inversion and to enhance the ability of fault - tolerance

    根據需求確定各個任務線程的優先級保證實時時間的及時響應以及如何避免死鎖,減少優先級級倒置和提高系統的容錯性是工作的難點。
  11. Romano prodi ' s government has promised to make the battle against tax evasion a top priority and the latest data released by the economy ministry gives an idea of the task it faces

    義大利總理普羅迪領導的政府誓將重點打擊逃稅行為,而意經濟部最新公布的數據顯示了反逃稅行動的艱巨性。
  12. Romano prodi s government has promised to make the battle against tax evasion a top priority and the latest data released by the economy ministry gives an idea of the task it faces

    義大利總理普羅迪領導的政府誓將重點打擊逃稅行為,而意經濟部最新公布的數據顯示了反逃稅行動的艱巨性。
  13. And it discussd the advantage and disadvantage of the fixed priority scheduler, and put forward the timeslice dynamic priority scheduler, divided the java " s run time into timeslice, satisfied the time limit of the beginning of the real - time task to the best ( the responser time namely ). this is the scheduling policy that is suitable for developing the real - time interactive application

    並對rtsj採用的固定優先級搶占調度策略的利與弊進行了說明,基於此提出了分時間片的動態優先級調度策略,將java的運行時分成時間片,盡量滿足實時任務的開始時限(即開始響應時間) ,這是一種比較適合於實時互動式系統的調度策略。
  14. Article 9 any functionary of a state security organ may, when carrying out an urgent task according to law, have the priority in taking means of public transport upon producing an appropriate certificate, and have the right of way in cases of a traffic block

    第九條國家安全機關的工作人員在依法執行緊急任務的情況下,經出示相應證件,可以優先乘坐公共交通工具,遇交通阻礙時,優先通行。
  15. In software development, distribution, priority, task flow chart design, parallel schedule of tasks are discussed in detail. finally, elmc model is finished and tested with power system processor ( psp ), solid state power controller ( sspc ), and servo system

    文中詳細分析了任務劃分、任務優先級分配、各任務流程圖設計及任務間的并行工作方式等;設計完成了elmc原理樣機,並與供電處理機、固態功率控制器和伺服控制系統進行聯合調試。
  16. Officiating the inauguration of the web site, iaia s chief executive, ms rita hamm, remarked that the web site would help build up the capacity of environmental assessment in china and the asia pacific region and put development on an environmentally sound and sustainable path, which was considered a priority task of iaia

    女士指出這個網頁有助提升中國及亞太區在環境評估的能力,並確保這地區的開發是循既環保又持續的發展道路邁進,這亦是學會的首要工作之一。
  17. Priority inversion arises when a higher - priority task is forced to wait an indefinite period of time for a lower - priority task to complete

    優先級反轉是指一個任務等待比它優先級低的任務釋放資源而被阻塞,如果這時有中等優先級的就緒任務,阻塞會進一步惡化。優先級繼承技術可用來解決優先級反轉問題。
  18. It differentiates hard real - time, soft real - time and best - effort applications and supplies different applications for cpu ' s bandwidth according to their own policy. hard real - time applications are executed with a priority because of its processing in real - time kernel. the control of time ratio shared by cpu for soft real - time tasks can keep general time - sharing task not to starve

    Rt - linux能對硬實時應用提供較好的支持,本文對其進行剖析,並在此基礎上提出一種統一調度框架,該框架對硬實時,軟實時,以及盡力而為的應用進行區分,對不同的應用按一定的策略分配cpu帶寬。
  19. Based on the collected literary reviews and survey reports, by using the modern learning theory, this part makes a systematic and deep analysis of middle school students " current learning situation ( including their learning style ), and points out the shortcomings existing in current history learning style. it then further discusses the reasons which cause all the shortcomings, and makes the fact to be clearly realized that teachers " teaching style, which put the task of transmitting history knowledge as the priority, severely influences and confined middle school students " history learning style as well as history learning efficiency

    在收集、整理相關文獻和調研報告的基礎上,運用現代學習理論對中學生歷史學習現狀(含學習方式)作了較系統、深刻的分析,指出當前歷史學習方式存在的不足,並對這些不足存在的原因作了進一步探討,使大家認識到歷史教師以傳遞歷史學科知識為主要任務的歷史教學方式嚴重影響、制約了中學生的歷史學習方式和歷史學習效率。
  20. Then this thesis discusses the model and algorithm of planning and scheduling for payloads, including partition of planning time, calculation of satellite " resource, analysis of payloads " resource constraint, establishment of task model, calculation of task priority and several types of resource - based scheduling algorithms

    然後分析了有效載荷規劃與調度問題的模型和演算法,包括規劃時間段的劃分、衛星資源條件的計算、有效載荷資源約束的分析、任務模型的建立、任務優先級的設置和計算以及各種基於優先級的資源調度演算法等內容。
分享友人