語言選擇:
免費網上英漢字典|3Dict

replacement algorithm

資料來源 : Free On-Line Dictionary of Computing

replacement algorithm
     
        The method used to determine which entry in an associative
        {cache} to flush to main memory when it is desired to cache a
        new block of data.  The "least recently used" algorithm
        flushed the block which has not been accessed for the longest
        time.  A random replacement algorithm picks any block with
        equal probability.
依字母排序 : 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