代码搜索结果
找到约 10,000 项符合
Memory 的代码
memory.plg
礦ision3 Build Log
Project:
E:\XrEmbedded\Z2148B\Software\Example.sp\5.1 - USBMem\Memory.uv2
Project File Date: 05/05/2008
Output:
Build target
memory.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
memory.vhd
-- ============================================================
-- File Name: memory.vhd
-- ============================================================
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL
memory.html
<memory>
<memory>
Include the STL
standard header
memory.bas
Attribute VB_Name = "Memory"
Public mmu(1 To 512) As String * 1 '用数组模拟内存
Public Type mcbdef '定义一个表示内存的对象
flag As Boolean '标志位
Star
memory.h
// Memory.h: interface for the CMemory class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MEMORY_H__C18D22CE_D7CD_40DB_AB31_38CF60EB3DA8__INCLUDED_)
memory.cpp
// Memory.cpp: implementation of the CMemory class.
//
//////////////////////////////////////////////////////////////////////
#include "Memory.h"
#include
///////////////////////////