代码搜索:Cache

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

代码结果 10,000
www.eeworm.com/read/402359/11536657

c cache.c

/* rdesktop: A Remote Desktop Protocol client. Cache routines Copyright (C) Matthew Chapman 1999-2001 This program is free software; you can redistribute it and/or modify it under t
www.eeworm.com/read/402001/11544795

c cache.c

/* Cache simulator: Simulates 4-way set-associative cache, using LRU for replacement policy Cache parameters configured at compile time */ #include "cache.h" #include "defs.h" #include "m
www.eeworm.com/read/402001/11544797

h cache.h

/* For cache simulator */ #ifndef CACHE_H #define CACHE_H #include "defs.h" void set_cache_measurement_enabled(int enabled); /* Create empty cache with #sets = 2^s_bits, block size = 2^b_
www.eeworm.com/read/262343/11592210

cpp cache.cpp

#include "stdafx.h" /***************************************** NAME: cache.c DESC: CACHE test HISTORY: 2002.03.07: ver 0.0 *****************************************/ #include "def.h"
www.eeworm.com/read/262343/11592259

sbr cache.sbr

www.eeworm.com/read/262343/11592269

obj cache.obj

www.eeworm.com/read/262343/11592413

h cache.h

#ifndef __CACHE_H__ #define __CACHE_H__ void Test_ICache(void); #endif /*__CACHE_H__*/