面向对象,object-oriented
1)object-oriented面向对象
1.Methods of object-oriented and center structure of truck optimized dispatch in open-pit mine;露天矿卡车调度系统结构及面向对象实现方法
2.The real-time disposal function of the truck dispatch's center in the open-pit mine comes true by object-oriented technique;应用面向对象技术实现露天矿卡车调度实时处理功能
3.Using an object-oriented method to design a kettle reboiler;使用面向对象的方法设计釜式再沸器
英文短句/例句

1.From the Design of Procedure-Oriented programming to the Technology of Object-Oriented Programming;从面向过程程序设计到面向对象技术
2.On Object Hierarchy in Object-Oriented Programming面向对象程序设计中的对象层次问题
3.The Design and Implementation of Object-Oriented Parallel Vector Library;面向对象的并行向量库的设计与实现
4.The Object-oriented Interface-designing Model Based on Agent;基于Agent的面向对象的界面设计模型
5.Object-Oriented Modeling for Sale Post System;对“销售点终端系统”进行面向对象建模
6.Study on Object Model and Normalization in OODB面向对象数据库中对象模型和规范化研究
7.OBJECT IDENTIFICATION AND REFINEMENT IN OOA面向对象分析中的对象识别和求精方法
8.Researches and Implement on Object Extracting of Legacy Systems Written in Conventional Procedural Language;非面向对象系统中对象抽取方法的研究与实现
9.Based on Object-oriented Technology to Realize the Research of Distillation Model Object;基于面向对象技术的精馏模型对象化研究
10.The Research of Object Data Save In OODB;面向对象数据库中对象数据存储的探讨
11.Object Classcification and Modeling of FMS Based on Object_oriented Petri Net;基于面向对象着色Petri网的FMS对象类划分及建模
12.The Research on Dynamic Models Abstraction and Transformation Techniques of the Object-Oriented Software Systems;面向对象软件动态模型抽象与转换技术研究
13.Object - oriented general management of transformation" Two Bills面向对象的变电“两票”综合管理系统
14.Object-Oriented Modeling and Simulation of Spillway Excavation溢洪道开挖的面向对象建模与仿真
15.Denotation of object-oriented programming in C++ languageC++语言中面向对象程序设计的表示法
16.OBJECT-ORIENTED PROGRAMMING IN MODELING FOR SPEEDUP面向对象方法在SPEEDUP中的应用
17.OBJECT-ORIENTED PROGRAMMING DISCIPLINE FOR TURBO PROLOG基于Turbo PROLOG的面向对象方法
18.Research on Object - Oriented Simulation Modeling Method for Cruise Missile飞航导弹面向对象仿真建模方法研究
相关短句/例句

object oriented面向对象
1.Object oriented inverse dinematic calibration method of the variable-axes numerical control machine tool(VNCMT);变轴数控机床面向对象逆运动学标定法
2.Application of object oriented road model based on GIS in the road design;基于GIS面向对象道路模型在道路设计中的运用
3.Development of a power system mid-long term load forecasting software based on object oriented programming;基于面向对象的电力系统中长期负荷预测软件的开发
3)OOP面向对象
1.Developing software of jacquard weave fur based on OOP;基于面向对象开发毛皮提花软件
2.Designing Particle System with OOP;面向对象的粒子系统设计
3.Application of OOP in Gravity Wharf Optimization Design and Plotting Integrated System;面向对象的方法在重力式码头结构优化设计及绘图集成系统中的应用
4)OO['?u'?u]面向对象
1.The Key Technology And Realization Of OODB;面向对象数据库的关键技术和实现
2.Development and Research of OODB;面向对象数据库发展和研究
3.The Key Technology Research Of OODB;面向对象数据库的关键技术研究
5)object-orientation面向对象
1.Study on the Method of Analysis and Computing for Bridge Structure Based on Object-orientation;基于面向对象的桥梁结构分析与计算方法研究
2.The method describes the essential idea of the Graph-control-arithmetic configuration,adopting the technology of object-orientation.从现行的微机保护运行状况提出一种新的软件设计思路,该思路采用面向对象技术,描述了图形化控制算法组态的基本思想,并具体设计了图形化保护的软件平台,在此平台上可自动生成所有的保护代码,通过把代码下载给保护设备来实现保护功能。
3.This paper presents a new method to package the OpenGL functions with the Object-orientation of C++ language.利用C++语言的面向对象特性对OpenGL功能进行了封装,使其能够方便地与VisualC++的MFC相结合;采用了面向对象的技术进行了程序设计;与传统的OpenGL与VisualC++相结合的方法比较,新的封装技术保持了部分功能的独立性,有利于软件的维护和二次开发。
6)Object-Oriented Programming(OOP)面向对象(OOP)
延伸阅读

面向对象的语言以对象和对象上的操作进行程序设计的语言。现实问题是由一些相互间存在一定联系的事物所组成的,这些事物称为“对象”。进行程序设计时,先分解问题,按人们习惯的思维方式建立模型,模拟客观世界,设计出求解方法的程序。其典型的代表是c++,smalltalk等语言。