代码搜索:Cache优化

找到约 10,000 项符合「Cache优化」的源代码

代码结果 10,000
www.eeworm.com/read/289680/8535093

h cache.h

/****************************************************************************** File : Cache.h Date : Wednesday 13th September 2000 Author : Dr Gavin C. Cawley Descripti
www.eeworm.com/read/289658/8536729

txt cache.txt

三种Cache写入方式原理简介    在386以上档次的微机中,为了提高系统效率,普遍采用Cache(高速缓冲存储器),现在的系统甚至可以拥有多级Cache。Cache实际上是位于CPU与DRAM主存储器之间少量超高速的静态存储器(SRAM),通常的大小为8KB~512KB。    对Cache的工作原理可以进行如下描述:具有Cache的计算机,当CPU需要进行存储器存取时,首先检查 ...
www.eeworm.com/read/389274/8537303

h cache.h

/****************************************************************************** File : Cache.h Date : Wednesday 13th September 2000 Author : Dr Gavin C. Cawley Descripti
www.eeworm.com/read/389231/8540792

h cache.h

#ifndef __CACHE_H__ #define __CACHE_H__ int Test_Cache(void); void FlushCache(void); #endif /*__CACHE_H__*/
www.eeworm.com/read/389231/8540929

c cache.c

#include #include "..\inc\44b.h" #include "..\inc\44blib.h" void MarchCMinus32(int address,int unit,unsigned int pattern); void MarchCMinusM_10(int address,int unit,unsigned int patte
www.eeworm.com/read/188280/8552228

h cache.h

/****************************************************************************** File : Cache.h Date : Wednesday 13th September 2000 Author : Dr Gavin C. Cawley Descripti
www.eeworm.com/read/388997/8556120

cache semantic.cache

;; Object MOCK2/ ;; SEMANTICDB Tags save file (semanticdb-project-database-file "MOCK2/" :tables (list (semanticdb-table "Test.java" :major-mode 'jde-mode :tags '(("java.util.*" in
www.eeworm.com/read/432641/8584845

c cache.c

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // This source code is licensed under Microsoft Shared Source License // Version 1.0 for Windows CE. // For a copy of the l