摘要
介绍了根据GB92 2 2 88《水管锅炉受压元件强度计算》而开发的实用软件系统的设计思想。系统选用面向对象的C ++作为开发语言 ,并在VisualC ++平台上实现。在建立模型时采用了大量的继承、派生、封装、多态等面向对象的语言特性。生成的模型层次清晰 ,数据和代码共享性好。用户使用时只需通过图示化界面上的操作 ,就能完成各种锅炉受压元件的强度计算工作 。
Introduces the main ideas of the software system that is developed from China GB9222-88(Strength calculation of pressure parts for water tube boiler). The system uses object-oriented C++ as developing language, and is realized on Visual C++. It utilizes a lot of characters of orient object language when building data models: inheritance, derivation, protection and polymorphism and so on. The hierarchy of system model is clear, and the datum and codes have good communion. By operation on graphic menu, users can finish easily strength calculation of all kinds of pressure parts for water tube boiler. At the same time this software system can generate calculation book automatically accuording to the demands of factory.
出处
《浙江大学学报(工学版)》
EI
CAS
CSCD
北大核心
2001年第4期388-392,共5页
Journal of Zhejiang University:Engineering Science
关键词
锅炉
受压元件
强度计算
面向对象
boiler
pressure part
strength calculation
object-orient