demand loading的意思|示意

美 / diˈmɑ:nd ˈləʊdɪŋ / 英 / dɪˈmænd ˈlodɪŋ /

[计] 请求装入


demand loading的用法详解

demand loading是英语中专指计算机领域中“只在需要的时候读入”的概念,也即是根据程序运行实际情况,只有当调用的程序模块的时候才去将对应的程序模块读入内存中运行,而不是提前将所有程序全部读入内存,这样就可以节省计算机的内存空间,从而提高计算机的效率。

demand loading的用法广泛应用在当今的计算机程序中,如操作系统程序中,只有当选中具体文件时才读入内存,而不是把所有文件都读入内存;再如浏览器程序,只有当选中某个网页时才将网页读入内存,而不是把所有网页一次性读入;再如游戏程序,只有当进入某个关卡时才将关卡的游戏元素读入内存,而不是把所有关卡的游戏元素一次性读入内存,等等。

总之,demand loading就是“只在需要的时候读入”,在程序运行时,根据实际运行情况只有在必要时才将程序模块读入内存,这样可以节省内存空间,节约时间,提高效率,是当今计算机程序中普遍使用的技术。

demand loading相关短语

1、 on-demand loading 按需加载

2、 demand loading code protocol 需求装载代码协议

3、 biochemical oxygen demand loading 生化需氧量负

4、 Loading Views On Demand 按需加载视图

5、 Synchronous Loading on Demand 同步加载需求

demand loading相关例句

One of the demos shows how to create a searchable TreeView, the other demonstrates how to implement lazy-loading (a.k.a. load-on-demand).

其中一个实例展示了如何创建一个具有搜索功能的TreeView,另一个则说明了如何实现延迟加载(lazy-loading)。

On Demand Page loading (ODPL) is a feature that reduces the amount of memory used by large forms and that increases the speed of form loading and processing.

On Demand Page Loading (ODPL)特性可以减少大型表单使用的时间,提高装载和处理表单的速度。

If your operating system supports dynamic loading, Lua can load and call functions on demand.

如果您的操作系统支持动态加载,那么Lua可以根据需要来动态加载并调用函数。