代码搜索结果

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

allocator.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. This source file has

mssdoc.txt

> ****** MSS - Memory Supervision System Version 1.2.1 Documentation ****** Written by Juan Jesus Alcolea Picazo, a920101@zipi.fi.upm.es Peter Palotas, blizzar@hem1.passagen.se and some fixes from La

lists.html

Data Structures and Algorithms: Introduction

project1.html

OSF Project 1: The Banker's Algorithm

c513.txt

发信人: reflection (似水流年), 信区: EEtechnology 标 题: C51 Primer (2) Keil C51 Basics 发信站: 南京大学小百合站 (Wed Nov 24 09:48:49 1999), 转信 2 Keil C51 Compiler Basics - The 8051 Architecture The

perform.dos

Date: Wed, 27 Mar 1996 01:31:50 CET +0100 From: Christian Spieler (IKDA, THD, D-64289 Darmstadt) Subject: More detailed comparison of MSDOS Info-ZIP programs' performance Hello all, In response to s

perform.dos

Date: Wed, 27 Mar 1996 01:31:50 CET +0100 From: Christian Spieler (IKDA, THD, D-64289 Darmstadt) Subject: More detailed comparison of MSDOS Info-ZIP programs' performance Hello all, In response to s

perform.dos

Date: Wed, 27 Mar 1996 01:31:50 CET +0100 From: Christian Spieler (IKDA, THD, D-64289 Darmstadt) Subject: More detailed comparison of MSDOS Info-ZIP programs' performance Hello all, In response to s

a_client.c

/* ** A program that uses the less error-prone memory allocator. */ #include "alloc.h" void function() { int *new_memory; /* ** Get space for a bunch of integers */ new_memory = MA

main.c

/* * linux/init/main.c * * Copyright (C) 1991, 1992 Linus Torvalds */ #include #include #include #include #include