觀察者模式 的英文怎麼說

中文拼音 [guāncházhěshì]
觀察者模式 英文
observer - observer mode
  • : 觀名詞1. (道教的廟宇) taoist temple2. (姓氏) a surname
  • : Ⅰ動詞(仔細看; 調查) examine; observe; look into; scrutinize Ⅱ名詞(姓氏) a surname
  • : Ⅰ助詞1 (用在形容詞或動詞後面 或帶有形容詞或動詞的詞組後面 表示有此屬性或做此動作的人或事物) 2 ...
  • : 模名詞1. (模子) mould; pattern; matrix 2. (姓氏) a surname
  • : 名詞1 (樣式) type; style 2 (格式) pattern; form 3 (儀式; 典禮) ceremony; ritual 4 (自然科...
  • 觀察 : observe; watch; survey; observation; inspection; review; viewing; examine; outsight; overlook; ap...
  • 模式 : model; mode; pattern; type; schema
  1. Subsequently, other researchers used modern caribou as an example of a long - distance migrant to support such theories about the migration of arctic dinosaurs

    隨后,其他研究也以現代的北美馴鹿為範例,其長程遷徙,希望能為北極恐龍的遷徙理論提供佐證。
  2. By making some assumptions, collision frequency were presented. then the the flocculation kinetics model was established through population balance equation. comparison of experimental data and modeling results indicate that there are the same trend between the two. so the model can predict floes number and size during flocculation of yellow river ' s loess particles without using empirical parameters. the tem and sem were used to obsever floes in the study of floe structure. the flocculation was divided as flocculi, floc and floe aggregate. the floes structure model was established by assumption that particles position in floe accords with tetrahedron. the fractal dimension of model and experimental floes was found to be coincidentso the model can reflect the structure of flocs formed in flocculation of yellow river ' s loess particles by macromolecule flocculant at a certain extent

    最後,本文還對絮凝動力學和絮體結構進行了研究,在前人研究的基礎上,針對高分子絮凝黃河泥沙,對絮凝過程作了一些符合試驗條件的假設,建立了顆粒碰撞頻率表達,應用了顆粒數量平衡方程,從而建立了絮凝過程的動力學生長型,型計算結果與試驗數據對比表明,二趨勢一致,在沒有使用經驗參數的情況下基本上能夠描述黃河泥沙絮凝過程中絮體數量和尺寸分佈的變化過程;對絮體結構的研究中,應用掃描電子顯微鏡和透射電子顯微鏡對絮體進行了,將絮體分為絮粒、絮團和絮網三個不同的生長階段,通過假設顆粒結合位置符西安建築科技大學博士學位論文合正四面體,建立了絮體結構型,計算得到的型絮體分形維數基本與試驗中的實際絮體相符,在一定程度上能夠反映高分子絮凝黃河泥沙生成的絮體結構。
  3. The swing framework makes extensive use of the observer pattern also known as the publish - subscribe pattern in the form of event listeners

    ) swing框架以事件偵聽器的形廣泛利用了觀察者模式(也稱為發布-訂閱) 。
  4. 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

    )把觀察者模式描述為:定義對象之間的「一對多」關系,這樣一個對象改變狀態時,所有它的依賴項都會被通知,並自動更新。觀察者模式支持組件之間的鬆散耦合;組件可以保持它們的狀態同步,卻不需要直接知道彼此的標識或內部情況,從而促進了組件的重用。
  5. Research of integrated system for network management based services in ngn

    電信管理網路中觀察者模式的應用研究
  6. Use the observer pattern to decouple the generation of gui events from their semantics within a given application

    )使用觀察者模式消除了gui事件生成與它們在指定應用程序中的語義之間的耦合。
  7. Design patterns are also used to increase the reusability as rup advocated. the abstract factory, observer and iterator patterns is introduced

    Rup過程鼓勵復用,設計過程中使用很多設計來增加復用性,如抽象工廠、觀察者模式和迭代器等。
  8. The observer pattern, most often seen in swing development, is also very useful for decoupling components in situations other than gui applications

    觀察者模式在swing開發中很常見,在gui應用程序以外的場景中,它對于消除組件的耦合性也非常有用。
  9. Jobservable is the abstract class that interacts with jobserver. ? it has a method to notify all jobserver objects observing it of an event or " state change "

    觀察者模式兩個抽象類之一,于對象交互。它可以通知所有自己發生了狀態改變。
  10. Whenever you use the observer pattern, you are coupling two separate components - the observer and the observed, which generally have distinct lifecycles

    不管什麼時候使用觀察者模式,都耦合著兩個獨立組件和被,它們通常有不同的生命周期。
  11. 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

    實現觀察者模式的兩個抽象類之一,從類擴展的類能夠負載於一個對象,並且能夠對象的狀態變化,這相當于對象接受由被對象觸發的事件。
  12. The article generalizes all kinds of software design patterns with emphasis on the research of the several representative design patterns in omc project, including mvc, observer, singleton, factory method, adapter patterns applied in configuration management, performance management and topology management module

    本文全面概括分析各種軟體設計,重點研究幾種代表性的設計在omc項目的具體應用。內容包括在開發網管系統的配置管理、性能管理、拓撲管理中應用mvc觀察者模式、單例、工廠方法、適配器
  13. The observer design pattern

    設計
  14. By using the observer design pattern, you ve reduced the coupling between the event source and listeners

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

    設計定義了事件偵聽器與事件創建之間的多對一依賴關系。
  16. Implementing the observer design pattern is fairly straightforward when the entire application is written in the java language

    如果整個應用程序都使用java編程語言編寫,實現設計相當簡單。
  17. 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 )的事件偵聽器提供了支持,但當您需要使用以其他語言編寫的對象時,這還不夠。
  18. We then specify where the observer s eye will be located. the ray tracing program will mathematically model the objects, the light rays and the observer and compute the colour for each pixel on the screen

    光線追蹤的程會利用數學擬物件光線及之間的關系,從而計算在電腦屏幕上應看到的影像。
  19. Light sources are then set up at assigned locations. we then specify where the observer s eye will be located. the ray tracing program will mathematically model the objects, the light rays and the observer and compute the colour for each pixel on the screen

    光線追蹤的程會利用數學擬物件、光線及之間的關系,從而計算在電腦屏幕上應看到的影像。
  20. Observer and proxy patterns pack a double punch to ease implementation

    採用設計和代理設計簡化實現
分享友人