代码搜索结果
找到约 10,000 项符合
Memory 的代码
memory_dump
64 MB:
0x00: 80 08 04 0c 09 01 40 00 01 a0 60 00 80 08 00 01
0x10: 8f 04 04 01 01 00 06 a0 60 00 00 14 10 14 2d 10
0x20: 20 10 20 10 00 00 00 00 00 00 00 00 00 00 00 00
0x30: 00 00 00 00 00 00 00 00 0
memory.java
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
import java.util.*;
public class memory extends MIDlet implements CommandListener
{
Display dis;
Form frm1,frm2;
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.cpp
#include "runner.h"
UINT32 g_dwMemAlloc = 0; //总分配内存
UINT32 g_dwMemPeak = 0; //最高使用内存
void AddMemory(void *mem , UINT32 size)
{
if(mem==NULL)
{
memory.c
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*
memory.h
/* memory.h
Copyright 1998, 2001 Red Hat, Inc.
This file is part of Cygwin.
This software is a copyrighted work licensed under the terms of the
Cygwin license. Please consult the file "CYGWIN_L
memory.h
/***
*memory.h - declarations for buffer (memory) manipulation routines
*
* Copyright (c) 1985-1988, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This include file contains the
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
/*
* memory.c: memory test routines for the blob bootloader
*
* Copyright (C) 2001 Erik Mouw (J.A.K.Mouw@its.tudelft.nl)
*
* This program is free software; you can redistribute it and/or mo
memory.h
/*
* memory.h: header file for memory.c
*
* Copyright (C) 2001 Erik Mouw (J.A.K.Mouw@its.tudelft.nl)
*
* This program is free software; you can redistribute it and/or modify
* it under th