代码搜索:Capacity
找到约 2,190 项符合「Capacity」的源代码
代码结果 2,190
www.eeworm.com/read/252197/12294081
m ip_08_03.m
% MATLAB script for Illustrative Problem 8.3.
clear
echo on
a_db=[-20:0.2:20];
a=10.^(a_db/10);
for i=1:201
f(i)=quad('il3_8fun',a(i)-5,a(i)+5,1e-3,[],a(i));
g(i)=quad('il3_8fun',-a(i)-5,-a
www.eeworm.com/read/337096/12391520
cpp str2.cpp
// str2.cpp -- capacity() and reserve()
#include
#include
int main()
{
using namespace std;
string empty;
string small = "bit";
string larger = "Elephants a
www.eeworm.com/read/148696/12441944
cpp vector2.cpp
#ifdef __BCPLUSPLUS__
#include
#include
#else
#include
#include
#endif
using namespace std;
typedef vector INTVECTOR;
void main(void)
{
www.eeworm.com/read/132141/14107070
cpp bestfit.cpp
// best fit bin packing
#include
#include
#include "xcept.h"
class BinNode {
friend void BestFitPack(int *, int, int);
friend ostream& operator
www.eeworm.com/read/128628/14287424
cpp vector2.cpp
#ifdef __BCPLUSPLUS__
#include
#include
#else
#include
#include
#endif
using namespace std;
typedef vector INTVECTOR;
void main(void)
{
www.eeworm.com/read/125921/14455664
java messagestore.java
/* ***************************************************
Fixed Data Structure Example
Message Store
***************************************************
*/
import java.io.*;
cl
www.eeworm.com/read/125921/14455666
cpp messagestore.cpp
/* ***************************************************
Fixed Data Structure Example
Message Store
***************************************************
*/
#include
#
www.eeworm.com/read/124622/14556927
java messagestore.java
/* ***************************************************
Fixed Data Structure Example
Message Store
***************************************************
*/
import java.io.*;
cl
www.eeworm.com/read/124622/14556931
cpp messagestore.cpp
/* ***************************************************
Fixed Data Structure Example
Message Store
***************************************************
*/
#include
#