代码搜索结果

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

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

tips.txt

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

rfc434.txt

Network Working Group Alexander A. McKenzie RFC 434 BBN-NET NIC 13658 January 4,

drvscan.bas

Attribute VB_Name = "Module1" Option Explicit Declare Function MoveWindow Lib "user32" _ (ByVal hwnd As Long, _ ByVal x As Long, ByVal y As Long, _

drvscan.bas

Attribute VB_Name = "Module1" Option Explicit Declare Function MoveWindow Lib "user32" _ (ByVal hwnd As Long, _ ByVal x As Long, ByVal y As Long, _

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

initpcc.ug

INITPCC PC Card ATA Setup Program User's Guide Version 14x and higher Copyright 1997-200

cltnrbtree.pas

unit CltnRbTree; (* Red-black trees. The trees implement the ISet and IMap interfaces, using red-black trees as the implementation. See Introduction to Algorithms, by Cormen, Leiserson,