代码搜索:Capacity
找到约 2,190 项符合「Capacity」的源代码
代码结果 2,190
www.eeworm.com/read/100529/15872731
h strpool.h
/* strutils.C
* John Viega
*
* Feb 8, 2000
*/
#ifndef __STRPOOL_H__
#define __STRPOOL_H__
void InitStringPool(int capacity, int increment);
void InitStringPool();
int AddStringToPool(char *s);
www.eeworm.com/read/100202/15881061
in makefile.in
# Makefile.in generated automatically by automake 1.1l from Makefile.am
# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundati
www.eeworm.com/read/100201/15881155
in makefile.in
# Makefile.in generated automatically by automake 1.1l from Makefile.am
# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundati
www.eeworm.com/read/136849/5844101
c pwr_disch.c
/*******************************************************************************
*
* pwr_disch.c
*
* Purpose: This file contains functions for battery discharge management.
*
* (C) Texas I
www.eeworm.com/read/312989/3647093
txt att34b0f8bc013c.txt
* The amount by which the capacity of the vector is automatically
* incremented when its size becomes greater than its capacity. If
* the capacity is 0, the capacity
www.eeworm.com/read/312989/3647110
txt op34b0f8bc013e.txt
* Constructs an empty vector with the specified initial capacity and
* capacity increment.
*
* @param initialCapacity the initial capacity of the vector.
* @param
www.eeworm.com/read/188270/8554042
java fastvector.java
//Container Interface
/*
* 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 Softwar
www.eeworm.com/read/388310/8614881
h k9sxx08.h
#ifndef __K9Sxx08_H__
#define __K9Sxx08_H__
void K9Sxx08_Menu(void);
static const struct {
char *name;
U32 id;
U16 pages;
U16 blocks;
U16 capacity;
} smc_info[] = {
{"K9S3208", 0
www.eeworm.com/read/386607/8735693
java testboundedbuffer.java
package net.jcip.examples;
import junit.framework.TestCase;
/**
* TestBoundedBuffer
*
* Basic unit tests for BoundedBuffer
*
* @author Brian Goetz and Tim Peierls
*/
public class TestBoun
www.eeworm.com/read/179336/9360187
m problem_5_3_a.m
%
% Solution for problem 5.3
%
% calculation of curves for beta=5,500
%
clear;
beta = 5;
Nu = [1:10,20:10:100,200:100:1000]; % Number of Users
M = 32; %Number of PPM positions
Ep = 1;