网站首页  英汉词典

请输入您要查询的英文单词:

 

单词 memory cache
释义

memory cache

英汉-汉英词典
超高速缓冲存储系统
词组 | 习惯用语
您要查找的是不是:
    Memory Cache 超高速缓冲存储系统; 缓存; 内存缓存; 快取记忆体;
    Memory cache device 内存缓存区
    Clear Memory Cache 清除记忆存储
    Instant Memory Cache 瞬时内存缓冲
    Total Memory Cache Misses 总的缓存未命中数
    Total Memory Cache Hits 总的内存缓存命中数
    Hierarchical Unified Memory Cache 层次式统一内存Cache
    Browser memory cache settings 浏览器内存缓存设置
    memory cache base object 内存缓存基对象;内存快取基底对象;内存缓存基底对象
memory cache 超高速缓冲存储系统
cache memory [计] 高速缓冲存储器;快取记忆体
cache buffer memory 超高速缓冲存储器
原声例句
科技 Crash Course

Using techniques like logic synthesis, where whole, high-level components can be laid down, like a memory cache, the software generates the circuit in the most efficient way possible.

使用逻辑综合等技术,可以放置完整的高级组件,如内存缓存,软件以最有效的方式生成电路。

中文百科

CPU缓存 CPU cache

(重定向自Memory cache)
CPU缓存的运作流程(注意内存左侧给出的地址是字地址而不是字节地址)
使用CPU地址查找直接匹配缓存的过程。首先以索引定位索引块,之后同时查看标签是否匹配,以及有效位是否被设置。如果标签匹配且数据有效,则通过4-1数据选择器,以块内偏移为输入,选定存储单元。
实缓存的翻译步骤:1,访问TLB,将虚拟地址转换成物理地址。2,用物理地址的索引段定位缓存。3,用物理地址的标签段进行比较以决定是否命中。

在计算机系统中,CPU高速缓存英语:CPU Cache,在本文中简称缓存)是用于减少处理器访问内存所需平均时间的部件。在金字塔式存储体系中它位于自顶向下的第二层,仅次于CPU寄存器。其容量远小于内存,但速度却可以接近处理器的频率。

当处理器发出内存访问请求时,会先查看缓存内是否有请求数据。如果存在(命中),则不经访问内存直接返回该数据;如果不存在(失效),则要先把内存中的相应数据载入缓存,再将其返回处理器。

缓存之所以有效,主要是因为进程运行时对内存的访问呈现局部性(Locality)特征。这种局部性既包括空间局部性(Spatial Locality),也包括时间局部性(Temporal Locality)。有效利用这种局部性,缓存可以达到极高的命中率。

英语百科

CPU cache CPU缓存

(重定向自Memory cache)
An illustration of different ways in which memory locations can be cached by particular cache locations
Miss rate versus cache size on the Integer portion of SPEC CPU2000
Memory hierarchy of an AMD Bulldozer server.
Cache hierarchy of the K8 core in the AMD Athlon****CPU.

A CPU cache is a cache used by the central processing unit (CPU) of a computer to reduce the average time to access data from the main memory. The cache is a smaller, faster memory which stores copies of the data from frequently used main memory locations. Most CPUs have different independent caches, including instruction and data caches, where the data cache is usually organized as a hierarchy of more cache levels (L1, L2, etc.).

近义、反义、联想词
近义词
n.
buffer, buffer storage, buffer store

英英词典
memory cache n.
  1. (computer science) RAM memory that is set aside as a specialized buffer storage that is continually updated; used to optimize data transfers between system elements with different characteristics

  2. synonymous: cache
随便看

 

英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2024 encnc.com All Rights Reserved
更新时间:2025/6/21 22:26:26