代码搜索:Capacity
找到约 2,190 项符合「Capacity」的源代码
代码结果 2,190
www.eeworm.com/read/168218/9933664
cpp bestfit.cpp
// best fit bin packing
#include
#include
#include "xcept.h"
class BinNode {
friend void BestFitPack(int *, int, int);
friend ostream& operator
www.eeworm.com/read/166883/9991661
h computer.h
#include
using std::cin;
using std::cout;
using std::endl;
class Ram
{
public:
Ram();
Ram(Ram &ram);
~Ram();
int getCap();
int getFre();
private:
int capacity;
int
www.eeworm.com/read/358682/10182031
cpp str2.cpp
// str2.cpp -- capacity() and reserve()
#include
#include
int main()
{
using namespace std;
string empty;
string small = "bit";
string larger = "Elephants a
www.eeworm.com/read/358191/10194250
cpp bestfit.cpp
// best fit bin packing
#include
#include
#include "xcept.h"
class BinNode {
friend void BestFitPack(int *, int, int);
friend ostream& operator
www.eeworm.com/read/162078/10340108
cpp vector2.cpp
#ifdef __BCPLUSPLUS__
#include
#include
#else
#include
#include
#endif
using namespace std;
typedef vector INTVECTOR;
void main(void)
{
www.eeworm.com/read/354216/10375715
java cflist.java
// Decompiled by Jad v1.5.8e2. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://kpdus.tripod.com/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi space
// Source File Name:
www.eeworm.com/read/161587/10394035
cpp bestfit.cpp
// best fit bin packing
#include
#include
#include "xcept.h"
class BinNode {
friend void BestFitPack(int *, int, int);
friend ostream& operator
www.eeworm.com/read/160819/10495569
h tvector.h
#ifndef _AVECTOR_H
#define _AVECTOR_H
// *******************************************************************
// based on the Vector class in Tapestry, first edition
// and on the AP vector class
www.eeworm.com/read/160819/10495991
cpp growdemo.cpp
#include
#include
using namespace std;
#include "prompt.h"
#include "tvector.h"
#include "worditer.h"
#include "ctimer.h"
// show differences between push_back and calli
www.eeworm.com/read/278058/10577353
cpp str2.cpp
// str2.cpp -- capacity() and reserve()
#include
#include
int main()
{
using namespace std;
string empty;
string small = "bit";
string larger = "Elephants a