代码搜索:Cache
找到约 10,000 项符合「Cache」的源代码
代码结果 10,000
www.eeworm.com/read/458306/7299467
h target.h
/****************************************Copyright (c)**************************************************
** Guangzhou ZHIYUAN electronics Co.,LTD.
**
www.eeworm.com/read/457121/7333915
cpp crypt.cpp
#include "rar.hpp"
#ifndef SFX_MODULE
extern uint CRCTab[256];
#endif
#define NROUNDS 32
#define rol(x,n,xsize) (((x)(xsize-(n))))
#define ror(x,n,xsize) (((x)>>(n)) | ((x)
www.eeworm.com/read/456640/7343038
h sysconf.h
/***********************************************************************/
/* */
/* MODULE: BDTest/sysconf.h
www.eeworm.com/read/456640/7343117
h system.h
/***********************************************************************/
/* */
/* MODULE: BDTest/cache.h
www.eeworm.com/read/456207/7353938
dfm sourcedm.dfm
object DM_Source: TDM_Source
OldCreateOrder = False
OnCreate = DataModuleCreate
Left = 192
Top = 107
Height = 375
Width = 544
object DBTd: TDatabase
AliasName = 'Ecsc_Td'
www.eeworm.com/read/456207/7353960
dfm systemdm.dfm
object sysDM: TsysDM
OldCreateOrder = False
OnCreate = DataModuleCreate
OnDestroy = DataModuleDestroy
Left = 162
Top = 250
Height = 442
Width = 596
object DBMain: TDatabase
www.eeworm.com/read/456151/7356564
txt glassbutton.csproj.filelist.txt
bin\Debug\GlassButton.dll
bin\Debug\GlassButton.pdb
obj\Debug\ResolveAssemblyReference.cache
obj\Debug\Glass.GlassButton.bmp
obj\Debug\GlassButton.dll
obj\Debug\GlassButton.pdb
www.eeworm.com/read/456104/7358595
txt bll.csproj.filelist.txt
bin\Debug\BLL.dll
bin\Debug\BLL.pdb
bin\Debug\DAL.dll
bin\Debug\PublicClass.dll
bin\Debug\PublicClass.pdb
bin\Debug\DAL.pdb
obj\Debug\ResolveAssemblyReference.cache
obj\Debug\BLL.dll
obj\Debug
www.eeworm.com/read/455795/7365545
java lru.java
import java.awt.Color;
public class LRU {
public static void main(String[] args) {
MyFrame myframe=new MyFrame();
//System.out.println(Thread.currentThread().getName());
AssCache ac=new As