代码搜索:Capacity

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

代码结果 2,190
www.eeworm.com/read/180383/9310609

cpp figure1-4.cpp

#include #include #include #include // greater using namespace std; template void printVector(char *s, const vector& v) { cout
www.eeworm.com/read/179954/9329376

cpp vector1.cpp

/* The following code example is taken from the book * "The C++ Standard Library - A Tutorial and Reference" * by Nicolai M. Josuttis, Addison-Wesley, 1999 * * (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/164790/10088099

c stringprocess.c

#include "StringProcess.h" #include #include PXML_String CreateXML_String() { PXML_String pXmlString = malloc(sizeof(XML_String)); if(pXmlString == NULL) return NULL;
www.eeworm.com/read/163503/10156802

cpp main.cpp

#include #include #include #include #include using namespace std; int main(int argc, char *argv[]) { vector ivec; cout
www.eeworm.com/read/426147/10282659

cpp main.cpp

#include #include using namespace std; void print(vector& v); int main(void){ using namespace std; vector v; print(v); //添加5个元素 v.push_back(1); v.push
www.eeworm.com/read/161842/10365644

h stack.h

// Stack.h: interface for the Stack class. // ////////////////////////////////////////////////////////////////////// #ifndef STACKT #define STACKT #define STACK_CAPACITY 100 template
www.eeworm.com/read/424063/10499153

m ip_08_01.m

% MATLAB script for Illustrative Problem 1, Chapter 8. echo on gamma_db=[-20:0.1:20]; gamma=10.^(gamma_db./10); p_error=q(sqrt(2.*gamma)); capacity=1.-entropy2(p_error); pause % Press a key to
www.eeworm.com/read/424063/10499204

m ip_08_04.m

% MATLAB script for Illustrative Problem 4, Chapter 8. echo on a_db=[-13:0.5:13]; a=10.^(a_db/10); c_hard=1-entropy2(q(a)); for i=1:53 f(i)=quad('il3_8fun',a(i)-5,a(i)+5,1e-3,[],a(i)); g(
www.eeworm.com/read/423536/10552789

m ip_08_01.m

% MATLAB script for Illustrative Problem 1, Chapter 8. echo on gamma_db=[-20:0.1:20]; gamma=10.^(gamma_db./10); p_error=q(sqrt(2.*gamma)); capacity=1.-entropy2(p_error); pause % Press a key to
www.eeworm.com/read/423536/10552843

m ip_08_04.m

% MATLAB script for Illustrative Problem 4, Chapter 8. echo on a_db=[-13:0.5:13]; a=10.^(a_db/10); c_hard=1-entropy2(q(a)); for i=1:53 f(i)=quad('il3_8fun',a(i)-5,a(i)+5,1e-3,[],a(i)); g(