代码搜索结果

找到约 10,000 项符合 Memory 的代码

memory.v

module memory(data_in,data_out,mem_write_addr,mem_read_addr,clock,rst); input [3:0] data_in; output [3:0] data_out; input [3:0] mem_write_addr; input [3:0] mem_read_addr; input cl

memory.h

/** * Memory - Facilitates storing predicates and stuff * * @author Jonathan Roewen */ #ifndef MEMORY_H #define MEMORY_H #include using namespace std; #include "Database.h"

memory.cpp

/** * Memory - Stores predicates about the user * * @author Jonathan Roewen */ #include "Memory.h" #include "Utils.h" #include "StringTokenizer.h" #include //? using name

memory.c

/* * system.c: implement the routes used to access memory under * DEBUG state. * * Copyright (C) 2004, OPEN-JTAG, All rights reserved. */ #include #include "../types.h" #

memory.h

/*** *memory.h - declarations for buffer (memory) manipulation routines * * Copyright (c) 1985-1990, Microsoft Corporation. All rights reserved. * *Purpose: * This include file contains the fun

memory.c~

/*! @file memory.c * \brief Precision-independent memory-related routines * * * -- SuperLU routine (version 2.0) -- * Univ. of California Berkeley, Xerox Palo Alto Research Center, * and L

memory.c

/*! @file memory.c * \brief Precision-independent memory-related routines * * * -- SuperLU routine (version 2.0) -- * Univ. of California Berkeley, Xerox Palo Alto Research Center, * and L

memory.c

/* * linux/mm/memory.c * * (C) 1991 Linus Torvalds */ /* * demand-loading started 01.12.91 - seems it is high on the list of * things wanted, and it should be easy to implement. - Linus */

memory.h

/* * NOTE!!! memcpy(dest,src,n) assumes ds=es=normal data segment. This * goes for all kernel functions (ds=es=kernel space, fs=local data, * gs=null), as well as for all well-behaving user prog