synchronized methods 中文意思是什麼

synchronized methods 解釋
同步方法:同步方法是指明某個方法在某個時刻只能由一個線程訪問。

  • synchronized : 同步的
  • methods : (方法):是指定給對象的函數。在函數被指定給對象之後,該函數就可以被稱為是該對象的方法。
  1. The development, function and requirement of subway substation automation system were briefly introduced in this thesis. the principle and calculating method of current differential protection was analyzed in detail. and the synchronized data - sampling methods used in this protection were analyzed

    本文簡要介紹了地鐵變電站自動化系統的發展概況及其功能要求,詳細分析了電流縱差保護的原理和計算方法,並對比分析了光纖電流縱差保護的各種數據同步方法。
  2. Furthermore, if static data are synchronized, calls between static methods that alter state can result in deadlocks or redundant synchronization, adversely affecting performance

    此外,如果同步靜態數據,更改狀態的靜態方法間的調用可導致死鎖或冗餘同步,從而降低性能。
  3. The main tasks of this thesis are as follows : ( 1 ) a two - terminal fault location arithmetic based on the synchronization sampling of gps has been brought up. ( 2 ) because of the cost of gps and the truth that there is phase difference of two - terminal, the two - terminal fault location arithmetic is faced up with facts that how to keep the sampling data of two - terminal synchronous. according to that, two new methods are proposed, which do n ' t need the synchronized sampling data of two - terminal

    全文主要工作如下: ( 1 )利用全球定位系統gps的授時功能,提出了基於gps同步采樣的雙端故障測距演算法; ( 2 )由於增加gps硬體設施,造價比較高,且客觀上雙端數據存在著不同步相差,雙端故障測距法所面臨的主要問題是兩端數據采樣的同步問題,針對這一問題,本文又提出了兩種不需要兩端數據采樣同步的工頻故障測距新方法,基於powell方向加速法和基於遺傳演算法的故障定位演算法。
  4. Do not include synchronized methods into a loop structure

    不要將同步方法放到循環結構中。
  5. Abstract : in this paper, the problem of robust ( adaptive ) synchronization of chaotic nonlinear systems with a unified model is considered. two main methods are proposed in different cases. sliding mode control is used when the states of the two synchronized systems can be measured, though the considered systems may contain uncertain parts. adaptive control with an observer is employed when only output information about the systems is known, where sliding mode control is also adopted to improve the robustness of the adaptive control systems

    文摘:針對混沌非線性系統的同步化問題,給出了一個較為一般的模型;我們利用混沌吸引子的特有性質(如混沌吸引子有界性等) ,對于所給模型,採用滑動模控制律實現了混沌同步化;在誤差可觀測的條件下,設計了觀測器,並採用自適應滑動模控制律使得混沌非線性系統可以達到給定的同步化誤差界
  6. In this paper, the problem of robust ( adaptive ) synchronization of chaotic nonlinear systems with a unified model is considered. two main methods are proposed in different cases. sliding mode control is used when the states of the two synchronized systems can be measured, though the considered systems may contain uncertain parts. adaptive control with an observer is employed when only output information about the systems is known, where sliding mode control is also adopted to improve the robustness of the adaptive control systems

    針對混沌非線性系統的同步化問題,給出了一個較為一般的模型;我們利用混沌吸引子的特有性質(如混沌吸引子有界性等) ,對于所給模型,採用滑動模控制律實現了混沌同步化;在誤差可觀測的條件下,設計了觀測器,並採用自適應滑動模控制律使得混沌非線性系統可以達到給定的同步化誤差界
  7. These methods need not be synchronized at the method level by declaring the whole method with the

    若為了在方法級上同步,不能將整個方法聲明為
  8. What are synchronized methods and synchronized statements

    什麼是同步的方法和同步的聲明
  9. Synchronized statements are similar to synchronized methods

    同步的聲明與同步的方法是相似。
  10. Q : what are synchronized methods and synchronized statements

    什麼是同步的方法和同步的聲明
  11. Decomposing synchronized methods

    同步方法的分解
  12. As seen before, synchronized methods acquire a lock on the object

    正如在前面看到的那樣,同步方法獲取對象的一個鎖。
  13. Synchronized methods are methods that are used to control access to an object

    同步的方法是被用來控制訪問對象的方法。
  14. A : synchronized methods are methods that are used to control access to an object

    同步的方法是被用來控制訪問對象的方法。
  15. Object that modify the copier state be declared as synchronized methods

    對象中)來修改復印機狀態。這個方法就是同步方法。
  16. Based on four different reference frames, namely absolute angle synchronized reference frame, relative angle synchronized reference frame, reference frame in which some machine is taken as reference machine, and inertia center reference frame, methods of forming linear space model of multi - machine systems are introduced

    摘要介紹了多機電力系統在4種參考坐標系:絕對功角同步旋轉坐標系、相對功角同步旋轉坐標系、某一機組參考系和慣性中心參考系下的線性空間數學模型的形成方法。
  17. If a class has both synchronized and nonsynchronized methods, multiple threads can still access the nonsynchronized methods of the class

    如果類具有同步方法和非同步方法,則多個線程仍然能夠訪問該類的非同步方法!
分享友人