摘要
针对传统的动态绩化技术存在需要硬件支持、系统冗余、不易实现等问题,提出了一种基于面向对象的DLL方法,该方法在DLL导入/导出类之间建立一个接口类,应用程序直接与该接口类交互.即使导出类发生变化,也不需要重新编译客户程序,从而达到动态演化的目的.并给出了该方法的实现过程.
Traditional techniques for dynamic evolution evolve problems of hardware support, system redundant and difficulty to put into practice. This paper presents a method of a DLL technology based on object oriented. The method creates an interface class between import/export classes, which is directly interacted with the client application. There is no need to recompile the application though the export class already changed, which makes the application the ability of dynamic evolution. Finally we present the process of implementation of the method.
出处
《哈尔滨理工大学学报》
CAS
北大核心
2009年第A01期55-58,共4页
Journal of Harbin University of Science and Technology
关键词
动态演化
动态链接库
接口类
software dynamic evolution
dynamic link library
interface class