Python是一种解释性的、高级的、面向对象的、动态类型的程序设计语言。
Python is an interpreted, high-level, object-oriented dynamically-typed programming language.
此条件最适合于文档中心流,而“面向程序员”的语言(如需要循环的WS - BPEL)可更好地支持集成中心流程。
This condition is ideal for document centric flows, whereas integration centric processes are better supported by a "programmer-oriented" language such as WS-BPEL, which requires loops.
这与我们在最开始采用面向对象的编程技术时的情况(开发人员使用面向对象的语言来开发过程型的程序)十分相似。
This is very similar to the situation we encountered at the beginning of the object-oriented paradigm shift, where developers used object-oriented languages to develop procedural programs.
OS OA组织的宗旨是定义一组核心规范来描述一个语言无关的模型,以便使用面向服务的体系结构来构建应用程序和系统。
The OSOA organization's charter is to define a core set of specifications that describe a language-neutral model for building applications and systems using a Service Oriented Architecture.
开发这些面向数据应用程序的数据访问开发人员可以证实,他们常常需要将DML(数据操纵语言)包装到很多代码中。
Data access developers who develop these data-oriented applications can attest to the fact that it typically requires wrapping DML (data manipulation language) statements in a fair amount of code.
此种抽象会要求具备完全面向对象程序设计语言的功能,它是一个具有健壮的映射方法的语言。
Such abstraction would require the capabilities of a full-fledged object-oriented programming language? One that is replete with robust reflection methods.
许多使用其他的程序设计语言范型的语言,例如面向对象的、命令式的,等等,也是动态语言。
Many languages using other programming language paradigms, such as object-oriented, imperative, and so on, are also dynamic languages.
Ruby是一种面向对象的脚本语言,适用于各种系统管理脚本、富Internet应用程序或者桌面应用程序。
Ruby is an object-oriented scripting language well suited for purposes as diverse as system-management scripts, rich Internet applications, or desktop applications.
VB程序员如果要掌握VisualBasic.NET,必须具备熟练运用面向对象语言的能力。
With Visual Basic .NET, VB programmers had to acquire the ability to work in a fully capable object-oriented language.
使用Python或其它面向对象编程语言的大多数程序员在使用多态性时都采用了一种较为实用和具体的方式。
Most programmers — in Python or other object-oriented programming languages — who use polymorphism, do so in a rather practical and concrete way.
OCaml语言是一种很高级的语言,支持面向对象程序设计、函数式程序设计(如lisp或erlang)或传统的结构化程序设计。
The OCaml language is a quite high-level language, capable of object-oriented programming, functional programming (like Lisp or Erlang), or traditional structured programming.
它既是一种强壮的函数型程序设计语言,又是(由于其面向对象和模块化的体系结构)开发大型应用程序的出色语言。
It is both a strong functional programming language and (by virtue of its object-oriented and modularized architecture) an excellent language for developing large applications.
RubyonRails (Rails)是用Ruby编写的一个full -stackWeb应用程序框架,而Ruby是一种功能丰富的、免费的、可扩展的、可移植的、面向对象的脚本编制语言。
Ruby on Rails (Rails) is a full-stack Web application framework written in Ruby - a feature-rich, free, simple, extensible, portable, object-oriented scripting language.
非常流行的Rubyon Rails框架,作为一个例子,它利用Ruby编程语言,为我们提供了一个专门面向web的架构,普通的web应用程序都能使用它来完成。
The popular Ruby on Rails framework, for example, takes the Ruby programming language and offers a web-specific structure for getting common web application tasks done.
更细致的来说一种真正的面向对象程序设计语言会有更多的细节特性[例如typecasting(将某种格式的数据转换为其他格式的操作)]而alice不具备这些特性。
Insofar as the detailed picture is concerned, there are numerous detailed features (such at type casting) that are expected from a true OOP language which are not available in Alice.
面向接口的语言允许我们写面向对象的程序。
The expressiveness of an interface-oriented language allows us to write object oriented programs.
因此,使用面向对象程序设计语言,可以大大缩短程序员编写应用程序所需的时间,也可以缩短程序长度。
Thus, using OOP languages can greatly reduce the time it takes for a programmer to write an application, and also reduce the size of the program.
面向对象程序设计语言灵活、适应性强,所以程序或程序的某些部分可用于不止一项任务。
OOP languages are flexible and adaptable, so programs or parts of programs can be used for more than one task.
VB是面向对象的程序语言,用它开发的程序界面友好,便于操作,用它将图表跟踪法的求解步骤一一表达出来,就能生成零件的机加工工艺。
VB is object oriented program language, Trail chart with it, the step of solution of chart trail law can be expressed in proper order, and the machine processing technology of part can be generated.
提出一种面向标准PASCAL语言的程序处理逻辑图形化表示法- PASCAL过程蓝图。
This paper puts forward PASCAL process blueprint, an oriented standard PASCAL programming language, diagrammatized representation for program process logic.
该系统采用面向对象的编程技术,利用可视化程序设计语言实现。
This system adopts the object-oriented programming technique realized by visual programming language.
语言在指针和数组方面的强大功能,以及面向对象技术,极大地方便了程序的编写。
C plus plus language has the powerful function in pointer and array and object-oriented programming (OOP) technology which are in favor of programming.
在面向对象的语言中,用来编写程序的代码和程序处理的数据,组合成叫做对象的单元。
In object-oriented languages, the code used to write the program and the data processed by the program are grouped together into units called objects.
CST是一种支持并发面向对象程序设计的实验语言。
CST is an experimental language supporting concurrent object-oriented programming.
VB是一个面向对象的程序设计语言,开发VB应用程序的关键是要有面向对象的编程思维方法。
VB is a procedure design language of facing object and the key of opening up VB application is that we should have programmer thought method of facing object.
幸运的是,面向对象程序设计语言并不只是有其语法和一个编译器,而是有一个完整的开发环境包含一个被设计良好并且专业的库,使调用对象变得很简单。
Successful OOP languages incorporate not just language syntax and a compiler, but an entire development environment including a significant library of well-designed , easy to use objects.
针对面向对象语言程序,提出了一种改进后的系统依赖图:ISDG,用来更好地表示面向对象程序中的依赖关系,从而解决了对象类型参数和属性的表示问题。
ISDG, an improved system dependence graph, is proposed in order to better describe relationships in object-oriented programs. ISDG solves the description problem of parameterized objects.
在面向对象语言普及之前,可重用的通用代码大部分是由库提供者写的,而不是应用程序员。
Before the rise of object-oriented languages, reusable generic code was mostly written by library vendors rather than by application developers.
在大多数面向对象数据库中,数据只能通过程序设计语言来存取,终端用户没有一个简单的工具执行查询。
In most OODB, data can only be got access by programming language, the end users have no simple tool to execute query.
在大多数面向对象数据库中,数据只能通过程序设计语言来存取,终端用户没有一个简单的工具执行查询。
In most OODB, data can only be got access by programming language, the end users have no simple tool to execute query.
应用推荐