代码搜索:Capacity
找到约 2,190 项符合「Capacity」的源代码
代码结果 2,190
www.eeworm.com/read/305650/13763879
java simplecollection.java
public class SimpleCollection {
private Object[] objArr;
private int index=0;
public SimpleCollection() {
objArr = new Object[10];
}
public SimpleC
www.eeworm.com/read/303558/13812628
m ip_08_03.m
% MATLAB script for Illustrative Problem 8.3.
clear
echo on
a_db=[-20:0.2:20];
a=10.^(a_db/10);
for i=1:201
f(i)=quad('il3_8fun',a(i)-5,a(i)+5,1e-3,[],a(i));
g(i)=quad('il3_8fun',-a(i)-5,-a
www.eeworm.com/read/302336/13837514
java simplecollection.java
public class SimpleCollection {
private Object[] objArr;
private int index=0;
public SimpleCollection() {
objArr = new Object[10];
}
public SimpleC
www.eeworm.com/read/151896/5678349
properties oscachediskandmemory.properties
# CACHE IN MEMORY
cache.memory=true
# CACHE SIZE
cache.capacity=100
# CACHE PERSISTENCE CLASS
cache.persistence.class=com.opensymphony.oscache.plugins.diskpersistence.DiskPersistenceListener
www.eeworm.com/read/149476/5699216
c 7zbuffer.c
/* 7zBuffer.c */
#include "7zBuffer.h"
#include "7zAlloc.h"
void SzByteBufferInit(CSzByteBuffer *buffer)
{
buffer->Capacity = 0;
buffer->Items = 0;
}
int SzByteBufferCreate(CSzByteBu
www.eeworm.com/read/144216/5752689
scan_df
#!/usr/bin/perl -P
# $RCSfile: scan_df,v $$Revision: 4.1 $$Date: 92/08/07 17:20:33 $
# This report points out filesystems that are in danger of overflowing.
(chdir '/usr/adm/private/memories') || d
www.eeworm.com/read/144084/5753252
sgml endpointconfig.sgml
Configuration Par Terminal
En plus des options standards du fichier de configuration, des paramètres de
www.eeworm.com/read/144084/5753268
sgml endpointconfig.sgml
Configuraci髇 Por-Terminal
Para las opciones del fichero de configuraci髇 est醤dar, atributos de configuraci髇
por terminal pueden ser especificados en el fichero de confi
www.eeworm.com/read/143622/5756175
java lastconnections.java
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
*
www.eeworm.com/read/138727/5814874
c 7zbuffer.c
/* 7zBuffer.c */
#include "7zBuffer.h"
#include "7zAlloc.h"
void SzByteBufferInit(CSzByteBuffer *buffer)
{
buffer->Capacity = 0;
buffer->Items = 0;
}
int SzByteBufferCreate(CSzByteBu