代码搜索:Capacity

找到约 2,190 项符合「Capacity」的源代码

代码结果 2,190
www.eeworm.com/read/268300/11144105

src f34x_msd_scsi.src

; .\F34x_MSD_Scsi.SRC generated from: F34x_MSD_Scsi.c ; COMPILER INVOKED BY: ; C:\Keil\C51\BIN\C51.EXE F34x_MSD_Scsi.c LARGE OPTIMIZE(9,SPEED) BROWSE NOAREGS DEBUG OBJECTEXTEND SRC(.\F34x_MSD
www.eeworm.com/read/312989/3647094

txt op34b0f8bc014e.txt

* Returns the current capacity of this vector. * * @return the current capacity of this vector. * @since JDK1.0
www.eeworm.com/read/312989/3647109

txt op34b0f8bc014a.txt

* Increases the capacity of this vector, if necessary, to ensure * that it can hold at least the number of components specified by * the minimum capacity argument. *
www.eeworm.com/read/385690/8792305

h ufi.h

#ifndef _UFI_H #define _UFI_H #include "DataType.h" #define CBW_SIGNATURE 0x43425355 #define CSW_SIGNATURE 0x53425355 //*******************************************************************
www.eeworm.com/read/183272/9172395

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/183272/9172569

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/372346/9513373

cpp simulation of queue mmcc.cpp

//本程序用于M/M/C/C系统的阻塞率仿真计算 #include "stdio.h" #include "math.h" #define znew (z=36969*(z&65535)+(z>>16)) #define wnew (w=18000*(w&65535)+(w>>16)) #define MWC ((znew
www.eeworm.com/read/364932/9886833

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