代码搜索:Capacity
找到约 2,190 项符合「Capacity」的源代码
代码结果 2,190
www.eeworm.com/read/415068/2138223
h deque.h
#ifndef DEQUE_H
#define DEQUE_H
class Deque
{
public:
Deque();
Deque(const Deque& d);
int size() const;
int capacity() const;
void push_back(int i);
void push_front(int i);
www.eeworm.com/read/370872/2782756
h dns.h
#ifndef DICT_H_
#define DICT_H_
#define WORD_LENGTH 100
#define ARRAY_MAX 100
#define INITIAL_ARRAY_MAX 50
int loadArray(char *inFileName, char ***array, int *count, int *capacity);
c
www.eeworm.com/read/415537/11066234
txt recover a quick erased cd rw.txt
Procedure used to recover data from a quick-erased CD-RW disc
1. Make a file of exactly the size of the cdrw disc's capacity (650MB in my case).
(this step may not be needed)
2. With Nero I cr
www.eeworm.com/read/201189/15413985
htm venues.htm
Table: DBDEMOS - venues.db
Table: DBDEMOS - venues.db
VenueNo
Venue
Capacity
www.eeworm.com/read/168772/9897902
h hard.h
#ifndef _HARD_H_
#define _HARD_H_
#define Hard_init() OK
#define Hard_install() ata_install()
#define Hard_uninstall() h
www.eeworm.com/read/416123/11040872
h hard.h
#ifndef _HARD_H_
#define _HARD_H_
/*_____ I N C L U D E S ____________________________________________________*/
#include "lib_mcu\ide\ideio.h" /* hard disk definition */
www.eeworm.com/read/284617/8913197
h sph_common.h
#ifndef _SPH_COMMON_H_
#define _SPH_COMMON_H_
#include "glg.h"
#define SPH_MALLOC(x) malloc((x))
// #define PRINT_N_INTERACTIONS
//#define PRINT_DIST
#define INITIAL_GRID_CAPACITY 60
//
www.eeworm.com/read/420332/10802869
java testvector1.java
import java.util.Vector;
public class TestVector1{
public static void main(String args[]){
Vector v1 = new Vector();
System.out.println(v1.capacity());
v1.add(new Inte
www.eeworm.com/read/207991/4999701
mil tst1300.mil
setoid(oid(20000000));
# First some procs for convenience:
# - xtable_print(group[oid,oid], str, attr1[oid,a1], attr2[oid,a2], ...)
# print group count table
# - xtable_realloc(bat, capacity): ba
www.eeworm.com/read/162867/10262443
m perform.m
%PERFORM Evaluate the performance of an TEQ in terms of
% SSNR, SNR, geometric SNR, and channel capacity.
% [SS, S, Si, Sg, Mg, Bf, Bm, Rf, Rm, Hw, Fh, Fw, Nc, Fhw] =
% PERFORM(W,B,H,D,Nb,NN,X,N,Ph,P