计算机应用 | 古代文学 | 市场营销 | 生命科学 | 交通物流 | 财务管理 | 历史学 | 毕业 | 哲学 | 政治 | 财税 | 经济 | 金融 | 审计 | 法学 | 护理学 | 国际经济与贸易
计算机软件 | 新闻传播 | 电子商务 | 土木工程 | 临床医学 | 旅游管理 | 建筑学 | 文学 | 化学 | 数学 | 物理 | 地理 | 理工 | 生命 | 文化 | 企业管理 | 电子信息工程
计算机网络 | 语言文学 | 信息安全 | 工程力学 | 工商管理 | 经济管理 | 计算机 | 机电 | 材料 | 医学 | 药学 | 会计 | 硕士 | 法律 | MBA
现当代文学 | 英美文学 | 通讯工程 | 网络工程 | 行政管理 | 公共管理 | 自动化 | 艺术 | 音乐 | 舞蹈 | 美术 | 本科 | 教育 | 英语 |

基于COM技术的公式计算组件的开发与实现

2016-05-22 01:03
导读:计算机应用论文论文,基于COM技术的公式计算组件的开发与实现应该怎么写,有什么格式要求,科教论文网提供的这篇文章是一个很好的范例:毕业
毕业

摘要

目前,在计算机软件工程中,组件化程序设计思想迅速发展起来。为此微软提出了COM (Component Object Model,组件对象模 型)标准。COM是组件对象之间相互接口的规范,凡是遵循COM接口规范的对象彼此之间能相互通信和交互 。COM是1种与操作系统和编程语言无关的软件架构,它将功能软件以即插即用的方式集成到应用中,便于软件系统的设计、升级和维护,降低成本 提高效率。
本文介绍了COM的内存结构、实现原理、分类和特性,包括 COM对象和接口、IUnknown接口、COM对象的创建、组件与客户之间的通讯,分析了公式计算模块的特点,设计和实现了基于COM的公式计算组件。该组件能提供基本的数学公式计算。最后用MFC设计了1个验证该组件的仿真。通本本可以看到开发COM组件的流程。

关键字:组件;COM;接口;公式计算
 
Abstract

In the computer software engineering the idea of the modularization programming design is developing rapidly. The Microsoft presents the COM (Component Object Mode1) standard. The COM is the interface specification of the components. All components complied with the COM interface specification can communicate with each other. COM refers to a software framework regardless of the operating system and programming languages.It integrates function-software into applications by plug-and-in mode, which makes the software easy to design, upgrade and maintain.Thus the cost is lowered and the efficiency is raised.
This topic discusses COM’s structure, implementation,classes and characteristic, including COM object and interface and interface, IUnknown interface, building of COM object,and communication between component and its caller, introduces the design and implantation for the formula calculating component based on COM by analyzing the characteristics of the formula calculating module. The component can provide the function of calculating basic math formula. In the end, this topic introduces the implantation of a simulation which is to check the component by using MFC. Through this paper, we can see program flow of COM component.

Key words: component; COM; Interface; formula calculating.

(科教范文网http://fw.nseac.com)

    上一篇:邮件服务器设计与实现 下一篇:没有了