代码搜索:Cache
找到约 10,000 项符合「Cache」的源代码
代码结果 10,000
www.eeworm.com/read/428887/8831254
l fibo.l
# 21jan07abu
# (c) Software Lab. Alexander Burger
# Standard version (slowest)
(de fibo (N)
(if (< N 2)
1
(+ (fibo (dec N)) (fibo (- N 2))) ) )
# Coded in 'C' (faster)
(load "lib/gcc
www.eeworm.com/read/384304/8880936
txt dataaccess.csproj.filelist.txt
bin\Debug\DataAccess.dll
bin\Debug\DataAccess.pdb
obj\Debug\ResolveAssemblyReference.cache
obj\Debug\DataAccess.dll
obj\Debug\DataAccess.pdb
bin\Debug\Configuration.dll
bin\Debug\Configuration.p
www.eeworm.com/read/427926/8911992
txt utility.csproj.filelistabsolute.txt
E:\WiStudy\Utility\obj\Debug\ResolveAssemblyReference.cache
E:\WiStudy\Utility\bin\Debug\WiStudy.Utility.dll
E:\WiStudy\Utility\bin\Debug\WiStudy.Utility.pdb
E:\WiStudy\Utility\obj\Debug\WiStudy.Ut
www.eeworm.com/read/427926/8912373
txt model.csproj.filelistabsolute.txt
E:\WiStudy\Model\bin\Debug\WiStudy.Model.dll
E:\WiStudy\Model\bin\Debug\WiStudy.Model.pdb
E:\WiStudy\Model\obj\Debug\ResolveAssemblyReference.cache
E:\WiStudy\Model\obj\Debug\WiStudy.Model.dll
E:\
www.eeworm.com/read/383713/8925616
c namei.c
/*
* linux/fs/isofs/namei.c
*
* (C) 1992 Eric Youngdale Modified for ISO9660 filesystem.
*
* (C) 1991 Linus Torvalds - minix filesystem
*/
#include
#include
www.eeworm.com/read/383449/8945365
c dund.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2002-2003 Maxim Krasnyansky
* Copyright (C) 2002-2008 Marcel Holtmann
*
*
*
www.eeworm.com/read/186078/8961436
pci 80867100.pci
%! Detailed register description file for PCICFG.EXE by Ralf Brown
%!
%! Filename 80867100.PCI = Vendor 8086h, Device 7100h
%! Intel 82439TX System Controller
%! Created 31 Dec 97 by Andy Sawye
www.eeworm.com/read/283852/8985715
v data.v
module data(
rxc,
rst,
/******/
rx_en,
rx_er,
rxd,
/******/
dataout,
ena,
www.eeworm.com/read/283587/9004108
h bitstream.h
/**
* @file bitstream.h
* bitstream api header.
*/
#ifndef BITSTREAM_H
#define BITSTREAM_H
//#define ALT_BITSTREAM_WRITER
//#define ALIGNED_BITSTREAM_WRITER
#define ALT_BITSTREAM_READER
//#defin