代码搜索结果
找到约 79,096 项符合
Memory 的代码
memory.h
/* Memory.h - Memory mappings and remapping functions declarations */
/* Copyright - Galileo technology. */
#ifndef __INCmemoryh
#define __INCmemoryh
/* includes */
#include "core.h"
/* defines *
memory clockί
礦ision Build Log
Project:
E:\KeilExamples\Memory Clock最终版\P1.uvproj
Project File Date: 10/27/2012
Output:
memory.v
// Copyright Model Technology, a Mentor Graphics
// Corporation company 2003, - All rights reserved.
`timescale 1 ns / 1 ns
module memory(clk, addr, data, rw, strb, rdy);
input clk, addr, rw, s
memory.v
// Copyright Model Technology, a Mentor Graphics
// Corporation company 2003, - All rights reserved.
`timescale 1 ns / 1 ns
module memory(clk, addr, data, rw, strb, rdy);
input clk, addr, rw, s
memory.inc
LIST
; MEMORY.INC Standard Header File, Version 1.02 Microchip Technology, Inc.
NOLIST
; This header file defines the maximum byte address for memory devices.
; To use MPAS
memory.c
/********************************************************************
*
* PIC24F Serial Bootloader
*
*********************************************************************
* FileName: memory.c
*
memory
// memory standard header
#if _MSC_VER > 1000
#pragma once
#endif
#ifndef _MEMORY_
#define _MEMORY_
#include
#ifdef _MSC_VER
#pragma pack(push,8)
#endif /* _MSC_VER */
memory.h
/***
*memory.h - declarations for buffer (memory) manipulation routines
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This include file conta
memory.c
/*********************************************************************
* Copyright (c) 2011-2012,李士伟
* All rights reserved.
*文 件 名:memory.c
*描 述:可变分区内存管理,最
memory.h
/*********************************************************************
* Copyright (c) 2011-2012,李士伟
* All rights reserved.
*文 件 名:memory.h
*描 述:内存管理头文件
*