代码搜索:Capacity
找到约 2,190 项符合「Capacity」的源代码
代码结果 2,190
www.eeworm.com/read/484651/1269031
java objectfifo.java
package com.hxyh.sanny.mms.cmcc.base.thread;
public class ObjectFIFO
{
private Object queue[];
private int capacity;
private int size;
private int head;
private int ta
www.eeworm.com/read/482538/1287693
hh msqueue.hh
#ifndef CLICK_MSQUEUE_HH
#define CLICK_MSQUEUE_HH
#include "threadsafequeue.hh"
CLICK_DECLS
/*
* =c
* MSQueue
* MSQueue(CAPACITY)
* =deprecated ThreadSafeQueue
* =s smpclick
* stores packets in
www.eeworm.com/read/475745/1382482
java buffertest2.java
class BufferTest2 {
public static void main(String[] args) {
// 自动产生
StringBuffer buffer= new StringBuffer("How are you?");
//display the information of capacity.
System.out.println(
www.eeworm.com/read/455642/1609753
java buffertest2.java
class BufferTest2 {
public static void main(String[] args) {
// 自动产生
StringBuffer buffer= new StringBuffer("How are you?");
//display the information of capacity.
System.out.println(
www.eeworm.com/read/231442/4716127
java strvect.java
package Calc;
import java.util.*;
public class StrVect {
Vector v = new Vector();
int capacity = -1;
int recno = -1;
int row = -1, col = 1;
boolean FIFO = tru
www.eeworm.com/read/327857/3452671
java edgequeue.java
package twf.weightedgraph.common;
import twf.weightedgraph.Edge;
public class EdgeQueue {
private int capacity;
private Edge[] e;
private int tail, head;
public EdgeQueue(int c) {
if
www.eeworm.com/read/320997/3540463
properties oscache-cachefilter-disablecacheonmethods.properties
# CACHE KEY
cache.key=__oscache_cachefilter_disableCacheOnMethods
# CACHE LISTENERS
cache.event.listeners=com.opensymphony.oscache.extra.ScopeEventListenerImpl
# CACHE SIZE
cache.capacity=10
www.eeworm.com/read/310989/3688359
java cachetest.java
package org.j4me.collections;
import j2meunit.framework.*;
/**
* Tests the Cache class. It is a hashtable with a
* maximum capacity that removes the LRU element when adding
*
www.eeworm.com/read/292741/3941958
java cachetest.java
package org.j4me.collections;
import j2meunit.framework.*;
/**
* Tests the Cache class. It is a hashtable with a
* maximum capacity that removes the LRU element when adding
*
www.eeworm.com/read/268628/4251579
java mylink.java
package myJung2Test.views;
public class MyLink {
static int edgeCount=0;
double capacity; // should be private
double weight; // should be private for good practice
int id;
public MyLink(