代码搜索结果

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

construct_memoryobj.m

function mm = constructor_memoryobj(mm,args) %MEMORYOBJ Constructor for raw memory object % MM = MEMORYOBJ('PropertyName',PropertyValue,...) Constructs an MM % object numeric arrays of data

isreadable.m

function result=isreadable(cc,address,datatype,count) %ISREADABLE Check if specified memory block can be read. % ISREADABLE(CC,ADDRESS,DATATYPE,COUNT) returns logical true if the % memory blo

iswritable.m

function result=iswritable(cc,address,datatype,count) %ISWRITABLE Check if specified memory block can be written. % ISWRITABLE(CC,ADDRESS,DATATYPE,COUNT) returns logical true if the % memory

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

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

readme.dos

README.DOS Some notes about the supplied MSDOS executables and their compilers: A) The 32-bit DOS executables "zip.exe" and the auxilary utilities "zipnote.exe", "zipsplit.exe", "zipcloak.exe" (c

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

fastmm4_readme.txt

Fast Memory Manager - Readme ---------------------------- Description: ------------ A fast replacement memory manager for Borland Delphi Win32 applications that scales well under multi-threade

startu32.a51

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

tips.txt

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