动态装入(Dynamic loading) 指的是当一个进程启动后,将一个可执行的文件(原文是executable,我理解为磁盘上的文件 或者驻留在内存中的例程)或库映射到(或者不常发生的复制)到进程内存空间。动态链接 (dynamic linking)指的是在编译(汇编)之后,分解字符(resolving symbols)——把名字和地址或者偏移量联系起来。这两者...
linking loader 连接负载,链接装入程序,链装程序 linking module 连接模块 相似单词 linking 正在连接,连接 loading n. 1.装货;装弹;装料 2.装载的货;载荷 3.填充物 dynamic adj. 1. 有活力的,强有力的 2. 不断变化的 3. 动力的,动态的 4. 充满活力的;精力充沛的 5. 发展变化的 6. 效率高的...
dynamic linking 动态连接 dynamic loading and linking 动态装入与连接 linking course 套口横列 index linking 同物价指数相联系的 linking loader 连接负载,链接装入程序,链装程序 linking module 连接模块 cross linking 【计】 交联, 交叉接合 linking coefficient 环绕系数 mechanical linking 机械联动, ...
At the same time,it puts forward a method to implement the dynamic connection of database in client application. 为解决这些问题 ,提出了一种在客户端应用程序中动态连接数据库的实现方 更多例句>> 6) dynamic linking 动态连接 1. This paper explores the dynamic linking mechanisms of the Executable...
Discusses built-in facilities for the third-party extension of Microsoft's OS/2 program. A dynamic link is an external reference mode while a program is being loaded or while it is executing. Using a dynalink library; Benefits of dynamic linking.CortesiD.E.EBSCO_AspDr...
纵观程序编译整个过程,细分可分为编译(Compiling,指的是语言到平台相关目标文件这一层次)和链接(Linking,指目标文件到最终形成可执行文件这一层次),这个总的过程可称为编译时;就动态链接而言,还存在一个运行时,即程序在被操作系统加载的过程中,系统将该程序需要的动态库加载至内存到程序开始运行的这一段过程。明确这...
Whether the file segment holds one or many sections also is immaterial to program loading. Nonetheless, various data must be present for program execution, dynamic linking, and so on. The diagrams below illustrate segment contents in general terms. The order and membership of sections within a ...
结论:通过 #8 我们找到了 DynamicLinkingTest 这个类 再来找 #31: #31 = NameAndType #19:#13 :去找 #19 和 #13 #19 = Utf8 methodA :方法名为 methodA #13 = Utf8 ()V :方法没有形参,返回值为 void 结论:通过 #7 我们就能找到需要调用的 methodA( ) 方法,并进行调用 ...
每一个栈帧内部都包含一个指向运行时常量池中该栈帧所属方法的引用。包含这个引用的目的就是为了支持当前方法的代码能够实现动态链接(Dynamic Linking)。比如:invokedynamic指令 在Java源文件被编译到字节码文件中时,所有的变量和方法引用都作为符号引用(Symbolic Reference)保存在class文件的常量池里。比如:描述一个方法...
As `Program Loading'' explains in the processor supplement, shared objects may occupy virtual memory addresses that are different from the addresses recorded in the file's program header table. The dynamic linker relocates the memory image, updating absolute addresses before the application gains cont...