存储
存储 的英文翻译
memory
storage
存储 的中文句子和英文句子
用来修饰说明某种存储媒体,可以将其存储的数据除去,以便存储新的数据。例如磁带是可擦除的,纸带是不可擦除的。该术语也用于可重新编程的只读存储器(集成电路)。
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.
使一个系统、一个过程或一个操作能取其最希望的结构的方法,或以最好、最有效的方式进行所采取的一些措施。例如,在存储器中合理安排指令和数据的存放位置以便存入和访问时花费的机器时间或空间最小。
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.
剪切数据到剪贴板会替代以前存储在那里的内容。
Cut data to the clipboard replace the contents previously stored there.
对数据项的一次完整操作。它包括生成、输入、处理、输出以及存储。
The complete operation performed on data.It includes steps of origination, input, manipulation, output and storage.
从当前文件把数据移开并把它存储在剪贴板上。
Remove selected data from the document and store it on the clipboard.
为了加强数据的保护,防止非法的存取,用于评价计算机系统、存储空间和运行过程完整程度的一种指标。
A term applied to a computer system, spaces, or operating procedures when considering the protection of data from corruption or unauthorized access.
用于永久或长期存储不常检索的数据的地点(介质)。例如,计算机的档案文件可放在磁带上。
Place for permanent or long-term storage of data, from which retrieval is infrequent. A computer archive, for instance, may be on magnetic tape.
在计算机程序执行中,把一个计算机程序段装入在此以前被当前不需要的程序部分所占用的存储器区域中。参阅formoverlay。
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.
将程序模块“集中”起来装入且在存储器中分配其相对位置的语言处理器。在虚拟存储系统中,收集模块力图以最大限度地减少处理虚拟存储中断的方式将目标代码安排在页面或段中。
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.