- 1、本文档共9页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
vc 动态链接库和静态链接库(VC dynamic link library and dynamic link library)
vc 动态链接库和静态链接库(VC dynamic link library and dynamic link library)
1 background
Modular software development based on the concept of development, improve code reusability, easy maintenance test and module function module of the expansion, shorten the development cycle.
Reflected in the design of modularization design is the cohesion and coupling between the module division and module function. Reflected in the development of technology is the main design of the dynamic link library and static link library.
Because the design needs and development projects closely, this paper does not discuss.
This paper mainly introduces the embodied in the development of Technology: the introduction of dynamic link library and dynamic link library.
2 concepts
It is a dynamic link library or static link library, is to compile code package modules generated by this module cannot separate the implementation, the need for exe implementation file. The code is not visible, a functional interface for developers to use two.
The following diagram:
The only simple architecture diagram, according to the actual link library, call the method is also different.
The following are the static and dynamic link library to do a simple introduction.
2.1 static link library
Static link library suffix is.Lib file, if your executable program calls the static link library, then compiled static link library code to link to the executable you to be a part of your executable program. So called static connection of the executable file is generally larger.
2.2 dynamic link library
The dynamic link library is relative to the static link library for the extension of the dynamic link library file is usually DLL, there may be DRV, Sys etc.. If an application uses a dynamic link library, Win32 system to ensure memory only DLL a copy, this is achieved by memory mapping file. Global stack DLL was first transferred to the Win32 system, and then mapped to call this DLL process address space.
Visual C++ supports three type
您可能关注的文档
- kademlia详解(kademlia详解).doc
- js节点的一些函数(Some functions of JS node).doc
- kdj与macd结合使用捕捉暴涨股(KDJ MACD combined with the use of catch soaring stocks).doc
- kettle节点介绍(壶节点介绍).doc
- ktv服务流程(KTV service process).doc
- ktv调音师必读(KTV tuner reading).doc
- kz(KZ).doc
- ldo和dc-dc优缺点(The advantages and disadvantages of DC-DC and LDO).doc
- lc和rc比较(Comparison of LC and RC).doc
- kis数据表(Table kis).doc
- verycd 标语(VeryCD slogan).doc
- vfp 函数(VFP function).doc
- verycd标题中的名言名句(The title of famous quotes VeryCD).doc
- vfp6.0中activex控件treeview 使用实例(Examples of the use of ActiveX controls in VFP6.0 TreeView).doc
- vfp函数大全(VFP function Daquan).doc
- vfp资料(VFP data).doc
- vip(VIP).doc
- vista服务优化、系统优化攻略(Vista service optimization, system optimization strategy).doc
- vi系统具体应用设计项目的展开(VI system application design project).doc
- vrml简单操作,运动控制,声音,背景,视频,自定义节点函数(VRML has the advantages of simple operation, motion control, voice, video, background, custom node function).doc
最近下载
- GBT1804—2000自由公差标准.doc VIP
- SIMATIC-S7-200 SMART编程培训(高端培训).ppt VIP
- 2020年越南投资法-恒利中文简体版.pdf VIP
- 2025年3月22日山东事业单位统考《行测》部分真题(含答案).pdf VIP
- 2024年北京市专职工会社会工作者招聘笔试参考题库附带答案详解.pdf VIP
- GB/T39204-2024信息安全技术关键信息基础设施安全保护要求.pptx VIP
- 数学北师大版五年级下册长方体的认识作业设计.doc VIP
- 安全与风险评估模型.pdf VIP
- 报告同级班子履职尽责和廉洁自律情况.pdf VIP
- 2024年新大象版科学六年级上册全册知识点 (精编版).pdf
文档评论(0)