代码搜索:Capacity
找到约 2,190 项符合「Capacity」的源代码
代码结果 2,190
www.eeworm.com/read/272848/10940838
output iterativedpknapsack.output
Enter number of objects and knapsack capacity
Enter profit and weight of object 1
Enter profit and weight of object 2
Enter profit and weight of object 3
Enter profit and weight of object 4
Enter
www.eeworm.com/read/272848/10940978
output firstfit.output
Enter number of objects and bin capacity
Enter space requirement of object 1
Enter space requirement of object 2
Enter space requirement of object 3
Enter space requirement of object 4
Enter spac
www.eeworm.com/read/272848/10941243
output arraylist.output
Capacity of x, y and z = 20, 2, 10
Initial size of x, y, and z = 0, 0, 0
x is empty
y is empty
Inserted 6 integers, list y should be 1 2 3 4 5 6
Size of y = 6
Capacity of y = 8
y is not empty
www.eeworm.com/read/272848/10941514
output arraylistnostl.output
Capacity of x, y and z = 20, 2, 10
Initial size of x, y, and z = 0, 0, 0
x is empty
y is empty
Inserted 6 integers, list y should be 1 2 3 4 5 6
Size of y = 6
Capacity of y = 8
y is not empty
www.eeworm.com/read/384731/6960122
h array.h
/*
* Array.h
*
* Copyright (C) 1999 Stephen F. White
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
www.eeworm.com/read/467324/7009739
m ip_08_05.m
% MATLAB script for Illustrative Problem 5, Chapter 8.
echo off
w=[1:5:20,25:20:100,130:50:300,400:100:1000,1250:250:5000,5500:500:10000];
pn0_db=[-20:1:30];
pn0=10.^(pn0_db/10);
for i=1:45
f
www.eeworm.com/read/463748/7176059
m ip_08_05.m
% MATLAB script for Illustrative Problem 8.5.
echo off
w=[1:5:20,25:20:100,130:50:300,400:100:1000,1250:250:5000,5500:500:10000];
pn0_db=[-20:1:30];
pn0=10.^(pn0_db/10);
for i=1:45
for j=1:51
www.eeworm.com/read/463489/7179572
asv untitled.asv
clear; clc;
nt = 2; % Number of Transmit Antennas
nr = 2; % Number of Receive Antennas
a = 0.1;
cap =0;
ber=0;
% dt/lambda
SNRdB = 0:1:20; %
www.eeworm.com/read/463489/7179574
m 1.m
clear; clc;
nt = 2; % Number of Transmit Antennas
nr = 2; % Number of Receive Antennas
a = 0.1;
cap =0;
ber=0;
% dt/lambda
SNRdB = 0:1:20; %
www.eeworm.com/read/463489/7179575
m untitled.m
clear; clc;
nt = 2; % Number of Transmit Antennas
nr = 2; % Number of Receive Antennas
a = 0.1;
cap =0;
ber=0;
% dt/lambda
SNRdB = 0:1:20; %