Program verification techniques are code-oriented, but most of them are not capable of describing the property of execution time of practical programs.
而对于实际程序,大多数程序验证技术则不适合验证运行时间。
A software developmental method is put forward, in which the code is treated as an object and applications a code-oriented example is given based on J2EE.
为此提出了一种将代码作为对象,面向代码进行基于J2EE的软件开发方法,并给出了实现的技术和相应的例子。
You can keep the code object oriented by encapsulating the actual model knowledge within the model itself.
您可以通过将实际的模型知识封装到模型中来保证代码是面向对象的。
The core of resource oriented computing is the separation of logical requests for information (resources) from the physical mechanism (code) which delivers it.
面向资源计算的核心是将信息(资源)的逻辑请求与传递请求的物理机制(代码)相分离。
The framework also comes with code samples for a book library, an email client, a document oriented application, and also basic support for unit tests.
框架中还带有一些代码示例,包括图书馆、电子邮件客户端以及面向文档的应用程序,另外还带有对单元测试的基本支持。
Object oriented technologies introduced significant improvements for code reuse within an application.
面向对象技术的引入显著地改善了应用内部的代码重用。
AOP or Aspect Oriented Programming allows developers to "weave" code fragments through their object and methods without explicitly placing the code in the class's source.
AOP或者说面向方面编程支持开发人员将代码段“织入”到对象和方法中,而不需要显式地将代码放入到类的源代码中。
Code release is oriented toward deployment of consolidated archives, which may contain deployment descriptors, component modules, and scores of supporting files.
代码发布是面向于统一档案文件的部署,这些文件可能包含部署描述符、组件模块和所支持文件的目录。
Nevertheless, there is still the task of writing the Common Business Oriented Language (COBOL) code to translate from an ideal XML message into transaction invocations.
尽管如此,仍然需要存在编写面向商业的通用语言(Common Business Oriented Language,COBOL)代码来将理想的XML消息转换为事务调用的工作。
Objects and closures get along very well, as we saw by the special handling of closures within object-oriented code.
对象与闭包可以很好地结合使用,比如我们在面向对象的代码内对闭包的特殊处理。
Design principles: Validates that your code adheres to the design principles of object-oriented programming.
设计原则:验证你的代码是否坚持面向对象编程的设计原则。
However, when you end up refactoring a large code base, coupling pops up everywhere because that's one of the reuse mechanisms in object-oriented languages.
然而,当您重构大型的代码库后,到处都会出现耦合的地方,因为那是面向对象语言中的其中一种重用机制。
Clearly, the boilerplate portion of this code could be reused, and we typically do so in object-oriented languages by creating structure.
很显然,该代码的样板文件可重复使用,我们通常会在面向对象语言中通过创建架构来实现。
This is the beauty of object-oriented design; it allows experienced developers to constantly reuse code they have written, and save themselves quite a bit of time.
这是面向对象的设计的美妙之处;它允许有经验的开发人员不断重用已编写的代码,从而节省大量的时间。
Even if you decide to stay away from object-oriented programming in your own code, you will likely need to know object-oriented programming.
但即使您决定在自己的代码中不使用面向对象的编程,您仍可能需要了解面向对象的编程。
On the other hand, object-oriented programming can be a very useful way to create abstraction, and thus resuable code.
另一方面,对于创建抽象从而创建可重用的代码来说,面向对象的编程可能是非常有用的方法。
The role of application architects is to make sure that the code being written is service oriented and follows the best practices and processes available for service-oriented development.
应用程序架构师的角色是确保所编写的代码是面向服务的,且遵循可用于面向服务的开发的最佳实践和流程。
The new object-oriented features and the addition of exception handling provide compelling reasons for migrating your code from PHP V4 to V5.
新的面向对象特性和异常处理的增加为将代码从PHPV 4迁移到PHP V5提供了强有力的理由。
In particular, the specification of the semantics (or meaning) of the UML modeling concepts remained inadequate for such MDD-oriented activities as automatic code generation or formal verification.
特别是,UML建模概念的语义(或含义)的规范,对这些作为自动代码生成或正式确认的基于MDD的活动仍旧是不适当的。
Remember: If you're using PHP V5 or later, you can incorporate object-oriented concepts to make your code easier to read and maintain.
记住:若使用的是PHPV 5或更新的版本,就可以融入面向对象的概念以使代码更易于读懂和维护。
As a result, developers often find their code departing from the object-oriented model and diving instead into a procedural programming style.
因此,开发人员常常发现他们的代码偏离了面向对象模型的轨道,反而陷入了过程编程模型的泥潭。
Closures can integrate just as well with object-oriented code, as well as with procedural code.
闭包可以很好地与面向对象的代码以及面向过程的代码整合。
Business-oriented developers responsible for writing the business application code can focus on solving business problems without having to worry about the underlying technology.
面向业务的开发人员负责编写商业应用程序代码,他们可以在不用担心底层技术的情况下专注于业务问题的解决。
The core services dramatically reduce the amount of code that needs to be written to implement a resource-oriented service.
核心服务可以极大地减少实现一个面向资源的服务所需要的代码量。
His code is messy because he does not follow best practices and never makes use of object-oriented programming (OOP).
因为从不进行实践检验,和应用面向对象程序设计(OOP),他的编程都混乱不堪。
I've structured this article as a catalog of patterns for testing aspect-oriented code.
我将本文写成测试面向方面代码的模式的编目。
In general, code with aspects performs similarly to that of a purely object-oriented solution, where the crosscutting code is scattered throughout the system.
一般来说,使用方面的代码执行起来与纯粹面向对象的解决方案类似(这类方案中横切代码散落在整个系统中)。
Merges are a key aspect of a source code control system in general and are especially common in a branch-oriented VCS.
合并一般是源代码控制系统中的关键方面,在面向分支的VCS尤其常见。
In looking at the object-oriented version of the code, you can see that the code becomes more abstract.
查看该代码的面向对象版本,可以看到代码变得更加抽象。
Also the object-oriented architecture makes the code structured, reusable, and fast.
而且,面向对象的体系结构使代码结构化、可重用并且运行快速。
应用推荐