代码搜索结果

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

faq.texi

@section Questions about installation @cindex FAQ @cindex CRC error in .tar.gz @cindex invalid compressed data @faq{I downloaded Blitz++, but when I try to gunzip it, I get ``invalid compressed dat

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, *

sort.c

/* sort.c * Test program to sort a large number of integers. * * Intention is to stress virtual memory system. * * Ideally, we could read the unsorted array off of the file system, * a

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 //------------------------------------------------------------------------ //------------------------------

abstract.txt

The Memory project is a demo program for the Keil MCB2140 Board using the Philips LPC2148 Microcontroller. It demonstrates an USB Memory based on USB Mass Storage Class. LEDs are used to displa

abstract.txt

The Memory project is a demo program for the Keil MCB2140 Board using the Philips LPC2148 Microcontroller. It demonstrates an USB Memory based on USB Mass Storage Class. LEDs are used to displa

startu32.a51

$NOMOD51 ;------------------------------------------------------------------------------ ; STARTU32.A51: This code is executed after processor reset. ; ; Modified for uPSD Startup: ; -

os_cpu_a.asm

;******************************************************************************************************** ; uC/OS-II ;