代码搜索结果
找到约 10,000 项符合
Memory 的代码
memory.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
memory.plg
Build Log
--------------------Configuration: Memory - Win32 Debug--------------------
Command Lines
Creating temporary file "D:\DOCUME~1\fuzzya
memory.h
#ifndef __MEMORY_H__
#define __MEMORY_H__
extern void Edit_Memory(void);
extern void Dump_Memory(void);
#endif /*__MEMORY_H__*/
memory.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ti6000\myprojects\ICETEK-C6713-A\Lab03-Memory\"
ProjectType=Executable
CPUFamily=T
memory.cmd
-w
-l rts6701.lib
-stack 400h
-heap 400h
MEMORY
{
BOOT_RAM : o=0,l=800h
VECS : o=800h,l=800h
IRAM : o=1000h,l=0x0002efff
}
SECTIONS
{
.bootload :> BOOT_RAM
memory.c
#include "stdio.h"
#define EMIF_GCTL 0x01800000
#define EMIF_CE1 0x01800004
#define EMIF_CE0 0x01800008
#define EMIF_CE2 0x01800010
#define EMIF_CE3 0x01800014
memory.java
import java.util.Hashtable;
import java.util.Iterator;
import java.util.Map;
import java.io.*;
public class Memory {
private static Hashtable state = new Hashtable();
public static Expression re