代码搜索结果
找到约 10,000 项符合
Memory 的代码
memory.h
#ifndef _EMS_MEMORY_H_H_
#define _EMS_MEMORY_H_H_
#ifndef TRUE
#define TRUE 1
#endif
#ifndef FALSE
#define FALSE 0
#endif
#include "stdlib.h"
#include "dos.h"
#include "stdio.h"
#inclu
memory.log
:::::::::::::::::::::::::::::::::::::::::::::::::::::
2009-02-26 15:25:18
程序运行时间: 0 小时 0 分 5 秒。
替换内存管理器前已分配 79 处内存。
可用地址空间: 1024 千字节
未提交部分: 1008 千字节
已提交部分: 16 千字节
空闲部分: 13 千字节
已分配部分: 2 千字节
memory.h
/****************************************************************************\
Copyright (c) 2002, NVIDIA Corporation.
NVIDIA Corporation("NVIDIA") supplies this software to you in
consideration
memory.c
/****************************************************************************\
Copyright (c) 2002, NVIDIA Corporation.
NVIDIA Corporation("NVIDIA") supplies this software to you in
consideration
memory.java
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import java.util.LinkedList;
public class Memory extends JFrame implements ActionListener
{
JMenuBar bar;
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
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.v
/*`timescale 1ns/1ps
module memory(mem_out,mem_in,mem_address,RW);
parameter width=8;
output[width-1:0] mem_out;
input [width-1:0] mem_in;
input [width-1:0] mem_address;
input