代码搜索:Storage
找到约 10,000 项符合「Storage」的源代码
代码结果 10,000
www.eeworm.com/read/316707/13518471
asm ipc1.asm
#ipc1.asm---------------------------------------------
.PB main
.PV buffer -40
.PV mutex -64
#allocate local storage on stack
PUSHQ $FP
MOV $FP,$SP
LQI $R7,64
SUB $SP,$SP,$R7
#set name o
www.eeworm.com/read/316353/13524146
h enhancedsafearray.h
//This is the exam one of ssd5.
//The author is liqinwei.
//2007_11_1.
#ifndef ENHANCEDSAFEARRAY_H
#define ENHANCEDSAFEARRAY_H
#include "safearray.h"
using namespace std;
template
www.eeworm.com/read/314892/13556740
java queue.java
abstract class ObjectStorage{
int objectnum=0;
Object storage[] = new Object[100];
abstract void put(Object o); //注意: 没有大括弧("{}")
abstract Object get();
}
class Stack extends ObjectStora
www.eeworm.com/read/314892/13556812
txt 5-12.txt
程序5-12
abstract class ObjectStorage{
int objectnum=0;
Object storage[] = new Object[100];
abstract void put(Object o); //注意: 没有大括弧("{}")
abstract Object get();
}
class Stack extends Obj
www.eeworm.com/read/313151/13595126
java genericcast32.java
// generics/GenericCast32.java
// TIJ4 Chapter Genericss, Exercise 32, page 699
/*
* Verify that FixedSizeStack in GenericCast.java generates exceptions
* if you try to go out of its bounds. Does
www.eeworm.com/read/313151/13595147
java genericcast33.java
// generics/GenericCast33.java
// TIJ4 Chapter Generics, Exercise 33, page 699
// Repair GenericCast.java using an ArrayList.
import java.util.*;
class VariableSizeStack {
private ArrayLis
www.eeworm.com/read/313151/13595410
java storagetest.java
// object/StorageTest.java
// TIJ4 Chapter Object, Exercise 6, page 90
// Write a program that includes and calls the storage() method defined as a
// code fragment in this chapter.
public class
www.eeworm.com/read/312682/13606412
plg bookmaster.plg
Build Log
--------------------Configuration: BookMaster - Win32 Debug--------------------
Command Lines
Creating temporary file "l:\TEMP\RSP24B
www.eeworm.com/read/309649/13666858
c mdalloc.c
/* +++Date last modified: 05-Jul-1997 */
/* Written by Blair Haukedal 91/09 and placed in the public domain */
/* mdalloc - a multi dimensional array allocator
* mdfree - a companion func