代码搜索:Capacity
找到约 2,190 项符合「Capacity」的源代码
代码结果 2,190
www.eeworm.com/read/245905/12772850
old list.h.old
#ifndef List_H
#define List_H
#include "defs.H"
const long DEFAULT_LIST_CAPACITY = 200;
template
class Iterator {
public:
virtual void First() = 0;
virtual void Next() = 0;
www.eeworm.com/read/241496/13139181
old list.h.old
#ifndef List_H
#define List_H
#include "defs.H"
const long DEFAULT_LIST_CAPACITY = 200;
template
class Iterator {
public:
virtual void First() = 0;
virtual void Next() = 0;
www.eeworm.com/read/447907/1692903
c block.c
/*
** Copyright 2002, Thomas Kurschel. All rights reserved.
** Distributed under the terms of the NewOS License.
*/
#include "scsi_periph_int.h"
#include
int scsi_check_capacity( scsi_d
www.eeworm.com/read/345992/3194390
fs mib.fs
BEGIN {
printf "%-20.20s %6.6s %6.6s %6.6s %8.8s %-20.20s\n",
"Filesystem", "kbytes", "used", "avail", "capacity", "Mounted on";
didone = 0;
for (i in fsIdentifier) {
didone = 1;
kb
www.eeworm.com/read/315091/3624379
h 7zbuffer.h
/* 7zBuffer.h */
#ifndef __7Z_BUFFER_H
#define __7Z_BUFFER_H
#include
#include "../../Types.h"
typedef struct _CSzByteBuffer
{
size_t Capacity;
Byte *Items;
}CSzByteBuffe
www.eeworm.com/read/297604/3886624
h 7zbuffer.h
/* 7zBuffer.h */
#ifndef __7Z_BUFFER_H
#define __7Z_BUFFER_H
#include
#include "../../Types.h"
typedef struct _CSzByteBuffer
{
size_t Capacity;
Byte *Items;
}CSzByteBuffe