代码搜索:Capacity

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

代码结果 2,190
www.eeworm.com/read/484851/6575717

m thermospeedhc.m

function T = thermospeedHC(Ea,Estd,walkers,dEtgt,v,e,T,t,P) % Heat capacity thermospeed temperature update method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts.
www.eeworm.com/read/264291/11322746

cpp mac.cpp

#include "h/mac.h" #include Define_Module_Like(SimpleMac,Mac); cBuffer::cBuffer(double size) { capacity = size; used = 0; queue = new cQueue(); } cBuffer::~cBuffer(){} bool cBuffer:
www.eeworm.com/read/258989/11829078

java myvector.java

import java.util.*; public class MyVector extends Vector{ public MyVector(){ super(1,1); // 指定 capacitycapacityIncrement 的取值 } public void addInt(int i){ addElement(new Integer(i
www.eeworm.com/read/258131/11882951

m make.m

% makefile for the CML mex files % % Last updated July 4, 2006 % first clear all the mex files clear Capacity.c clear CapacityTableLookup.c clear ConvEncode.c clear CreateSRandomInterleaver.c
www.eeworm.com/read/232663/14186087

m thermospeedr.m

function T = thermospeedR(Ea,Estd,walkers,dEtgt,v,e,T,t,P) % Heat capacity thermospeed temperature update method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. %
www.eeworm.com/read/232663/14186107

m thermospeedhc.m

function T = thermospeedHC(Ea,Estd,walkers,dEtgt,v,e,T,t,P) % Heat capacity thermospeed temperature update method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts.
www.eeworm.com/read/223481/14639352

m make.m

% makefile for the CML mex files % % Last updated July 4, 2006 % first clear all the mex files clear Capacity.c clear CapacityTableLookup.c clear ConvEncode.c clear CreateSRandomInterleaver.c
www.eeworm.com/read/207184/15280326

m thermospeedr.m

function T = thermospeedR(Ea,Estd,walkers,dEtgt,v,e,T,t,P) % Heat capacity thermospeed temperature update method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. %
www.eeworm.com/read/207184/15280336

m thermospeedhc.m

function T = thermospeedHC(Ea,Estd,walkers,dEtgt,v,e,T,t,P) % Heat capacity thermospeed temperature update method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts.
www.eeworm.com/read/482538/1287652

hh frontdropqueue.hh

#ifndef CLICK_FRONTDROPQUEUE_HH #define CLICK_FRONTDROPQUEUE_HH #include "notifierqueue.hh" CLICK_DECLS /* =c FrontDropQueue FrontDropQueue(CAPACITY) =s storage stores packets in drop-from-front F