代码搜索:Capacity
找到约 2,190 项符合「Capacity」的源代码
代码结果 2,190
www.eeworm.com/read/381758/2641382
java alarmclock.java
public class AlarmClock {
static final int MAX_CAPACITY = 10;
static final int UNUSED = -1;
static final int NOROOM = -1;
private Sleeper[] sleepers = new Sleeper[MAX_CAPACITY];
www.eeworm.com/read/359048/2981055
java alarmclock.java
public class AlarmClock {
static final int MAX_CAPACITY = 10;
static final int UNUSED = -1;
static final int NOROOM = -1;
private Sleeper[] sleepers = new Sleeper[MAX_CAPACITY];
www.eeworm.com/read/374163/9419294
fdprm
# /etc/fdprm - floppy disk parameter table
# Common disk formats. Names are of the form
# actual media capacity/maximum drive capacity
# (Note: although 5.25" HD drives can format disks at 1.44M,
www.eeworm.com/read/167515/9966841
c iterator.c
/*
*/
#include "defs.H"
const int DEFAULT_LIST_CAPACITY = 100;
template class Iterator;
/*
*/
template
class List {
public:
List(long size = DEFAULT_LIST_CAPACITY);
/*
*/
www.eeworm.com/read/448428/7533596
h knapsack.h
#define MAXSIZE 26
#define CAPACITY 500
typedef struct{
int Weight[MAXSIZE+1];
int Value[MAXSIZE+1];
int Capacity;
}KNAPSACK;
typedef struct{
int weight;
int value;
}ITEM;
static
www.eeworm.com/read/245905/12772759
c iterator.c
/*
*/
#include "defs.H"
const int DEFAULT_LIST_CAPACITY = 100;
template class Iterator;
/*
*/
template
class List {
public:
List(long size = DEFAULT_LIST_CAPACITY);
/*
*/
www.eeworm.com/read/141335/13021120
java arrayqueue2.java
public class ArrayQueue2 implements Queue
{
public static final int CAPACITY = 1000;
private int N, f, r;
private Object Q[];
private int _size;
public ArrayQueue2()
{
this(CAPACITY
www.eeworm.com/read/241496/13139121
c iterator.c
/*
*/
#include "defs.H"
const int DEFAULT_LIST_CAPACITY = 100;
template class Iterator;
/*
*/
template
class List {
public:
List(long size = DEFAULT_LIST_CAPACITY);
/*
*/
www.eeworm.com/read/306178/3750576
000 bboard.000
// bboard.c
#include
#define BOARD_CAPACITY query("capacity")
inherit ITEM;
inherit F_SAVE;
void setup()
{
string loc;
if( stringp(loc = query("location")) )
move(loc);
www.eeworm.com/read/306178/3750579
1000 bboard.1000
// bboard.c
#include
#define BOARD_CAPACITY query("capacity")
inherit ITEM;
inherit F_SAVE;
void setup()
{
string loc;
if( stringp(loc = query("location")) )
move(loc);