代码搜索结果
找到约 10,000 项符合
Memory 的代码
memory.h
/*
* FILE: memory.h
* PROGRAM: RAT
* AUTHOR: Isidor Kouvelas + Colin Perkins + Orion Hodson
*
* $Revision: 1.7 $
* $Date: 2001/04/01 22:18:47 $
*
* Copyright (c) 1995-2000 Universi
memory.c
/*
* FILE: memory.c
* AUTHORS: Isidor Kouvelas / Colin Perkins / Mark Handley / Orion Hodson
*
* $Revision: 1.20 $
* $Date: 2002/04/01 20:19:01 $
*
* Copyright (c) 1995-2000 Universi
memory.c
/*
* vivi/lib/memory.c:
*
* Copyright (C) 2002 MIZI Research, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License
memory.h
/*
* vivi/include/memory.h
*
* Copyright (C) 2001,2002 MIZI Research, Inc.
*
* $Id: memory.h,v 1.1.1.1 2004/02/04 06:22:25 laputa Exp $
*/
#ifndef __VIVI_MEMORY_H__
#define __VIVI_MEMORY_H__
#
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
/*
memory.c
memory-related library functions.
Note on "physical" versions of functions...
Non-"physical" versions can be used by machines that return
pointer values that match actual a
memory.vbw
Form1 = 113, 28, 560, 427, C, 0, 0, 0, 0, C
Declares = 79, 118, 524, 517, C
Form2 = 190, 64, 637, 463, , 0, 0, 0, 0, C
vs = 127, 241, 574, 640, C, 0, 0, 0, 0, C
memory.vbp
Type=Exe
Form=Form1.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\WINDOWS\system32\stdole2.tlb#OLE Automation
Module=Declares; Declares.bas
Object={831FDD16-0C5C-11D2-A
memory.cs
using System;
using System.Runtime.InteropServices;
namespace PInvokeLibrary
{
///
/// Contains methods for allocating and freeing memory.
///
public class Memory
{