代码搜索:Memory

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

代码结果 10,000
www.eeworm.com/read/475798/6778541

pjt memory.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="F:\5509Alicheng\VC5509AS80\Lab0201-Memory\" ProjectType=Executable CPUFamily=TMS320C5
www.eeworm.com/read/475798/6778545

c memory.c

main() { long int i; unsigned long int * px; unsigned long int * py; unsigned long int * pz; px=(unsigned long int *)0x8080; // 字地址,字节地址为8100H py=(unsigned long int *)0xA001; // 字地址,
www.eeworm.com/read/475798/6778546

out memory.out

www.eeworm.com/read/475798/6778547

obj memory.obj

www.eeworm.com/read/475798/6778548

map memory.map

****************************************************************************** TMS320C55x COFF Linker PC Version 2.56 *******************************************************
www.eeworm.com/read/475798/6778549

paf memory.paf

www.eeworm.com/read/475798/6778550

wks memory.wks

www.eeworm.com/read/474523/6811617

h memory.h

/* * This file is part of the Mingw32 package. * * memory.h maps to the standard string.h header. */ #ifndef __STRICT_ANSI__ #include #endif
www.eeworm.com/read/473341/6851355

c 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 */
www.eeworm.com/read/473341/6851386

h 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