代码搜索结果
找到约 10,000 项符合
Memory 的代码
memory.c
/* ======================================================================== */
/* Copyright 2006 by Wintech Digital System Technology Corp. */
/* All rights reserved. Property of Tex
memory.cpp
// F0603036 林毅 5060309900
#include
#include
#include
struct map {
unsigned m_size;
char *m_addr;
struct map *prior,*next;
}
memory.c
/*
+----------------------------------------------------------------------+
| |
| OCILIB - C Dri
memory.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ICETEK-VC5509-EDULab\Lab0201-Memory\"
ProjectType=Executable
CPUFamily=TMS320C55XX
memory.c
main()
{
int i;
unsigned int * px;
unsigned int * py;
unsigned int * pz;
px=(unsigned int *)0x4080; // 字地址,字节地址为8100H
py=(unsigned int *)0x4100; // 字地址,字节地址为8200H
for ( i=0,pz=px;i
memory.map
******************************************************************************
TMS320C55x COFF Linker PC Version 2.56
*******************************************************