引用本文
  •    [点击复制]
  •    [点击复制]
【打印本页】 【下载PDF全文】 查看/发表评论下载PDF阅读器关闭

←前一篇|后一篇→

过刊浏览    高级检索

本文已被:浏览 300次   下载 367 本文二维码信息
码上扫一扫!
利用接口技术的基于OO的冲裁模CAD/CAM系统的建模
0
()
摘要:
利用面向对象技术进行软件开发是目前软件开发的趋势。为了构建基于面向对象的冲裁模CAD/CAM系统,利用VB平台提供的接口技术,通过实现接口继承来实现类的继承性和多态性,并使用GUIDS方法层层深入地组织系统结构,最终以零件类为基类,建立了较为科学的系统模型。将该模型应用于应用软件的设计中可增强应用软件的可维护性和可扩展性。
关键词:  接口技术 OO 冲裁模 CAD/CAM系统 建模技术 对象技术 VB平台
DOI:10.11841/j.issn.1007-4333.2003.06.161
基金项目:
With the interface technology realizing to build the system model of blanking dies of CAD/CAM on the OO-based
Abstract:
It is the tendency of the development of the software that using OO technology to design and develop the applied software. In order to establish the object-oriented system model of blanking dies of CAD/CAM on the VB platform, it is essential to use the inheritance which is supplied by the platform. But VB does not supply the realizing inheritance directly. Although it supports multi-morphology it has to run in low efficiency. In fact, these problems can be resolved when making use of the interface technology. The inheritance can be realized through realizing interface inheritance, and the multi-morphology can be improved. Using this technology and GUIDS method, it becomes reality to establish OO _based system. At last, the comparative scientific system model which making the part to be the base class was established, and through realizing this model, system realized the OO completely. At the same time, the maintenance and expansion of the application software were strengthened.
Key words:  object-oriented,class,interface,blanking dies,CAD/CAM,GUIDS,OO,OOD,OOP,