语言选择:
免费网上英汉字典|3Dict

content addressable memory

资料来源 : Free On-Line Dictionary of Computing

content addressable memory
     
        (CAM, or "associative memory") A kind of storage device which
        includes comparison logic with each bit of storage.  A data
        value is broadcast to all words of storage and compared with
        the values there.  Words which match are flagged in some way.
        Subsequent operations can then work on flagged words, e.g. read
        them out one at a time or write to certain bit positions in
        all of them.  A CAM can thus operate as a {data parallel}
        ({SIMD}) processor.
     
        CAMs are often used in {cache}s and {memory management unit}s.
     
        (1995-02-16)
依字母排序 : A B C D E F G H I J K L M N O P Q R S T U V W X Y Z