单词 | OOP | ||||||||||||||
释义 | OOP
更多释义 收起释义 例句释义: 面向对象,面向对象程序设计 1. On one play, Gasol tried to pass to Bynum for an alley-oop dunk, but the ball bounced off the front of the rim. 在一次进攻中,加索尔尝试给安猪做一个精彩的空中接力,但是球确被篮筐前沿反弹了。 dictsearch.appspot.com 2. This reuse is one of the benefits of OOP that make it a favorite with programmers. 这种重用是使OOP成为程序员宠儿的好处之一。 www-128.ibm.com 3. When you struggle with an OOP problem, your program still works, it's just sort of hard to maintain. Allegedly. 据说,如果你没学好OOP,你的程序依然可以运行,只是维护起来有点难。 feihen1.blog.163.com 4. Thus, OOP allows you to describe the problem in terms of the problem, rather than in terms of the computer where the solution will run. 因此,OOP允许你描述问题按照问题的方式,优于按照电脑运行解决方案的方式来描述问题。 www.cppblog.com 5. The trick is to think of OOP entirely as a question of "what code gets called" and "how is the decision made. " 关键是OOP只涉及两个问题:“调用什么代码”以及“如何做出这一决策”。 www.ibm.com 6. OOP languages are flexible and adaptable, so programs or parts of programs can be used for more than one task. 面向对象程序设计语言灵活、适应性强,所以程序或程序的某些部分可用于不止一项任务。 www.soudoc.com 7. But of particular value relative to this article is Hettinger's explanation of the lookup chain that underlies Python's concept of OOP. 但与本文有关的是,Hettinger对Python面向对象编程概念下的查找链的解释。 www.ibm.com 8. Perl hides this layer of complexity from us, creating a sort of encapsulation very similar to what exists in OOP. Perl通过创建一种封装向我们隐藏了这层复杂性,这种封装十分类似于OOP中的封装。 www.ibm.com 9. As some readers accurately commented, many experienced OOP developers have learned not to share state via inheritance for that very reason. 正如一些读者所精确评论的,许多经验丰富的OOP开发人员正因为这个原因学会了不通过继承共享状态。 www.ibm.com 10. Thus OOP allows you to describe the problem in terms of problem rather than in the terms of the solution. 因此OOP允许你在问题中描述问题而不用在解决组中去描述它。 www.douban.com 1. New Jersey tried an alley-oop to Carter, but Kidd's pass hit the backboard and there was no shot. 新泽西想让卡特完成空接,但基德的传球打在了篮板上,最后没有完成进球。 vc15.cn 2. You may want to understand your data in a pure object-oriented fashion to work with an OOP paradigm (PHP V5 and later supports OOP). 可能需要以纯面向对象的角度理解数据以结合使用OOP范例(PHPV5及更高版本支持OOP)。 www.ibm.com 3. Maybe this follows on a little from the previous point, but OOP is more important than you think. 这也许是上一个方法的继续,但是OOP比你想象的更重要。 blog.sina.com.cn 4. R's OOP system similarly boils down to what (if anything) is in an object's class attribute. R的OOP系统类似于把某些东西压缩在对象的class属性中。 www.ibm.com 5. The team's center received an alley-oop from the guard and slam-dunked the ball for a quick two points. 球队中锋接到一个后卫的妙传,他迅速扣篮很快地得到两分。 bbs.wwenglish.org 6. So just like in the nature, object oriented programming(OOP)is all this about like in the nature. 类比与自然界,面向对象(物体)编程同自然界几是完全相似的。 www.chinaunix.net 7. To solve problems, OOP developers design class hierarchies, focus on proper encapsulation, and think in terms of class contracts. 为了解决问题,OOP开发人员需要设计类层次结构,注意进行恰当的包装并按照类约定进行思考。 technet.microsoft.com 8. Results: As the coverage of basic health care system increase, the OOP (out-of- pocket) percentage decrease. 结果:随着我国基本医疗保障制度覆盖面的增加,个人自付比例逐渐降低; paper.pet2008.cn 9. In FP, functions have no side effects and variables are immutable, while in OOP, mutable state and side effects are common, even encouraged. 在FP里,函数没有副作用,变量都是不易变的。而在OOP中,可变状态和副作用都十分常见,甚至是被鼓励的。 www.bing.com 10. There are a number of books out on design and programming patterns in the OOP field. 设计和编程序型上OOP原野里有相当数量到外边书。 topic.csdn.net 1. I think, you know, I think you should know until you look down there, and say, oop, there it is! 我觉得,你知道的,我觉得你也应该等你生出来的时候才知道,然后可以说,哦,终于知道了! www.xieyidian.com 2. The synthesis it creates between OOP and FP is an excellent "best of both worlds" solution. 它综合了OOP和FP的优点,是一个优秀的两全其美的解决方案。 www.bing.com 3. Isn't Object Oriented Principles enough to do Object Oriented programming? 面向对象原则对面向对象编程(OOP)来说不够吗? blog.sina.com.cn 4. In many ways, using these formal methods imposes much of the discipline (and limitations) you find in traditional OOP languages. 在许多方面,使用这些形式方法会采用传统OOP语言中的许多原理(和限制)。 www.ibm.com 5. The benefits of OOP are too many to list in this article, and as I mentioned before, many books have been written on the subject. OOP的好处太多,本文难以列举。正如我在前面提到的那样,有很多关于该主题的书籍。 www-128.ibm.com 6. This allows you to code Semantic Web applications in a familiar OOP style using the same beans you use in your domain model. 这允许您使用与域模型相同的bean以熟悉的OOP风格编写语义Web应用程序。 www.ibm.com 7. The main issue with wxPerl is translating the wxWidgets API into Perl's somewhat idiosyncratic flavor of object-oriented programming (OOP). wxPerl的主要问题在于如何将wxWidgetsAPI翻译成Perl中的面向对象编程(OOP)的有些异质的变体。 www.ibm.com 8. You may be wondering if teaching object oriented programming (OOP) is a good weed-out substitute for pointers and recursion. 你也许想知道,在教学中,面向对象编程(object-orientedprogramming,缩写OOP)是否是指针和递归的优质替代品,是不是也能起到淘汰作用。 feihen1.blog.163.com 9. This substitutability is one of the most powerful concepts in OOP. 这是面向对象编程里的一个重要概念。 www.douban.com 10. While all these requirements are realistic and drawn from experience, they cannot be elegantly addressed using pure OOP. 虽然这些需求都是现实存在的,并来自于经验,但它们并不能用纯OOP来优雅地解决。 www.infoq.com 1. And prototype-delegate is also one of the object abstraction, code-sharing protocols in OOP. 而原型-委托也是OOP中的对象抽象,代码共享机制中的一种。 zhidao.baidu.com 2. Without debating OOP on the merits, it is just not hard enough to weed out mediocre programmers. 我在这里不讨论OOP的优点,我只指出OOP不够难,无法淘汰平庸的程序员。 feihen1.blog.163.com 3. OOP as implemented in ASP. NET AJAX is a little different from the canonical implementation discussed in this article. 在ASP.NETAJAX中实现的OOP与在本文中讨论的规范实现稍有不同。 msdn.microsoft.com 4. OOP can be as simple as data abstraction, or as complex as a company-wide methodology. OOP可以象数据抽象那样简单,也可以象公司范围的方法学那样复杂。 www.ibm.com 5. When calls are made to this OOP , it impersonates the user who was authenticated by IIS . 在调用此OOP时,它模拟已由IIS进行了身份验证的用户。 www.bing.com 6. However, as Web development is increasingly occurring through object-oriented programming (OOP), the model is changing. 但是,随着Web开发越来越多地采用面向对象的编程(OOP),模型也随之发生改变。 www.ibm.com 7. This method integrates the agility of parametric design, the abundance of feature information, and the encapsulation and inheritance of OOP. 它融合了参数化的灵活性、特征的丰富信息以及面向对象技术的封装和继承。 www.ilib.cn 8. To improve university and migration of the modeling, designed the pipe net modeling system with OOP technology. 系统采用面向对象技术来实现,以提高程序的移植性与通用性。 www.ceps.com.tw 9. OOP purists feel that everything should be classified properly, but Perl programmers are not purists by any means. OOP纯化论者认为每件事都应该正确分类,但是Perl程序员根本不是纯化论者。 www-128.ibm.com 10. An object-oriented programming (OOP) project is made up of a number of source files, each implementing one or more classes. 物件导向的程式设计(OOP)专案由多个原始档案组成,每个原始档案实现一个或多个类。 msdn.microsoft.com 1. Working with a DOM object is a fairly straightforward OOP-style affair. 使用DOM对象是种非常直接的OOP模式的工作。 www-128.ibm.com 2. Ruby has arguably the simplest syntax, with no real rules exceptions. Especially true for OOP enthusiasts. Ruby的语法极为简单,没有让人出乎意料规则,特别适合OOP行家的习惯。 blog.sina.com.cn 3. Instead, Rowling has chosen to keep Ron on the sidelines during integral events in OoP, while pushing Harry and Hermione front and center. 在《凤凰社》中取而代之的是,当罗琳以哈利和赫敏打前锋和中锋的时候,却选择把罗恩维持在整个事件中的边线位置。 www.hoolee8.com 4. Object-oriented programming (OOP) is a good match to this kind of application. 面向对象编程(Object-orientedprogramming,OOP)与这种应用非常匹配。 www.docin.com 5. Aside from simple utility objects and methods, formal objects within Jo use a refined "observer pattern" OOP standard. 除了简单使用对象和方法,正式的Jo对象使用了重构过的“观察者模式”OOP标准。 www.infoq.com 6. " Bug patterns: An introduction" covers a common type of bug emerging from repeated code -- which often can't be avoided in OOP. “Bugpatterns:Anintroduction”讲述了由重复代码引起的常见类型错误―在OOP中经常无法避免。 www.ibm.com 7. The OOP features of Javascript are left out, but the syntax and function semantics are the same. Javascript的OOP特性被去掉,但语法和函数语义则是相同的。 www-128.ibm.com 8. Obviously, it was developed by persons having tremendous OOP skills. 显而易见开发它的程序人员在面向对象程序设计上有着非凡的造诣。 www.bing.com 9. In this way, you get a level of decoupling that you can't achieve using just OOP primitives built into the language. 通过这种方式,就获得了以前只使用语言内置的OOP无法得到的解耦程度。 www.ibm.com 10. They tend to be more relaxed about OOP rules , which makes them more fun at parties than OOP purists . 他们往往更不拘束于OOP规则,这使得他们在聚会中比OOP纯化论者更快乐。 www.bing.com 1. When you apply OOP (Object Oriented Programming) principles to the domain model, it gets the object flavor. 将面向对象的编程(OOP)原理应用到领域模型时,就与处理对象时有些类似。 www.ibm.com 2. The three fundamentals of OOP are covered; data abstractions and encapsulation, inheritance, and polymorphism. 还包括OOP的三个基础部分:数据提取与封装、继承及多样性。 dictsearch.appspot.com 3. A class is a fundamental building block of object- oriented programming ( OOP ) . “类”是面向对象编程(OOP)的基本构造块。 www.bing.com 4. These days, Kobe Bryant offers an alley-oop Pau Gasol's way and the two can exchange roles the very next play. 现在,科比可以给加索尔提供很多空中接力的机会,而且这两名球员能够在下一次进攻时互换角色。 dictsearch.appspot.com 5. OOP syntax makes this privileging seem inevitable, but it is not really. OOP语义使该特权看起来似乎是必然的,其实不然。 www.ibm.com 6. OOP is a programming methodology, or general approach to solving problems. OOP是一种用于解决问题的编程方法或通用方法。 www-128.ibm.com 7. The new OOP model is documented in the OOP language reference and OOP migration appendix sections. 新的OOP模型文档见OOP语言手册和OOP移植附录章节。 es.php.net 8. His code is messy because he does not follow best practices and never makes use of object-oriented programming (OOP). 因为从不进行实践检验,和应用面向对象程序设计(OOP),他的编程都混乱不堪。 www.bing.com 9. Not everything has to be OOP, often it is too much overhead, each method and object call consumes a lot of memory. 并不是事必面向对象(OOP),面向对象往往开销很大,每个办法和对象调用都邑消费很多内存。 byysoo.com 10. Design pattern is a summary of the practice, is the most direct expression of OOP. 设计模式是一种实践的总结,是OOP最直接的表现。 www.pudn.com 1. Why is OOP a strong methodology? 为什么说OOP是一种强有力的方法? www-128.ibm.com 2. If you make use of the features of OOP, you could save yourself a lot of development time. 如果你能充分利用OOP的特征,你就可以节省很多的开发时间。 blog.sina.com.cn 3. In any case, formal OOP in R is built atop the "informal OOP" that I talk about in this article. 在任何情况下,R中的形式OOP都基于本文中介绍的“非形式OOP”。 www.ibm.com 4. After Bryant completed an alley-oop from Gasol just moments later, the Nuggets did just that. 没过多久科比与加索尔完成了一次空中接力,掘金所做的不过如此。 dictsearch.appspot.com 5. It is more of a functional languages relying on function calls rather than OOP. 它更接近与依赖函数调用的函数式语言,而非面向对象语言 www.infoq.com 6. In some ways, this is like the conceptual shift involved in using OOP, or functional programming, or multi-threading, for the first time. 在某些方面,这就象第一次卷入使用OOP(面向对象编程方法)、结构化编程或多线程时概念上的转变。 www.ibm.com 7. A. The central idea of OOP is to build programs using software objects. 面向对象的核心理念是通过使用对象来构造程序。 book.51cto.com 8. OOP says about the basic principles and the core ideas to do Object Oriented programming. OOP指的是面向对象编程的基本原则和核心思路。 www.cnblogs.com 9. The decline in the proportion of OOP expenditure does not mean that the patients dont have any problems on high health expenditures. 个人现金卫生支出比例的下降并不代表群众不存在“看病贵”问题,其背后仍隐含不少问题。 journal.healthpolicy.cn 10. In any language that supports the OOP paradigm, the constructor creates an instance of the object based on the class template. 在支持OOP的任何语言中,构造函数产生基于类模板对象的一个实例。 www.5d.cn 1. Object-oriented programming (OOP) is a wonderful tool. 面向对象编程(OOP)是一种极好的工具。 www.ibm.com 2. Again, Perl relaxes the OOP rules so that the programmer is not constrained by them. 同样,Perl对OOP规则实施得不是很严格,以便程序员不为其所约束。 www-128.ibm.com 3. FP is a programming paradigm that is older than OOP, but it has been sheltered in the ivory towers of academia until recently. FP是一种比OOP更加古老的编程范式,它被学术界的象牙塔庇护至今。 www.bing.com 4. Written in strict OOP, Yii is easy to use and is extremely flexible and extensible. 针对严格的面向对象编程来说,Yii是非常容易使用、灵活且可扩展的框架。 www.cnblogs.com 5. This dunk is very similar to the Dwight Howard double alley oop that he did in dunk contest. 非常相似,德怀特-霍华德,他在扣篮大赛中的双空中接力扣篮。 zh.lyricgogo.altervista.org 6. In short, use OOP, but don't rely on it to do everything. 简而言之,可以使用OOP,但不要依赖它做每件事。 www.ibm.com 7. An OOP language allows you to define your own objects and make your own variable types. OOP语言可以让你自定义对象和变量类型。 adminbar.com 8. Alternation between occurrence patterns is more difficult to express in most OOP languages. 出现模式之间的交替在大多数OOP语言中更加难以表达。 www-128.ibm.com 9. By OOP, the service provider will return a LocationInfo object to the requester. 从OOP的角度而言,服务提供程序会将LocationInfo对象返回给请求程序。 www.ibm.com 10. OOP and relational databases are based on radically different foundations. OOP和关系数据库基于根本不同的基础。 www-128.ibm.com 1. Remember that OOP is a methodology, not an end in itself. 请记住,OOP本身只是一种方法,而不是目的。 www-128.ibm.com 2. They exhibit an above-average concern for each other's safety and well-being in OoP. 在《凤凰社》中他们表现出了对对方的安全和健康的一种平静地关怀。 www.hoolee8.com 3. If you are using a OOP capable language, be fluent in all of the concepts of OOP. 假如你用的是一门OOP语言,那么你要能熟悉各种OOP概念。 www.open-china.net 4. In recap, most OOP programming is single dispatch; that is, just one designated object determines which code path is taken. 现在我们回忆一下,大部分OOP编程都是单一的分派;这就是说,只有一个指定的对象用来确定要走哪条代码路径。 www.ibm.com 5. While ostensibly an OOP-based framework, COM is very different than . NET. 尽管COM在表面上是一种基于OOP的框架,但它与.NET之间有很大的区别。 www.infoq.com 6. But ignoring OOP now is not doing anyone any favors. Just my 2 cents. 但忽略面向对象编程是不会给任何人带来好处对,那只是我的个人意见。 cnbeta.com 7. UML is a standard modeling technology in OOP. UML是面向对象程序设计中的一种标准的建模技术。 www.ceps.com.tw 8. OOP is the technique of solving problems by using objects. OOP是一种通过使用对象来解决问题的技术。 www-128.ibm.com 9. In addition to the many improvements to GObject, Glib 2 introduces an OOP concept called "interfaces. " 除了对GObject进行的许多改进之外,Glib2还引入了称作“接口(interface)”的OOP概念。 www.ibm.com 10. Akin to how Agile changed the development practice of Waterfall or OOP, SOA will need to morph to the new technologies on the horizon. 就像敏捷改变了瀑布或OOP的开发实践,SOA需要针对新浮现的技术进行改变。 www.infoq.com 1. It might appear that OOP and FP are incompatible. 表面上看起来OOP和FP像是不兼容的。 www.bing.com 2. Remember your first few designs with OOP? 还记得您用OOP最初做的几个设计吗? www.ibm.com 3. Holding both L2 and the T button while passing will throw a devastating alley-oop pass. 同时持有的L2和T按钮,同时通过将抛出一个毁灭性的空中接力传递。 bbs.a9vg.com 4. R's approach to OOP is based on generic functions rather than on class hierarchies. R的OOP方式基于泛型函数(genericfunction),而不是基于类层次结构。 www.ibm.com 5. C. The OOP offers many advantages: simplicity, modularity, modifiability, extensibility, and so on. 面向对象有很多优势:简洁、模块化、可复用、扩展性等。 book.51cto.com 6. In fact, a design philosophy of Scala is that OOP and FP are more synergistic than opposed. 但实际上,Scala的设计哲学是OOP和FP应该协同合作而不是对立。 www.bing.com 7. PHP 5 fixes the OOP related weaknesses of PHP 4, and introduces a complete object model. PHP5弥补了PHP4的这一弱点,引入了完全的对象模型。 ru.php.net 8. As of PHP V5. 3, the blog posts on OOP are positive, and the PHP OOP issues have largely been fixed. 而对于PHPV5.3,有关OOP的博文都是正面的,并且PHPOOP的问题在很大程度上已得到解决。 www.ibm.com 9. It's not. . . Oop, I hope I can retrieve that ball. 它不是。,我希望我能重得这球。 open.163.com 10. They also open the door to using different types of OOP programming methods and design patterns with PHP easily. 它们还允许通过PHP轻松地使用不同类型的OOP编程方法和设计模式。 www.ibm.com 1. I thought this is the basic rule of OOP. 我认为这个OOP的基本原则之一。 kb.cnblogs.com 2. Now that we have some OOP scaffolding to work with, we can actually do a better job with the infinite vector that was presented previously. 既然已经有了OOP设施,我们实际上可以更好地处理前面提到的无限向量。 www.ibm.com 3. PHPCMS V9 using OOP (object oriented) way to build basic operating framework. PHPCMSV9采用OOP(面向对象)方式进行基础运行框架搭建。 www.my1010.com 4. Alley-oop pass: A pass thrown to a player who is running toward the basket. 空中接力传球(alley-ooppass):把球传给正在跑向篮筐的球员。 www.bing.com 5. That is, it is wrong to think of OOP and GP as completely distinct paradigms. 也就是说,认为OOP和GP水火不容的观点,是错误的。 www.linuxforum.net 6. But does that mean OOP can become optional or that we can wait for students to learn it after college? 但是,这就可以说面向对象成为选修、我们的学生就可以等到毕业后再学习这些知识吗? cnbeta.com 7. There's still a connection back to the computer, though. Each object looks quite a bit like a little computer; 但,OOP仍然和计算机有着联系,每个对象看起来很想一个小型的电脑; www.cppblog.com 8. For example, the idea of OOP first appeared in late 60s, but didn't gain real popularity until the 90s. 比如说,面向对象编程(OOP)的理念早在60年代后期就出现了,但直到90年代才真正流行开来。 www.infoq.com 9. Oop! Got it. Now what? -Open the can. . . -No "problems" . Where's the can opener? -It's in the second drawer from the right. 哦!我找到了。现在该怎么办?-打开罐头…-没问题。开罐器在哪啊?-从右边数第二个抽屉。 www.yappr.cn 10. OOP Principle Used in Software Design of Gear and Rack Redirector Integrated Measuring Instrument OOP在齿轮齿条转向器综合测量仪软件设计中的应用 service.ilib.cn 1. Realizing the Principle Scheme Creating of Electro-mechanical Transmission Automatic Control System with OOP 用面向对象方法实现机电传动自动控制系统原理图的生成 ilib.cn 2. Study about the knowledge storehouse of the mechanical part design expert systems with OOP technology 面向对象的零件设计专家系统中知识库的研究 ilib.cn 3. The OOP Design of Architecture of an Aircraft's Simulation Software System 面向对象的飞行器仿真软件系统架构设计 scholar.ilib.cn 4. Using OOP technology to conduct the calculation for automatically selecting the type of head-sheave beam 用OOP技术实现天轮梁的自动选型计算 service.ilib.cn 5. Application of OOP in Gravity Wharf Optimization Design and Plotting Integrated System 面向对象的方法在重力式码头结构优化设计及绘图集成系统中的应用 www.ilib.cn 6. Application of OOP technology under NS network simulation environment 面向对象技术在NS网络仿真环境中的应用 ilib.cn 7. Application of OOP in Simulation of a Roll-forming Process Based on the Spline Finite Strip Method OOP在样条有限条辊弯成形模拟中的应用 ilib.cn 8. OOP-FEM Analysis and its Application in Deep Excavation 面向对象有限元分析在深基坑工程中的应用 www.ilib.cn 9. OOP Object Oriented Programming techniques 面向对象编程技术 zhidao.baidu.com 10. CORBA Common Object Request Broker Architecture (OOP) 公用对象请求代理(调度)程序体系结构 blog.sina.com.cn 1. The Design and Usage of OOP which Automatic Produce the Examination Paper by Compute 计算机自动生成试卷的OOP设计及应用 www.ilib.cn 2. Validation Test Method and Application of OOP Software with Tool's Assistant 面向对象软件在工具辅助下确认测试的方法与实践 www.ilib.cn 3. An Establishing and Applying of the Question Based on Course Design of the Structure Tree and OOP 基于树结构和OOP的课程设计题库建立与应用 www.ilib.cn 4. Research for the influence of OOP on software testability OOP对软件可测试性的影响的研究 www.ilib.cn 5. Designing and realizing of OOP algorithm library to neural network 面向对象的神经网络算法库的设计与实现 service.ilib.cn 6. Application of OOP Technique in Textile Image Processing OOP技术在纺织图象处理中的应用 www.ilib.cn 7. Application of OOP Technology to Graph Monitoring of Power System 面向对象程序设计方法在电力系统图形监控中的应用 www.ilib.cn 8. The Design of the OOP-based Measurement and Control System 微机测控系统设计中面向对象思想的应用 www.ilib.cn 9. The application of OOP in data acquistion system programming OOP技术在数据采集系统软件设计中的应用 www.ilib.cn 10. To solve the tangled problem in the OOP design with crosscutting mechanism of AOP 用AOP的横切机制解决面向对象设计中的耦合问题 service.ilib.cn 1. OOP Multiple Discerning Analysis of Class Template 面向对象的多组判别分析模板 service.ilib.cn 2. The Neural Network Library Constructed Using OOP Method 面向对象的神经网络类库 www.ilib.cn 3. Application of STL to the Optimum Design of Power Transformer by OOP STL在面向对象的变压器优化设计中的应用 www.ilib.cn 4. Research and Application of OOP Technique in Wave Analysis OOP技术在波形分析系统中的研究与应用 ilib.cn 5. The Comparison of OOP and Structuralization Programming Method 面向对象方法与结构化方法的比较 ilib.cn 6. Design and Implementation of CAD System for Flowered Fabric on OOP 面向对象的配色花纹CAD系统的设计与实现 www.ilib.cn 7. The Characteristics of OOP Design Languages 面向对象程序设计语言的特点 www.ilib.cn 8. Design and Implement of a Tool for Map Symbols Based on OOP Technology 基于OOP技术的地图符号制作工具的设计与实现 www.ilib.cn 9. Research and Development on Information Management System of the Reliability of NC Machine Tool Based on OOP 基于面向对象的程序设计方法的数控机床可靠性信息管理系统的研制 ilib.cn 10. Analysis of Initializing Various Objects in OOP OOP中对象初始化机制的深入分析 service.ilib.cn 1. The Application of OOP on Development of Design and Analyses Software of Foundation Pit 面向对象程序设计思想在大型基坑设计分析软件开发中的应用 www.ilib.cn 2. Research based on OOP into the interface software of tax-paying system by banks acting as agents 基于面向对象的银行代收税款接口软件的研究 service.ilib.cn 3. Application of OOP in the vessel examine and repair system 面向对象知识表示法在船用检修维护系统中的应用 service.ilib.cn 4. Technical support to OOP and other departments, if necessary; 如有必要,对OOP部门内部和其他部门的支持; www.51job.com 5. Development of Emulating System of Expressway Passenger Management by OOP 基于面向对象技术开发高速公路客运管理仿真系统 www.ilib.cn 6. A Fast Algorithm of Nonlinear Transient Electro-magnetic Fields Based on OOP Technique 基于面向对象的非线性瞬态电磁场快速算法 www.ilib.cn 7. Designing Particle System with OOP 面向对象的粒子系统设计 www.ilib.cn 8. Optimum Design of Power Transformers by OOP 用OOP方法实现电力变压器的优化设计 www.ilib.cn 9. The CNC Profiling System With OOP Technique 采用OOP技术的数控仿型系统开发 www.ilib.cn 10. Application of OOP to Design of Foundation Pit 面向对象程序设计思想在基坑设计中的应用 www.ilib.cn 1. OOP method for semantic analysis 面向对象语义分析 www.ilib.cn 2. Design and implementation of embedded digital mapping based on OOP 基于OOP技术的嵌入式数字地图设计与实现 service.ilib.cn 3. The Geometric Nonlinear Analysis of Cable-stayed Bridges Based on OOP 基于OOP的斜拉桥几何非线性分析 service.ilib.cn 4. Realizing screen copy with OOP 面向对象编程实现屏幕拷贝 service.ilib.cn 5. Expert System of Analyzing Action of Protection of Electrical Traction Based on OOP 面向对象的牵引保护动作行为分析专家系统 ilib.cn 6. Include OOP in search results 搜索全部,包括绝版唱片 www.jazzsky.com 7. The Platform of OOP Development Model Based on Ownership 基于所有权的面向对象的项目开发模式平台 www.ilib.cn 8. Developing software of jacquard weave fur based on OOP 基于面向对象开发毛皮提花软件 www.ilib.cn 9. My favorite play is the alley-oop 我最爱的动作必须是空中接力 zhidao.baidu.com 10. A CNC Programming Simulation System Based on OOP 基于面向对象的数控加工编程模拟仿真系统 www.ilib.cn 1. Development of Power Load Flow Calculation Software Based on OOP 基于面向对象的电力网潮流计算软件开发 www.ilib.cn 2. Program Design for Varied Views Based on OOP 面向对象的多视类程序设计 www.ilib.cn 3. Oop, has seen by the teacher 呜呜被老师看到了 wenwen.soso.com 4. A Kind of Design Model of Software Interactor Based on OOP 软件交互器的一种面向对象的设计模型 www.ilib.cn |
||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。