代码搜索:Cache优化

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

代码结果 10,000
www.eeworm.com/read/455795/7365544

java cache.java

public class Cache { int age;//记录未被使用的时间 char block; //int flag;//标志,用来记录此块Cache是否是空0; public Cache() { this.age=-1; this.block=' '; //flag=0; } public Cache(int age,char block) {
www.eeworm.com/read/455795/7365548

class cache.class

www.eeworm.com/read/455795/7365554

class cache.class

www.eeworm.com/read/453456/7420223

h cache.h

#ifndef __CACHE_H__ #define __CACHE_H__ void Test_ICache(void); #endif /*__CACHE_H__*/
www.eeworm.com/read/453456/7420224

c cache.c

/***************************************** NAME: cache.c DESC: CACHE test HISTORY: 2002.03.07: ver 0.0 *****************************************/ #include "def.h" #include "option.h"
www.eeworm.com/read/453456/7420232

o cache.o