代码搜索:Cache
找到约 10,000 项符合「Cache」的源代码
代码结果 10,000
www.eeworm.com/read/296124/8120134
c shm.c
/********************************************************************
created: 2008/01/24
filename: shm.c
author: Lichuang
purpose:
***********************************
www.eeworm.com/read/296124/8120140
c node.c
/********************************************************************
created: 2008/01/23
filename: node.c
author: Lichuang
purpose:
**********************************
www.eeworm.com/read/296124/8120147
c list.c
/********************************************************************
created: 2008/01/23
filename: list.c
author: Lichuang
purpose:
**********************************
www.eeworm.com/read/144872/12766305
c global.c
#include "global.h"
#include "typedef.h"
uchar pcdata[Len]; //pc to dsp
uchar viccdata[256]; // device to tag cache
uint cfgdata[128]; // system cache
uchar labeldata[350]; // tag
www.eeworm.com/read/245507/12796801
txt helloserver.csproj.filelist.txt
obj\Debug\ResolveAssemblyReference.cache
bin\Debug\HelloServer.exe
bin\Debug\HelloServer.pdb
obj\Debug\HelloServer.exe
obj\Debug\HelloServer.pdb
bin\Debug\RemoteHello.dll
bin\Debug\RemoteHello.p
www.eeworm.com/read/245507/12796817
txt helloclient.csproj.filelist.txt
obj\Debug\ResolveAssemblyReference.cache
bin\Debug\HelloClient.exe
bin\Debug\HelloClient.pdb
bin\Debug\RemoteHello.dll
bin\Debug\RemoteHello.pdb
obj\Debug\HelloClient.exe
obj\Debug\HelloClient.p
www.eeworm.com/read/245320/12804347
ini gprsserver.ini
[test]
Driver=Microsoft Access Driver (*.mdb)
Params=OPEN MODE:READ/WRITE;BATCH COUNT:200;MAX ROWS:-1;SCHEMA CACHE SIZE:8;SCHEMA CACHE TIME:-1;SQLPASSTHRU MODE:SHARED AUTOCOMMIT;ENABLE SCHEMA CACHE:
www.eeworm.com/read/244097/12888280
h common.h
/**
* @file common.h
* common internal api header.
*/
#ifndef COMMON_H
#define COMMON_H
#if defined(WIN32) && !defined(__MINGW32__) && !defined(__CYGWIN__)
# define CONFIG_WIN32
#endif
//#def