代码搜索:Capacity
找到约 2,190 项符合「Capacity」的源代码
代码结果 2,190
www.eeworm.com/read/331173/3415042
java algthread.java
/* AlgThread.java */
import java.awt.*;
import java.io.*;
import java.net.*;
import java.util.*;
public class AlgThread extends Thread {
int capacity = 7;
static String[] dataSets = {"Queue
www.eeworm.com/read/276929/4161204
h vector.h
// Common/Vector.h
#ifndef __COMMON_VECTOR_H
#define __COMMON_VECTOR_H
#include "Defs.h"
class CBaseRecordVector
{
void MoveItems(int destIndex, int srcIndex);
protected:
int _capacity;
int _s
www.eeworm.com/read/442656/1755671
py repl.py
from m5 import *
class Repl(SimObject):
type = 'Repl'
abstract = True
class GenRepl(Repl):
type = 'GenRepl'
fresh_res = Param.Int("associativity")
num_pools = Param.Int("capacity
www.eeworm.com/read/428251/1961506
properties cache.properties
#default
default.store=com.osacc.common.cache.store.LRUCacheMap
default.capacity=1000
default.duration=3600
#IndexCache
IndexCache.store=com.osacc.common.cache.store.UnlimitedCacheMap
IndexCac
www.eeworm.com/read/413855/2158124
hh mixedqueue.hh
// -*- c-basic-offset: 4 -*-
#ifndef CLICK_MIXEDQUEUE_HH
#define CLICK_MIXEDQUEUE_HH
#include "notifierqueue.hh"
CLICK_DECLS
/*
=c
MixedQueue
MixedQueue(CAPACITY)
=s storage
stores packets in a FI
www.eeworm.com/read/277545/10628873
h sbc.h
/*H**************************************************************************
* NAME: sbc.h
*----------------------------------------------------------------------------
* Copyright (c) 200
www.eeworm.com/read/254138/12159681
h sbc.h
/*H**************************************************************************
* NAME: sbc.h
*----------------------------------------------------------------------------
* Copyright (c) 200
www.eeworm.com/read/379149/9205958
docbook pos_history.docbook
Position History
Introduction
In its capacity as a source code browser, &kapp; allows the user to quick
www.eeworm.com/read/421666/10713122
sql transp.sql
CREATE DATABASE glpk;
CREATE USER glpk@localhost IDENTIFIED BY 'gnu';
GRANT ALL PRIVILEGES ON glpk.* TO glpk@localhost;
USE glpk;
# production capacity
DROP TABLE transp_capa;
CREATE TABLE transp_capa
www.eeworm.com/read/448428/7533590
h knapsack.h
#define MAXSIZE 26
#define CAPACITY 500
static int Xi[MAXSIZE+1];
static int CurrentXi[MAXSIZE+1];
static int CurrentWeight=0;
static int CurrentValue=0;
static int BestValue=0;
static int