dynamic linking信息详情

dynamic linking发音

意思翻译

动态连接

动态链接

相似词语短语

linking───adj.辅音连接的;v.把……连接起来;联系,相关联;有联系(或关系);挽住,钩住;链接(link的现在分词形式);n.连接,耦合

dynamic pricing───动态定价

linking park───连接公园

dynamic poses───动态姿势

linking words───[计]连接字

linking verbs───系动词;联系动词;连系动词

dynamic abt───动态abt

dynamic stretches───动态拉伸

group dynamic───群体动力

双语使用场景

With dynamic linking, you don't have that guarantee.───如果使用动态链接,就得不到这样的保证。

One of the potential advantages of dynamic linking, however, is in fixing bugs.───不过,动态链接的可能优势之一在于修正缺陷。

Enabling runtime dynamic linking is a three-step process.───启用运行时动态链接需要三步。

Dynamic linking provides a way for a process to call a function that is not part of its executable code.───动态链接提供了一种方法,使进程可以调用不属于其可执行代码的函数。

Dynamic linking allows you to build a program that will run on a much broader variety of systems.───动态链接让您构建的程序能够在更大范围内的系统上运行。

As described in previous sections, the overall modularity of a program can benefit from dynamic linking.───就像前面所述的那样,一个程序可以通过动态链接很方便的实现模块化。

Dynamic linking permits a program to load and unload routines at runtime, a facility that can otherwise be very difficult to provide.───动态链接允许程序在运行期间加载和卸载例程,其他方法很难提供这种特性。

With dynamic linking, it's not a problem to have multiple libraries that define the same symbol.───对于动态链接,多个库定义相同的符号没有问题。

英语使用场景

The application gains access to the shared objects by using function calls dlopen, dlsym, and dlclose to the dynamic linking loader.

The concept of dynamic linking is similar to that of dynamic loading.

The dynamic linking loader example program is a small C program designed to exercise the dl routines.

Shared object libraries and the dynamic linking loader available in Linux provides additional capabilities to applications.

Furthermore, the current dynamic linking technique is available from some current commercial complier.

This paper describes DLL ( Dynamic Linking Library ) , its basic concept and mechanism.

The same dynamic linking loader is used to map a dll into the application's memory after it is running.

With dynamic linking, you can update just one C runtime library, and correct the internationalization of all seventy-nine applications.

One use of the base address is to relocate the memory image of the program during dynamic linking.