代码搜索结果
找到约 79,096 项符合
Memory 的代码
memory.lst
A51 MACRO ASSEMBLER MEMORY 09/10/2005 17:11:41 PAGE 1
MACRO ASSEMBLER A51 V6.02
OBJECT MODULE PLACED IN d:\2005_09\memory.OBJ
memory.v
`include "defines.v"
module memory
(
data ,
addr ,
read ,
write
);
inout [7:0] data ;
input [4:0] addr ;
input read ;
input write ;
reg [7:0] memory [0:31] ;
assign data =
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.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="flash_p"
ProjectDir="D:\ti28\myprojects\MEMORY\"
ProjectType=Executable
CPUFamily=T
memory.htm
Linux/mm/memory.c
memory.htm
Linux/include/asm/memory.h
virtual memory alloctor.dsp
# Microsoft Developer Studio Project File - Name="Virtual memory alloctor" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYP
virtual memory alloctor.plg
Build Log
--------------------Configuration: Virtual memory alloctor - Win32 Debug--------------------
Command Lines
Creating command line "rc.
virtual memory alloctor.cpp
// Virtual memory alloctor.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Virtual memory alloctor.h"
#include "Virtual memory alloctorDlg.h"
#ifdef _D