代码搜索:Capacity
找到约 2,190 项符合「Capacity」的源代码
代码结果 2,190
www.eeworm.com/read/364932/9887038
c sizepipe.c
#include "apue.h"
#include
int
main(void)
{
int i, n;
int fd[2];
if (pipe(fd) < 0)
err_sys("pipe error");
set_fl(fd[1], O_NONBLOCK);
/*
* Write 1 byte at a time until pipe is ful
www.eeworm.com/read/274718/10856735
cpp 10_6.cpp
#include
#include
#include
#include
using namespace std;
int main()
{ vector StrVector; //为字符串创建空的向量
StrVector.reserve(5); //为五个元素分配向量存储空间
//
www.eeworm.com/read/416432/11025632
c queue.c
/* ****ROBOCON 2009 | BUPT TEAM*******
* ------------------------------------------------------------------------
* FileName : queue.c
* Version : 0.1
* Brief : Queue
www.eeworm.com/read/464646/7067084
txt error.txt
When the program run to "if (size > (capacity - 1))" the size = 10,it seems that the word_list array isnot enough, word_list array expand as twice, it use for put the 10 pieces of data into the new_wo
www.eeworm.com/read/104775/7071739
cpp sharray.cpp
///////////////////////////////////////////////////////////////////////////////
// $Header: /shorthand/src/sharray.cpp 2 2/08/03 6:40a Arm $
//---------------------------------------------------
www.eeworm.com/read/289562/7805575
17 figc.17
#include "apue.h"
#include
int
main(void)
{
int i, n;
int fd[2];
if (pipe(fd) < 0)
err_sys("pipe error");
set_fl(fd[1], O_NONBLOCK);
/*
* Write 1 byte at a time until pipe is ful
www.eeworm.com/read/289562/7805704
c sizepipe.c
#include "apue.h"
#include
int
main(void)
{
int i, n;
int fd[2];
if (pipe(fd) < 0)
err_sys("pipe error");
set_fl(fd[1], O_NONBLOCK);
/*
* Write 1 byte at a time until pipe is ful
www.eeworm.com/read/198616/7922723
17 figc.17
#include "apue.h"
#include
int
main(void)
{
int i, n;
int fd[2];
if (pipe(fd) < 0)
err_sys("pipe error");
set_fl(fd[1], O_NONBLOCK);
/*
* Write 1 byte at a time until pipe is ful
www.eeworm.com/read/198616/7923073
c sizepipe.c
#include "apue.h"
#include
int
main(void)
{
int i, n;
int fd[2];
if (pipe(fd) < 0)
err_sys("pipe error");
set_fl(fd[1], O_NONBLOCK);
/*
* Write 1 byte at a time until pipe is ful
www.eeworm.com/read/332098/12779534
17 figc.17
#include "apue.h"
#include
int
main(void)
{
int i, n;
int fd[2];
if (pipe(fd) < 0)
err_sys("pipe error");
set_fl(fd[1], O_NONBLOCK);
/*
* Write 1 byte at a time until pipe is ful