scheduling mechanism 中文意思是什麼

scheduling mechanism 解釋
調度機制
  • scheduling : 編排;調度
  • mechanism : n 1 (機械)結構;機械裝置[作用];(故事的)結構。2 【哲學】機械論 (opp vitalism)。 3 【文藝】...
  1. Because of no limitation to task granularity, ppa is especially suitable for scheduling fine granularity tasks ( also suitable for coarse and medium tasks of course ), consequently helpful theoretically and practically for studying task schedule algorithm for rtdcs. according to the principle of fault - tolerant scheduling, combined with characteristics of tft in rtdcs, the paper puts forward the scheduling model of tft, corresponding implementation mechanism and the dynamic fault - tolerant scheduling algorithm ( namely ftpb ) and analyzes its complexity, with experimental data and contrast table compared with other analogic algorithm

    結合實時分佈系統中容錯任務的特點,根據容錯調度原理,給出了容錯任務的調度模型、實現機制及動態容錯調度演算法ftpb ,並對演算法進行了復雜哈爾濱工程大學博士學位論文; ; ; ; ;二; ; ; ;奮石石奮; ;性分析,給出了演算法實驗數據及與其它同類演算法的比較結果。
  2. Fsmail adopts and implements the asynchronous event driven mechanism, with all those network i / o operations in the server working under the non - blocking style ; accomplishes object - oriented heap with the dynamic array, adapted to any type of data ; adopts the multi - queue scheduling mechanism based on a fsm, easily to fulfill the extentions of delivery funtions ; fulfills the non - blocking domain name resolvement mechanism and the caching of the resolved results ; implements the non - blocking user database management and the caching of the user data recently accessed ; uses the unified memory pool management, avoiding the memory leakage and improving the performance of the fsmail server ; lastly, implements the log management server based on the c / s mode, eliminating the inconsistency of the logging metadata and being adapted to any kind of application logging

    Fsmail採用並實現了異步事件驅動機制,所有網路i o的實現使用了非阻塞方式;以動態數組實現了基於面向對象的堆隊列,屏蔽了堆數據的非一致性;使用了基於有限狀態機的多隊列郵件調度機制,為后續版本的擴展性提供了良好的介面機制;服務器內部實現了非阻塞的域名解析機制,並實現域名地址緩存;實現了非阻塞的用戶數據庫管理模塊,並實現用戶數據緩存;使用了統一的內存池管理機制,既防止了內存泄漏,又提高了服務器的性能;最後,還實現了基於c s模式的日誌管理服務器,屏蔽了日誌數據元的非一致性。
  3. Building relevant illative mechanism according to the current way of knowledge expression and the characteristic of scheduling in or out warehouse in automatic storage / retrieval system

    4 、根據已有的知識表示方式和自動化立體倉庫出入庫調度的特點,構建了相應的推理機制。
  4. The traditional single - computer - oriented real - time task scheduling mechanism can not satisfy the requirements of distributed real - time object computing environment ( abbreviated as droce in this paper )

    傳統的單機實時任務調度已經不能適應分佈實時計算環境的要求。
  5. For the problems of load balance between clusters, the author and his research team build a job migration management system which is able to work with dedicated job scheduling system of every cluster, set up the multi - cluster resource reserving plan and the mechanism to enable jobs to utilize the idle resources in whole cluster group by migrating, and formulates a algorithm to compare migrating destinations

    針對集群系統之間負載平衡問題,作者及課題組研製了集群系統間的作業遷移管理系統,實現了集群組之間的資源保障計劃和作業通過遷移利用集群組空閑資源的機制,制訂了遷移目標比較演算法。
  6. The fourth chapter introduces mas mechanism to construct a dynamic job - shop scheduling system, with ga providing basic support. mas mechanism decomposes a continuous and dynamic job - shop scheduling problem into series of jssps so that the predefined ga can work out the schedule

    在ga提供了求解jssp的有效支持的基礎上,本文引入多代理思想管理車間生產動態過程,以將動態jssp分解為一系列靜態jssp ,從而能通過ga方法求解。
  7. Building a reasonable maintenance scheduling has become one of the most important strategies for generation companies to maximize profits. the traditional approach of generation maintenance scheduling employed by the system operator through a centralized optimization method is no longer acceptable by generation companies and does not match with the electricity market operation mechanism. new methods must be developed for this purpose

    在此背景下,傳統的、由系統調度機構基於系統可靠性要求或使系統總的運行成本最小來統一安排發電機組檢修計劃的管理方式因無法保證公平性而難以為發電公司所接受,也與市場機制不相吻合,必須尋求新的解決辦法。
  8. The " collaboration " will become a main problem enterprise faced in the global digital economy. so along with this clue, some problems as following are studied in this paper : 1 ) collaborative manufacturing environment, collaborative manufacturing network and operation center are proposed, and base on these concepts, some problems relate to production control are identified ; 2 ) the framework for collaborative manufacturing environment is constructed by using agent and multi - agent, the framework conducts scheduling and controlling functions among production entities, as well as within them, using autonomous agent and weighted functions for distributed decision - making, while simple index values, instead of detailed data, are used for information exchange among agents ; 3 ) finally, resource promises model are proposed, based on the model, resource control collaborative mechanism is developed for collaborative manufacturing environment ; 4 ) collaborative contingency management is introduced

    本文沿著「協作」這一線索對以下問題進行了研究: 1 )提出了協作製造環境、協作製造網路及運營中心的概念,並以此為基礎進一步界定了協作製造環境下的生產控制問題; 2 )構建了協作製造環境下基於多agent的生產控制框架,並在這一框架基礎上,應用自治agent和分散式決策的權重函數,建立了協作製造環境中製造實體間或實體內生產調度與控制模型; 3 )以資源承諾模型為基礎,建立了協作製造環境下的資源控制協作機制; 4 )給出了協作製造環境下緊急事件的管理策略。
  9. We analysis the conflict, convert channel and starvation problems of concurrent schedule based on strict - 2pl locking protocal which applies nhstm model, then present a concurrent scheduling algorithm making use of buffer and point p. also, we proved the concurrent schedule algorithm is serializable. at the same time, we introduce the key technical used in nhsdb concurrency control mechanism, and give the implementation details

    我們對應用nhstm模型的,通過應用嚴格兩段鎖協議實施的並發調度中,可能存在的並發沖突,隱通道和饑餓問題進行分析,在此基礎上提出了一種利用緩沖和p點的並發調度演算法,並給出了該演算法的並發調度正確性證明,解決多級安全條件下的隱通道和饑餓問題。
  10. In order to develop and operate the real - time application software under windows operating system, the dissertation further investigates windows " kernel, processes, threads, tasks scheduling mechanism, and how to make accurate time under windows

    為了在windows操作系統下開發並運行實時應用軟體,論文對windows操作系統的內核、進程與線程以及任務調度機制進行深入研究,並研究在windows下如何取得精確的時間問題。
  11. To verify the feasibility of the architecture and investigate its applicability, according to the three basic concepts for holonic manufacturing control : " hierarchy in distributed systems ", " distribution of decision power " and " concurrent scheduling and schedule execution ", this dissertation presents a holonic manufacturing control architecture and an interaction mechanism that combine the best of hierarchical and heterarchical control

    為了驗證hms - ra體系結構的可應用性,本文進一步基於「分散式系統中的遞階結構」 、 「分散式決策能力」和「并行的調度與調度執行」這三個有關合弄製造控制的基本概念,深入研究了合弄製造的控制結構和製造合弄間的交互機制,以便將遞階製造控制和分散式製造控制的優點結合起來。
  12. Thesis introduces the architecture of the grid simulator, the mechanism and process of the modeling simulation and the realization method of every module in details. it includes the modules of user and resource, resource scheduling police, grid environment, java code generation, code compilation and execution and result analyses

    文中詳細介紹了pactsim網格模擬器的體系結構,建模模擬機制和模擬過程以及各個模塊的實現方法,主要包括用戶及資源模擬,資源調度策略模擬,網路環境模擬, java代碼的生成,編譯及運行,模擬結果的分析等模塊。
  13. The adjustable mechanism of the hybrid scheduling raises the system ' s adaptability greatly

    可調的混合調度機制大大增加了系統適應性。
  14. By common scheduling mechanism, different data can not be insulated distinctly and they can not be handled fairly. if the networks want

    如果要確保數據傳輸時qos可以滿足用戶要求,就必須提供具有公平性的調度機制。
  15. Rt - linux provides hard real - time for preferable support. the article analyzes it and figures out an outline of a scheduling mechanism

    本文對unix , linux和windowsnt等通用操作系統的調度機制進行分析,並指出其在實時環境下的不足。
  16. By the analysis of measurement & control systems and scheduling mechanism of related operating system, an ecdf ( event - trigged dataflow ) model including a visual programming language called e was presented in this paper

    本文通過對測控系統以及與之相關的操作系統的運行機制的分析,提出了一種事件觸發並發數據流( ecdf )模型,並且在該模型的基礎上設計並實現了面向虛擬儀器的可視化語言? e語言。
  17. Firstly, this paper shows the overview of these new technologies, and how wcdma system works with them ; secondly, tells about the modeling and simulation of hsupa system, and the study of the the performance of new technology and its influence on the radio network coverage ; thirdly, studys the node b scheduling mechanism and give a new algothrim to guarantee the efficiency when using the radio uplink resources ; at last, some typical umts traffic models are studied, and an algothrim to grarantee the qos of all the traffics while there are multi - traffics in cell is given

    文章首先具體介紹了這些新技術和功能的特點、原理,以及這些新技術在wcdma系統中的應用;然後介紹了根據標準協議對hsupa系統進行計算機建模和模擬,並且結合模擬結果分析了新技術的性能、對系統覆蓋與容量的影響;隨后對hsupa技術的nodeb調度進行了研究,並提出了保證上行資源利用效率的調度機制;最後,對一系列umts業務模型進行了分析,並提出了基於業務服務質量qos保證的小區內多用戶並存時的調度演算法。
  18. It summarizes the main factors that have an impact on the realtime performance of linux, which include interrupt mechanism, preemption mechanism and scheduling mechanism

    總結了影響linux實時性的主要因素? ? linux關中斷機制、內核非搶占機制以及調度機制。
  19. To improve virtual memory management mechanism, the kernel code is amended to avoid the incertitude cause by page scheduling, thus the responding speed is effectively improved. the irrationality of linux scheduling mechanism is also analyzed, and the methods and models such as to fortify scheduling occasion and adopt double kernel are also proposed to improve it

    在虛擬內存管理機制的改進上,作者從操作系統內核入手,對內核代碼進行修改,去除了由於頁面調度帶來的響應不確定性,有效的提高了系統的響應速度;在實時調度上,分析了linux現有調度機制的不合理性,提出了增加調度時機、採用雙內核等方法,給出了改進的模型。
  20. Master scheduling mechanism principles and practices of master scheduling

    主生產計劃master scheduling的機理
分享友人