observer pattern 中文意思是什麼

observer pattern 解釋
觀測者模式
  • observer : n. 1. 注視者;觀察者;觀測員;測候員。2. 遵守者,奉行者;(儀式等的)舉行者。3. 觀察家,評論者。4. 【軍事】觀察員,觀測員;機上偵察員。5. 監視人,見證人,目擊者,旁觀者;旁聽者。
  • pattern : n 1 模範,榜樣;典範。2 型,模型;模式;雛型;【冶金】原型。3 花樣;式樣;(服裝裁剪的)紙樣;圖...
  1. Therefore, traditional pattern recognition based on classical set theory can not perform mura inspection imitateing hurman observer

    因此,擬合曲面可以作為被測tft - lcd屏去除了mura缺陷的背景模型。
  2. The swing framework makes extensive use of the observer pattern also known as the publish - subscribe pattern in the form of event listeners

    ) swing框架以事件偵聽器的形式廣泛利用了觀察者模式(也稱為發布-訂閱模式) 。
  3. Describes the observer pattern as defining " a one - to - many dependency between objects so that when one object changes state, all of its dependents are notified and updated automatically. " the observer pattern enables loose coupling of components ; components can keep their states synchronized without necessarily needing direct knowledge of each other s identities or internals, facilitating component reuse

    )把觀察者模式描述為:定義對象之間的「一對多」關系,這樣一個對象改變狀態時,所有它的依賴項都會被通知,並自動更新。觀察者模式支持組件之間的鬆散耦合;組件可以保持它們的狀態同步,卻不需要直接知道彼此的標識或內部情況,從而促進了組件的重用。
  4. Use the observer pattern to decouple the generation of gui events from their semantics within a given application

    )使用觀察者模式消除了gui事件生成與它們在指定應用程序中的語義之間的耦合。
  5. The observer pattern, most often seen in swing development, is also very useful for decoupling components in situations other than gui applications

    觀察者模式在swing開發中很常見,在gui應用程序以外的場景中,它對于消除組件的耦合性也非常有用。
  6. Whenever you use the observer pattern, you are coupling two separate components - the observer and the observed, which generally have distinct lifecycles

    不管什麼時候使用觀察者模式,都耦合著兩個獨立組件觀察者和被觀察者,它們通常有不同的生命周期。
  7. Jobserver is one of two abstract classes that implement the observer design pattern. ? a class that extends jobserver is able to attach itself to a jobservable object and observe the state of the observable object. ? this is an equivalent of the jobserver object listening for an event fired by the jobservable class it is attached to

    實現觀察者模式的兩個抽象類之一,從觀察者類擴展的類能夠負載於一個觀察對象,並且能夠觀察對象的狀態變化,這相當于觀察者對象接受由被觀察對象觸發的事件。
  8. The observer design pattern

    觀察者設計模式
  9. By using the observer design pattern, you ve reduced the coupling between the event source and listeners

    通過使用觀察者設計模式,您已經減少了事件源與偵聽器之間的耦合。
  10. The observer design pattern defines a many - to - one dependency between event listeners and an event creator

    觀察者設計模式定義了事件偵聽器與事件創建者之間的多對一依賴關系。
  11. Those familiar with design patterns in object - oriented programming will notice the observer design pattern

    (那些熟悉面向對象編程中的設計模式的人將注意到觀察程序設計模式。
  12. Implementing the observer design pattern is fairly straightforward when the entire application is written in the java language

    如果整個應用程序都使用java編程語言編寫,實現觀察者設計模式相當簡單。
  13. The java programming language provides support for defining event listeners based on the observer design pattern, but this isn t sufficient when you need to use objects written in other languages

    Java編程語言為定義基於觀察者設計模式( observer design pattern )的事件偵聽器提供了支持,但當您需要使用以其他語言編寫的對象時,這還不夠。
  14. The residual signals will be gotten from the comparison between the actual and prediction states. use a som neural networks as a classifier to classify characteristics contained in the residuals. so, we can detect whether the traffic incident has happened. this algorithm can detect not only whether the traffic incident has happened but also the level of accidental congestion caused by the traffic incident the second is another freeway traffic incident detection novel algorithm based on art2 neural networks. this algorithm uses the freeway traffic flow model and art2 neural networks as observer and classifier, respectively. the residual signals will be gotten from the comparison between the actual and estimated value of observer. use the art2 neural networks to classify characteristics contained in the residuals. so. we can detect whether the traffic incident has happened. this algorithm can recognize new pattern at the same ti

    第二種是基於ar咒神經網路的檢測高速公路交通事件的新演算法。該演算法利用高速公路交通流模型和artz神經網路分別作觀測器和分類器,觀測器估計的數據和實際交通數據進行比較,得到殘差序列;利用artz神經網路對殘差序列進行分類,以區分不同交通狀態下的交通信息,達到檢測交通事件的目的。本演算法不但可以識別已知的交通事件類型,還可以識別未知的或從未出現過的交通事件類型,是一個可以邊工作、邊學習的檢測系統。
  15. Research on observer pattern applied in telecommunications management network system

    面向業務的綜合網管系統的研究與實現
  16. I ll start by looking at how to implement this requirement without using the object - oriented observer pattern

    首先介紹不使用面向對象的observer模式時如何實現該要求。
  17. " for more about using aspects and a refactored library observer pattern to track the use of a service

    」 ,獲得有關使用方面和已重構的library observer模式來跟蹤服務使用狀況的詳細信息。
分享友人