In the following topics, you will see how easy it is to create your own objects from the classes you define and to use objects to simplify your coding and increase code reuse 在下列主题中,将看到很容易就能从您定义的类创建您自己的对象,以及使用对象简化编码并提高代码重用。
Furthermore, we can now handle unicode names as well, whereas before we were strictly limited to names that begin with a through z . code reuse is a wonderful thing 此外,我们现在还可以处理unicode名称,而这之前,我们只能局限于处理从a到z开头的名称。代码复用是一项出色的技术。
The fundamental goal of oop in particular is to increase the productivity of programmers through code reuse ( inheritance for example ), and not to produce applications that are compact oop所专注的基本目标是通过代码重用(比如继承)来提高程序员的生产力,而并不是用于产生紧凑的应用程序。
Furthermore, we give the overview of suif2, our research environment, which has modular structure and extensible program representation to maximize code reuse 接着,介绍了我们选择的研究平台suif2,因为它具有模块化的结构,能够给我们提供可扩展的程序表示,并且可以最大化提供代码的重用。
In order to reuse software, we use design pattern to record software design knowledge, because it can improve software reusability from code reusing to every phases of developing 针对软件复用,我们采用设计模式来记录软件设计知识。这可以使软件复用从代码复用提高到软件开发各阶段知识的复用。
The asp . net web parts control set enables you to use existing web server controls as web parts controls in order to achieve maximum code reuse and to gain the benefits of web parts personalization 通过asp.netweb部件控件集,可以将现有的web服务器控件用作web部件控件,以尽可能地重复使用代码,并实现web部件个性化设置。
To put design pattern into framework modeling not only brings code reuse, but also higher design reuse, which is helpful to implement of design pattern and improvement of efficiency of software development 将设计模式应用于框架设计中,不但带来了代码复用,更重要的是带来了高层次的设计复用,从而有利于设计模式实现和提高软件开发效率。
In addition, many organizations will improve overall operational efficiency by adopting any number of standards that have emerged during recent years to support code reuse, web enablement, business process engineering, etc 另外,许多组织将会提高整体的运作效率,采用许多近几年来出现的,可以支持代码复用、web实现和业务流程工程等的标准。
Tag for the purpose of code reuse by placing common server-side code, controls, or html markup within a file to include in other web pages, often the preferred approach in asp . net is to use web user controls 标记(通过将公共服务器端代码、控件或html标记放入要包括在其他网页中的文件内)以实现代码重用,asp.net常用的首选方法是使用web用户控件。
Xml web service offers compact technique for the integration of application program, solving the problems of code reuse and being easy to dispose and maintain . thus, it is widely applied in software development xmlwebservice为应用程序的集成提供了简洁的方法,能很好地解决代码重用问题,易于部署和维护,因此,该技术在软件开发中得到了较为广泛的应用。