网站首页  词典首页

请输入您要查询的英文单词:

 

单词 object oriented language
释义

object oriented language

美 
英 
  • un.面向目标的语言
  • 网络面向对象语言;物件导向语言;对象导向程序语言
un.
1.
面向目标的语言

例句

释义:
1.
The most reliable information is usually the source code of the system which composed by Object-oriented language.
对于面向对象语言编写的遗留系统,最可靠的信息通常是系统的源代码。
lib.swpu.edu.cn
2.
After all, the ability to add such polymorphic methods is one of the key advantages of an object-oriented language.
毕竟,添加这种多态方法的能力是面向对象语言的关键优势之一。
www.ibm.com
3.
Methods in an object-oriented language like Java are often applied to other objects.
面向对象语言(如Java)中的方法通常被应用于其他对象。
www.bing.com
4.
It is a true object-oriented language, and yet it still keeps its "scripting" feel.
它是一种真正面向对象的语言,不过仍保留其“脚本”特色。
msdn2.microsoft.com
5.
The object oriented language, the more provides operators overloaded, which groups can use function inside the system operators.
面向对象语言,更提供了操作符重载,使得类函数能方便的使用系统内部的操作符。
www.cpatz.com
6.
It has been designed and achieved by Object Oriented language so elaborately that it has good reliability and expansibility.
系统模型经过精心的设计,采用面向对象语言实现的仿真系统具有较强的可靠性、可扩展性。
www.fabiao.net
7.
As Ceylon is an object-oriented language, you write code using the concept of classes.
因为Ceylon是面向对象的语言,所以可以使用类的概念来编写代码。
www.ibm.com
8.
No compiler of any object-oriented language can do the magic of ensuring that the principle always holds.
没有任何的面向对象的语言的编译器可以确保始终保存的原则的魔法。
msdn.microsoft.com
9.
However, the C programming language is not a class-based object-oriented language, but rather a procedural language.
然而C语言并非面向对象语言,而是一个过程式语言。
www.52rd.com
10.
C # is the object-oriented language, but provide a further C #-oriented components (component-oriented) programming support.
是面向对象语言,但提供一种进一步的C#对象组件程序支持。
daxue.tywiki.com
1.
However, without object-oriented language constructs, a programmer can still introduce OO characteristics into PHP code.
但是,没有面向对象的语言构造,程序员仍然可以把OO特性引入到PHP代码中。
www.ibm.com
2.
But there are differences in how the pattern works in a functional versus object-oriented language, and in the results it yields.
但这种模式在函数语言和面向对象语言中的工作方式不同,所得到的结果也有所不同。
www.ibm.com
3.
If C is viewed as an object-oriented language alternative to Smalltalk , it is an inexpensive alternative.
如果把C看成是可替代Smalltalk的一种面向对象语言,那么它是一种廉价的替代语言。
chinafanyi.com
4.
JavaScript is an object-oriented language, so naturally, widgets are objects.
JavaScript是一种面向对象语言,所以小部件就是对象。
www.ibm.com
5.
Ioke is a strongly typed, extremely dynamic, prototype based object oriented language.
Ioke是一个强类型、动态、基于原型的面向对象语言。
www.infoq.com
6.
Java programming language is an object-oriented language based on open, public standards. It's portable, robust and reliable.
Java编程语言是一种面向对象的语言,它基于开放的、公开的标准,可移植、健壮而且可靠。
www.ibm.com
7.
This will seem familiar to most readers who have programmed in either an object-oriented language or a functional language.
这似乎对大多数曾经用面向对象的语言或方法语言编程的读者来说是熟悉的。
www.ibm.com
8.
Those coupling points are what make Java an object-oriented language.
正是那些耦合点使Java成为一种面向对象的语言。
www.ibm.com
9.
The C# language as a new generation fully object oriented language, yes.
而C#语言作为新一代完全面向对象的语言,是。
www.hxzi.com
10.
Contrary to popular belief, it is a pure object-oriented language.
与流行的信念相反,它是一种纯面向对象语言。
www.ibm.com
1.
JavaScript is a class-free, object-oriented language, and as such, it uses prototypal inheritance instead of classical inheritance.
JavaScript是一个类型无关,面向对象的语言,并且其本身使用的是原型继承而非类继承。
blog.sina.com.cn
2.
In an object-oriented language such as C#, a typical program consists of multiple objects interacting dynamically.
在物件导向的语言中(例如C#),一般程式是由彼此以动态方式进行互动的多个物件所组成。
technet.microsoft.com
3.
C is not an object oriented language.
C语言不是面向对象语言。
www.bing.com
4.
After all, isn't C a non-object oriented language?
毕竟,C是一种非面向对象的语言。
www.ibm.com
5.
If you're using a static object-oriented language such as Java, look into aspect-oriented programming (AOP).
如果您使用的是Java这样的静态面向对象语言,请参考面向方面的编程(AOP)。
www.ibm.com
6.
This failure diagnosis expert system for pressure vessels is easy to run and operate which was designed by using object oriented language.
本压力容器专家系统运用面向对象的语言作为开发工具,设计了基于对话框的人机界面以方便操作使用。
www.juhe8.com
7.
This is an object-oriented language, similar to JavaScript and ECME script.
这是一种面向对象的语言,类似于JavaScript和ECME脚本。
www.ibm.com
8.
This might not seem unusual, especially if you're familiar with an object-oriented language, such as C , Java, or C#.
这一点可能并没有什么特别之处,尤其是对于熟悉面向对象的语言(如C 、Java或C#)的人来说。
www.ibm.com
9.
With Visual Basic . NET, VB programmers had to acquire the ability to work in a fully capable object-oriented language.
VB程序员如果要掌握VisualBasic.NET,必须具备熟练运用面向对象语言的能力。
www.infoq.com
10.
For example, I struggled to learn Ruby, because I'd never mastered an object-oriented language.
例如,我努力学习Ruby,因为我从没掌握过一种面向对象语言。
www.infoq.com
1.
Method Invocation Localizing Optimization in Parallelizing Object-Oriented Language
面向对象语言并行化中的调用局部化优化
www.ilib.cn
2.
Understand Inheritance Relationship of Object-oriented Language
理解面向对象语言中的继承关系
www.wenloo.com
3.
The Cause of Ambiguity of Object -oriented Language and Countermeasure
面向对象语言出现歧义性的根源及其对策
ilib.cn
4.
Write an application in an object-oriented language
用面向对象语言写一个应用
www.bing.com
5.
Test Case Auto Generation Technique of Small Object-Oriented Language Program
小型面向对象语言程序测试用例自动生成技术
www.quanwen.cn
6.
A method of physical type checking for object-oriented language
面向对象语言自然类型检查方法
ilib.cn
7.
An Extended Design of Object-oriented Language
一种面向对象语言的扩充设计
www.wenloo.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/2/5 22:35:09