中英互译
dynamic loading
基本释义
- 动态装载:程序运行机制,能让计算机程序在运行时装载库到内存中,然后执行其中的函数或访问变量,并在不需要时将库卸载。
双语例句
- Support for dynamic loading to the core image.支持核心映像的动态加载。
- So, draw the display and print dynamic loading curve.绘制、显示并打印动态加载曲线;
- If your operating system supports dynamic loading, Lua can load and call functions on demand.如果您的操作系统支持动态加载,那么Lua可以根据需要来动态加载并调用函数。
网络短语
- dynamic loading effect动态负荷效应
- dynamic loading of modules动态加载模块
- dynamic loading test动载试验
- bridge dynamic loading test桥梁动载试验
- Dynamic Loading Functions动态连接函数库
英英释义
- Dynamic loading is a mechanism by which a computer program can, at run time, load a library (or other binary) into memory, retrieve the addresses of functions and variables contained in the library, execute those functions or access those variables, and unload the library from memory. Unlike static linking and loadtime linking, this mechanism allows a computer program to startup in the absence of these libraries, to discover available libraries, and to potentially gain additional functionality.