代码搜索结果

找到约 10,000 项符合 Memory 的代码

depca.c

/* Etherboot: depca.h merged, comments from Linux driver retained */ /* depca.c: A DIGITAL DEPCA & EtherWORKS ethernet driver for linux. Written 1994, 1995 by David C. Davies.

readme

The allocator shown here exploits high memory. This document explains how a user can deal with drivers uses this allocator and how a programmer can link in the module. User's manual ====

tips.txt

//------------------------------------------------------------------------ // Tips.txt //------------------------------------------------------------------------ //------------------------------

tips.txt

//------------------------------------------------------------------------ // Tips.txt //------------------------------------------------------------------------ //------------------------------

system_cfg.vhd

------------------------------------------------------------------------ -- -- Copyright (C) 1998-1999, Annapolis Micro Systems, Inc. -- All Rights Reserved. -- -------------------------------------

arm_lnk_debug_flash.xcl

// Generated : 08/17/04 15:27:52 //********************************************************************** // XLINK template command file to be used with the ICCARM C/C++ Compiler // // Usage: xli

pg12864_arm_lnk.xcl

// Generated : 08/30/04 11:56:37 //********************************************************************** // XLINK template command file to be used with the ICCARM C/C++ Compiler // // Usage: xli

source.txt

1. Compile Legacy 2. Know bugs 3. Explanation of the code 3.1 The memory model 3.2 Hardware Texture model 1. Compile Legacy ================= DOS --- need: - djgpp 2.02 (http://www.delorie.c

tips.txt

//------------------------------------------------------------------------ // Tips.txt //------------------------------------------------------------------------ //------------------------------

matmult.c

/* matmult.c * Test program to do matrix multiplication on large arrays. * * Intended to stress virtual memory system. * * Ideally, we could read the matrices off of the file system, *