期刊文献+

构建基于DLLs的可扩展软件结构 被引量:1

Creation of DLLs-based Scalable Program Architecture
下载PDF
导出
摘要 程序的运行完全绕开编译器是不可能的,但可以把那些来自DLL库、用于驱动设备的函数或其他目的性很强的函数从主程序中分离出来,实现一种可扩展的软件构架,即不在程序中直接调用函数,而是将需要调用函数写在一个脚本里,在程序运行时去读这个脚本,根据脚本的内容载入相应的动态连接库并执行其中的函数,这样就形成了一种灵活的软件结构,使软件的可伸缩性得到改善。本文介绍在C++源程序中嵌入汇编语句来构建基于DLLs的可扩展软件结构的方法,并提供部分源代码。 The paper introduces a mothod of creating dlls-based Scalable program architecture,in which the main program does not call functions from library directly, but accesses a script whose contents are function names and parameters. During the execution, main program loads libraries dynamically.Through this method, one can construct a kind of flexible software architecture.This paper also provides some source codes.
出处 《河北工业科技》 CAS 2004年第6期39-42,共4页 Hebei Journal of Industrial Science and Technology
关键词 可扩展 DLL 调用函数 脚本 软件结构 程序运行 主程序 构建 目的性 内容 software architecture DLL script function
  • 相关文献

参考文献1

共引文献2

同被引文献4

引证文献1

二级引证文献2

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

内容加载中请稍等...
;
使用帮助 返回顶部