代码搜索:Capacity
找到约 2,190 项符合「Capacity」的源代码
代码结果 2,190
www.eeworm.com/read/103425/15733161
java bytefifo.java
public class ByteFIFO extends Object {
private byte[] queue;
private int capacity;
private int size;
private int head;
private int tail;
public ByteFIFO(int cap) {
capacity = ( cap >
www.eeworm.com/read/103425/15733182
java bytefifo.java
public class ByteFIFO extends Object {
private byte[] queue;
private int capacity;
private int size;
private int head;
private int tail;
public ByteFIFO(int cap) {
capacity = ( cap >
www.eeworm.com/read/103425/15733183
java simpleobjectfifo.java
public class SimpleObjectFIFO extends Object {
private Object[] queue;
private int capacity;
private int size;
private int head;
private int tail;
public SimpleObjectFIFO(int cap) {
c
www.eeworm.com/read/103425/15733185
java objectfifo.java
public class ObjectFIFO extends Object {
private Object[] queue;
private int capacity;
private int size;
private int head;
private int tail;
public ObjectFIFO(int cap) {
capacity = (
www.eeworm.com/read/102552/15777499
htm subject_21821.htm
序号:21821 发表者:evergreen 发表日期:2002-11-20 16:29:29
主题:vc下为何#include <vector>undeclared identifier
内容:#include <iostream.h>#include <vector>void main(){&nb
www.eeworm.com/read/102283/15787434
java simpleobjectfifo.java
//import
public class SimpleObjectFIFO extends Object{
private Object[]queue;
private int capacity;
private int size;
private int head;
private int tail;
public SimpleObject
www.eeworm.com/read/188512/8532167
cpp fig18_05.cpp
// Fig. 18.5: Fig18_05.cpp
// Demonstrating member functions related to size and capacity.
#include
using std::cout;
using std::endl;
using std::cin;
using std::boolalpha;
#include
www.eeworm.com/read/188087/8573261
txt readme.txt
Example:
编译:mpicc -o beibao beibao.c -lm
运行:(group_size为处理器个数)
mpirun -np group_size box 这里运行mpirun –np 5 beibao
运行结果:
my_rank 0
knapscack of capacity = 4
Enter number of values:
6
please in
www.eeworm.com/read/388617/8595483
cpp strout.cpp
// strout.cpp -- incore formatting (output)
#include
#include
#include
int main()
{
using namespace std;
ostringstream outstr; // manages a string stream
www.eeworm.com/read/388617/8596533
cpp strout.cpp
// strout.cpp -- incore formatting (output)
#include
#include
#include
int main()
{
using namespace std;
ostringstream outstr; // manages a string stream