代码搜索结果
找到约 10,000 项符合
Memory 的代码
memory.c
#include
#include
#include
#include
void main()
{
unsigned char huge *array;
long size;
size = 8000000;
#ifdef _MSC_VER
while((array = (unsigned c
memory.h
/*----------------------------------------------------------------------------
* Name: MEMORY.H
* Purpose: USB Memory Storage Demo Definitions
* Version: V1.10
*-------------
memory.c
/*----------------------------------------------------------------------------
* Name: MEMORY.C
* Purpose: USB Mass Storage Demo
* Version: V1.10
*---------------------------
memory.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
memory.c
/*************************************************************************/
/* */
/* FILE NAME
memory.c
/*
* linux/mm/memory.c
*
* (C) 1991 Linus Torvalds
*/
/*
* demand-loading started 01.12.91 - seems it is high on the list of
* things wanted, and it should be easy to implement. - Linus
*/
memory.h
/*
* NOTE!!! memcpy(dest,src,n) assumes ds=es=normal data segment. This
* goes for all kernel functions (ds=es=kernel space, fs=local data,
* gs=null), as well as for all well-behaving user prog
memory.cmd
MEMORY
{
PAGE 0:
VECT : o = 0000h , l = 0040h
EX_ROM : o = 1000h , l = 1000h
PAGE 1:
B2 : o = 0060h , l = 0020h
B1 : o = 0300h , l = 0100h
memory.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="memory"
ProjectDir="c:\5416edulab\lab3-memory\"
ProjectType=Executable
CPUFamily=TM