代码搜索结果
找到约 10,000 项符合
Memory 的代码
memory.cpp
/*
Copyright (c) 2008 TrueCrypt Foundation. All rights reserved.
Governed by the TrueCrypt License 2.5 the full text of which is contained
in the file License.txt included in TrueCrypt binary
memory.h
/* -*- Mode: C++ -*- */
/* Memory.h
* CMUnited99 (soccer client for Robocup99)
* Peter Stone
* Computer Science Department
* Carnegie Mellon University
* Copyright (C) 1999 P
memory.c
/* -*- Mode: C++ -*- */
/* Memory.C
* CMUnited99 (soccer client for Robocup99)
* Peter Stone
* Computer Science Department
* Carnegie Mellon University
* Copyright (C) 1999 P
memory.c
/*
miniTOS V0.1.4 1998-2004 (c) 林良水 (Lin LS)
miniTOS是一个开放源码的软件,授权LGPL,但开发人员不保证本软件的可靠性,
以及对您的损失负任何责任。
www.minitos.com
本文实现动态内存管理。
create by Lin LS ,2003.12
Bug report: mail to (林良水
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