storage
storage 的中文翻译
音标:
n.
贮藏(量), 贮藏库, 存储
storage 的英文句子和中文句子
His furniture is in storage while he finds a new house.
他在找新房子时把家具存放在仓库里。
A procedure causing a system, process, or operation to take on its most desirable configuration or procedures in the best or most efficient way; for example, when arranging instructions and data in storage so that a minimum of machine time or space is used for storing or accessing them.
使一个系统、一个过程或一个操作能取其最希望的结构的方法,或以最好、最有效的方式进行所采取的一些措施。例如,在存储器中合理安排指令和数据的存放位置以便存入和访问时花费的机器时间或空间最小。
A device that reads data from and writes data onto a storage medium, such as a floppy disk.
驱动器从存储媒介(如软盘)上读出或写入数据的仪器
A larger computer storage area, usually used for virtual storage addressing.
一大段计算机存储区,常用于虚拟存储器寻址。
A language processor that "collects" modules for loading and assigns their relative positions in storage;in a virtual storage system, a collector attempts to place object code in pages/segments in such a way as to minimize virtual storage interrupts during processing.
将程序模块“集中”起来装入且在存储器中分配其相对位置的语言处理器。在虚拟存储系统中,收集模块力图以最大限度地减少处理虚拟存储中断的方式将目标代码安排在页面或段中。
A term applied to a storage medium that permits data to be removed, leaving the medium in a condition to receive new data. Magnetic tape, for example, is "erasable" and paper tape is not. The term is also applied to a read-only memory(integrated circuit) that can be reprogrammed by the user.
用来修饰说明某种存储媒体,可以将其存储的数据除去,以便存储新的数据。例如磁带是可擦除的,纸带是不可擦除的。该术语也用于可重新编程的只读存储器(集成电路)。
A process of dynamic relocation in which contiguous segments are moved to one end of the memory to combine all unused storage at the other end.
一种能动态重新安排存储器的处理技术,即把各连续已用的存储段移到存储器的一端,把未使用的存储空间集中到存储器的另一端。
In the execution of a computer program, to load a segment of the computer program in a storage area hitherto occupied by parts of the computer program that are not currently needed.
在计算机程序执行中,把一个计算机程序段装入在此以前被当前不需要的程序部分所占用的存储器区域中。参阅formoverlay。
The technique of repeatedly using the same areas of internal storage during different stages of a program.
在一个程序的不同执行阶段重复地使用内存中相同区域的技术。
Place for permanent or long-term storage of data, from which retrieval is infrequent. A computer archive, for instance, may be on magnetic tape.
用于永久或长期存储不常检索的数据的地点(介质)。例如,计算机的档案文件可放在磁带上。