代码搜索:Capacity
找到约 2,190 项符合「Capacity」的源代码
代码结果 2,190
www.eeworm.com/read/127767/14337281
txt e158. creating a bytebuffer.txt
A ByteBuffer is a fixed-capacity buffer that holds byte values. This example demonstrates a number of ways to create a ByteBuffer.
See also e159 Getting Bytes from a ByteBuffer and e160 Putting Byte
www.eeworm.com/read/229127/14352321
h istack.h
#ifndef ISTACK_H
#define ISTACK_H
#include
using std::vector;
#include "stckexcp.h"
class iStack {
public:
iStack( int capacity )
: _stack( capacity ), _to
www.eeworm.com/read/126507/14418666
h istack.h
#ifndef ISTACK_H
#define ISTACK_H
#include
using std::vector;
#include "stckexcp.h"
class iStack {
public:
iStack( int capacity )
: _stack( capacity ), _to
www.eeworm.com/read/126184/14439425
h nobloat.h
//: C05:Nobloat.h
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the file 'Li
www.eeworm.com/read/126184/14439458
cpp temptemp.cpp
//: C05:TempTemp.cpp
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the file
www.eeworm.com/read/124791/14543870
cpp chapter6-6.cpp
//文件名:CHAPTER6-6.cpp
#pragma warning(disable:4786)
#include
#include
using namespace std ;
typedef vector INTVECTOR;
void main()
{
INTVECTOR thevector;
thevec
www.eeworm.com/read/223105/14657999
cpp chapter6-6.cpp
//文件名:CHAPTER6-6.cpp
#pragma warning(disable:4786)
#include
#include
using namespace std ;
typedef vector INTVECTOR;
void main()
{
INTVECTOR thevector;
thevec
www.eeworm.com/read/122800/14667965
c treenode.c
/* treenode.c - Functions for hierarchical word distributions. */
/* Copyright (C) 1997, 1998, 1999 Andrew McCallum
Written by: Andrew Kachites McCallum
This file is pa
www.eeworm.com/read/222743/14677279
h nobloat.h
//: C05:Nobloat.h
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the file 'Li
www.eeworm.com/read/222743/14677301
cpp temptemp.cpp
//: C05:TempTemp.cpp
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the file