oo
美 [?o??o?]
英 [??????] 
英漢解釋
abbr. | 1. (=Ordnance Officer)軍械軍官 |
英英解釋
例句
Of course I love junk food oo and I eat it two or there times a week.
當然,我也喜歡垃圾食品,而且我吃它一周兩次或三次。
Well, that might be the case for you as an OO developer, but for the Enterprise the database is much more important.
不錯,也許這樣你就成為了一個OO開發者,但是企業數據庫也許更重要!
And Tin Oo, vice chairman of her banned National League for Democracy party, said his sources told him her release order has been signed.
昂山素季所在的被禁黨派“全國民主聯盟”副主席丁吳說,他的消息來源說,釋放昂山素季的命令已經簽署。
In OO systems, though, even objects that you think of as passive have responsibilities and operations defined on them.
而在OO系統里,即使被認為是被動的對象也有定義于其上的職責和操作。
Object-oriented approach has been used in Network communication module to encapsulate TCP, UDP protocols to transfer network message.
網絡通訊模塊采用面向對象(OO)技術對TCP、UDP協議進行封裝,以消息形式通過網絡傳輸客戶端與服務器端的交互信息。
However, this does not prevent beginners from oo to understand some basic ideas and methods of a number of packages.
但是這并不妨礙初學者從中了解一些基本的oo思想和一些封裝方法。
PHP would surely have lost a lot of its appeal if it had not moved to support OO programing in PHP 5.
如果PHP5沒有支持面向對象編程的話,肯定會喪失很多吸引力。
Also, it supports a full OO programming model, which makes it a natural fit for Java's OO design.
此外,它還支持完整的OO編程模型,因此特別適合進行Java的OO設計。
Ethel was the quintessentially next-door neighbor, in and out our back door several times a day. "Oo-hoo" was her heralding call.
埃塞爾實際上就是我們的緊鄰,每天總要從我們家的后門口來回好幾次,嘴里發出“喔——哦”的聲音。
While purely procedural designs without much modularity run just fine, the advantages of OO design show up in the maintenance.
雖然沒有過多模塊化的純過程設計運行得很好,但是OO設計的優點表現在維護上。
In an OO system, a class shouldn't exist unless there's something for it to do; there must be responsibilities (operations).
在OO系統中,類如果沒有事情可做就不應該存在;必須有職責(操作)。
Maj-Gen Htay Oo, the general secretary of the Union Solidarity and Development Association (USDA), also attended the meeting.
緬甸聯合團結發展協會(USDA)的秘書長HtayOo少將也出席了此次會議。
OO from eight years of "Five? A" to "Beijing Olympics" , and then the "10? A" New Year's Day . . . "go around" the schedule after a pushed.
從二OO八年的“五?一”到“北京奧運會”,然后是“十?一”、元旦……“復飛”日程表一再推后。
Some of the keys to OO are the data encapsulation and the concept of inheritance.
OO的關鍵包括數據封裝和繼承的概念。
The chapter on objects is a longer, more detailed exposition of OO in Perl, though it is still somewhat neglected in the book as a whole.
盡管它在全書的內容中仍處于一種略為受忽略的地位,但它比原先用更長的篇幅更加詳細地介紹了Perl中的面向對象編程。
When building good OO designs, it's necessary to think about a concept called Separation of Concerns (SoC).
在構建優秀的OO設計時,必須考慮稱為關注點分離(SeparationofConcerns,SoC)的概念。
In a recent OO-design workshop that I conducted, we chose the class-registration system for Vanderbilt University as a sample project.
在最近由我主持的OO設計專題學術討論會上,我們選擇Vanderbilt大學課程登記系統作為樣本項目。
Programming to interfaces is a good OO practice, but we are not always presented with legacy code that follows the practice.
設計接口是一個面向對象的極好實踐,但是我們沒辦法總能得到遵循此種設計原則遺留代碼。
The decision upheld a ruling by a lower court banning Win Tin and Tin Oo from testifying on her behalf.
這一判決維持了下級法院禁止溫丁和丁烏為昂山素姬作證。
It builds upon the OO paradigm by addressing situations where the OO approach does not adequately provide the most desirable solution.
它通過處理許多面向對象方法不能充分提供最合適方案的情形,構建了面向對象的范例。
Unlike many other OO systems, Laszlo allows you to override class methods in an instance.
與很多面向對象系統不同,Laszlo允許在類的實例中重寫類的方法。
When used in the absence of an up-front OO design, nothing creates more havoc than copying code from one file to the next.
當在缺少預先OO設計的情況下使用時,沒有任何操作會像在類之間復制代碼那樣具有破壞性。
I think you do know, yet you don't realize it when you are perfroming OO programming job. Or Who know you know.
我想你應該知道的,只是你在從事面向對象(物體)編程的工作還未意識到它,否則,天曉得你知道什么!
The object-oriented (OO) paradigm also excels when you deal with the business-specific concerns of a component.
當處理某元件的業務特定關注點時,物件導向(OO)模式同樣佔有優勢。
In an OO system, each class completely encapsulates the data and behavior of a specific concept.
在00系統中,每個類完全封裝了特定概念的數據以及行為。
OO development focuses on incremental development of applications, implementing one business scenario or use case at a time.
OO開發集中于應用程序的漸進式開發,每次實現一個業務場景或用況。
Gilad Bracha reopens an old debate about language design, specifically can a language be OO and enforce a primitive type system?
GiladBracha重新挑起了一場有關編程語言設計的爭論,特別是一門編程語言可以兼顧面向對象思想和原生數據類型嗎?
Directly accessing the fields of a class violates two basic principles of OO design: abstraction and encapsulation.
對于一個類中域的直接訪問違反了OO設計的兩個基本規則:抽象和封裝。
The OO literature spends virtually all its time discussing the objects and its interactions with other objects as in-memory objects.
實際上,OO文獻整個都在討論對象,以及它作為內存中的對象與其他對象的交互。
This across-the process consistency is a key difference between more traditional procedural development and the OO development process.
這種貫穿于開發過程的一致性是傳統的過程式開發與OO開發過程的根本區別。
Typically, however, using good OO habits pays off in the long run, as future changes are greatly solidified.
但是,通常,使用優秀的OO習慣從長遠來看十分劃算,因為將極大地鞏固未來更改。
However, OO still is a valuable approach for design of the underlying class and component structure within a defined service.
然而,對于設計已定義的服務中的底層類和組件結構,OO仍然是一種有價值的方法。
Pure OO objects on the contrary should be able to combine behavior and state.
但純粹的OO對象不僅有狀態,還要有行為。
Since the dawn of object-oriented programming, a fundamental problem has plagued OO language design.
自從面向對象的編程出現以來,OO語言設計中一直存在著一個困擾人的基本問題。
Yanzhou has played a central role in consolidating the Australian coal industry since the Felix acquisition, which closed in December 2009.
自從二OO九年十二月收購費利克斯,兗州煤業扮演著一個并購澳大利亞煤炭企業的中間人的角色。
In fact, the concept of reuse has been well understood and leveraged right from the day of object orientation (OO).
事實上,重用的概念從面向對象(OO)誕生的那天起就已經被人們很好的理解并應用。
As we all know, Mr. OO, Deputy-general manager is a Chinese expert with a good communication ability and has a good management ability.
大家知道,OO副總是位中國通,交流暢通無陰,管理起來得心應手。
OO programs are built out of objects, which are packages of data and functions collected into discrete units.
OO程序由對象組成,其中的對象是數據和函數離散集合。
If China can't win a soccer oo team like this, forget about world cup. -Chinese fan.
如果中國隊連這樣的澳大利亞都贏不了,忘掉世界杯吧,中國的球迷們。
These were accompanied by a prodigious and confusing glut of object-oriented (OO) software design methods and modeling notations.
伴隨著這些語言出現的還有令人驚嘆和難以理解的面向對象(object-oriented(OO))軟件設計方法和建模符號。