1) Object Oriented Programming

面向对象的程序设计方法
1.
The paper studied the software configuration in microcomputer-based Disributed Control System by means of the Object Oriented Programming method supported upon the Visual C++ for windows and illustrates the key technology used in Configuration Software.
本文就利用Visual C++语言支持的面向对象的程序设计方法OOP在WINDOWS环境下对基于微机的集散控制系统的软件组态问题进行了研究,介绍了组态软件。
2.
The paper studied the software configuration in microcomputer-based Distributed Control System by means of the Object Oriented Programming method supported upon the Visual C++ 6.
O语言支持的面向对象的程序设计方法OOP在WINDOWS环境下对基于微机的集散控制系统的软件组态问题进行了研究,介绍了组态软件设计的一些关键方法,做了具体编程设计工作,实现了可用于集散控制系统上位机的组态软件。
3) Object-oriented programming

面向对象的程序设计
1.
The object-oriented programming method is adopted based on Windows System.

论述基于PC机的标准十二导联同步心电图自动检测系统的构成,本系统软件采用Windows开发平台面向对象的程序设计方法,从整体结构上分析实现QRS复合波、P波、T波以及ST段的检测,实现心电信号的自动分析。
2.
It probes the technologies of the system configuration and program design of digital harddisk image recorder system and states the skills of object-oriented programming by using image capturing component in a design of commercial unit security monitoring system by software Delphi.
探讨硬盘录像系统的构建与程序设计技术,通过用Delphi设计一个金融保安硬盘录像系统的实例,讲述用图像摄取控件高效设计录像系统的面向对象的程序设计技术。
3.
In this paper,an object-oriented programming framework for designing multilayer feedforward neural network is presented.
提出多层前馈神经网络的一种面向对象的程序设计框架,其中包括表示前馈神经网络中的神经元、权值的数据成员,以及完成网络的构造、初始化、学习和输出值计算等功能的成员方法,并用支持面向对象的程序设计语言Java实现了这一框架。
4) OOP

面向对象的程序设计
1.
The idea of OOP is introduced in construction of database system And also, an application ways are discussed by a practical exampl
结合实例介绍了采用面向对象的程序设计在构造数据库系统时的应用和方
2.
OOP(Object~Oriented Programme) and visual function of data' s input and output are discussed in the part of simulation program' s betterment; .
主要内容包括:风网解算程序的改进、图形绘制和网络图生成的程序设计以及矿井通风计算机管理系统在晓南矿的具体应用等几部分,其中在风网解算程序的改进中论述了面向对象的程序设计技术和方便快捷的可视化输入输出数据功能;图形绘制和网络图生成的程序设计中论述了进行图形绘制的数学模型和利用VC++设计专业图形类库及其相应的操作功能,并论述了网络图自动生成的算法研究;在晓南矿的具体应用中,实现了网络图自动生成,风网解算,解算结果和风路属性数据的查询等功能。
5) object-oriented program design(OOP)

面向对象的程序设计(OOP)
6) Object Oriented Programming(OOP)

面向对象程序的设计
补充资料:程序设计方法
程序设计方法
programming method
chengx日she{}fongfo程序设计方法(progra功ming method)用来研究程序设计各阶段工作的原理和原则及相关设计技术和方法口其目的是设计出可靠、易读、性能/价格比适中的程序。 基本程序设计方法有两种: (1)自顶向下程序设计(top一downprogramming)。根据要求解决的问题,从概念出发,构建一个总体模型,并将整个任务划分成若干大的模块,在此层次之下进一步细化,并在细化过程中不断补充细节,直到实现具体的编码。 (2)自底向上法(bottom一up approaeh)。在设计层次上,从最低层的模块开始编制和调试,然后使用它们构造成下一个更高层次的模块。即先编写解决具体问题的程序模块,然后再逐步地将这些模块组织起来。为了测试一个低层模块,程序员必须编写一个临时的测试驱动程序,用各种测试数据调用被测模块。这种方法适用于各模块之间联系不紧密的软件任务。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条