load是什么意思 palm是什么意思
1、分类: 外语/出国 问题描述: If the soil is transported to other places, It would take a total of 200,000 trucks carrying one load each to transport all the displaced earth. 解析: 这里应该是一车truck的意思。 2、load 可以是一担,一车...
1、分类: 外语/出国 问题描述: If the soil is transported to other places, It would take a total of 200,000 trucks carrying one load each to transport all the displaced earth. 解析: 这里应该是一车truck的意思。 2、load 可以是一担,一车...
因为程序都只能在内存中运行,所以存放在硬盘、光盘、软盘之类的外存上的程序代码,在运行时都要先“复制”到内存中去,这个“复制”的过程就是 Load 了。这里说“复制”只是简单的比喻,其实 Load 过程因程序不同而不同,可能非常复杂,比如先解压缩,再写入内存中。 总体来说,load可以理解为从外存(硬盘、光盘等)中将数据传输到内存中的过程。一般翻译为加载、载入、读取...