代码搜索结果

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

bitops.h

/*These are the standard ANSI bit operation macros. They are used by */ /*microcontrollers that don't have special bit operation instructions.*/ #define BIT(x) (1

startup.a51

;------------------------------------------------------------------------------ ; This file is part of the C51 Compiler package ; Copyright (c) 1988-2001 Keil Elektronik GmbH and Keil Software, In

machine.h

// machine.h // Data structures for simulating the execution of user programs // running on top of Nachos. // // User programs are loaded into "mainMemory"; to Nachos, // this looks just like an arra

memmanager.h

#ifndef MEMMANAGER_H #define MEMMANAGER_H #include "bitmap.h" #include "translate.h" #include "timer.h" #define EMPTY_FRAME 1 #define CLEAN_FRAME 2 #define DIRTY_FRAME 3 // Arbitrary number: #defin

testdatasize.m

%TESTDATASIZE of datafiles and convert to dataset % % B = TESTDATASIZE(A,STRING,FLAG) % % INPUT % A DATAFILE or DATASET % STRING 'data' (default) or 'features' or 'objects' % FLA

bitops.h

/*These are the standard ANSI bit operation macros. They are used by */ /*microcontrollers that don't have special bit operation instructions.*/ #define BIT(x) (1

startup.a51

$NOMOD51 ;------------------------------------------------------------------------------ ; This file is part of the C51 Compiler package ; Copyright (c) 1988-2001 Keil Elektronik GmbH and Keil So