代码搜索:Capacity
找到约 2,190 项符合「Capacity」的源代码
代码结果 2,190
www.eeworm.com/read/457321/7327390
java heap.java
/*
Heap.java 1.0 07/27/1999 Laurentiu Cristofor
Copyright (c) 1999 Laurentiu Cristofor
*/
/*
GAClust - Clustering categorical databases using genetic algorithms
Copyright (C) 2002 Dana C
www.eeworm.com/read/456895/7337375
m waterfilling_alg.m
function [Capacity PowerAllo] = WaterFilling_alg(PtotA,ChA,B,N0);
%
% WaterFilling in Optimising the Capacity
%===============
% Initialization
%===============
ChA = ChA + eps;
NA = length(ChA
www.eeworm.com/read/456187/7355518
java stackofintegers.java
public class StackOfIntegers {
private int[] elements;
private int size;
/** Construct a stack with the default capacity 16 */
public StackOfIntegers() {
this(16);
}
/** Construct a
www.eeworm.com/read/452695/7436292
c ex7_01.c
/* Exercise 7.1 Calculating a floating-point average using pointers */
/*********************************************************************
* In this solution I allocate a some memory and when it
www.eeworm.com/read/449318/7508903
m capacityuncorrelatedaveragehome2.m
%% This file will plot the average Capacity of MIMO Channels.
%% The plots will be Capacity vs SNR, Capacity VS MRx Capacity vs. NTx,
%% Capacity comparisons with othe channels
close all;
clear a
www.eeworm.com/read/449318/7508905
m cuaveragevsntx.m
%% This file will plot the average Capacity of MIMO Channels.
%% The plots will be Capacity vs SNR, Capacity VS MRx Capacity vs. NTx,
%% Capacity comparisons with othe channels
%close all;
clear
www.eeworm.com/read/449318/7508907
m cuaveragecompare.m
%% This file will plot the average Capacity of MIMO Channels.
%% The plots will compare between MIMO, SISO SIMO MISO
%% Capacity comparisons with othe channels
%close all;
clear all;
type=['o' '
www.eeworm.com/read/449318/7508910
m cuaveragevsmrx.m
%% This file will plot the average Capacity of MIMO Channels.
%% The plots will be Capacity vs SNR, Capacity VS MRx Capacity vs. NTx,
%% Capacity comparisons with othe channels
%close all;
clear
www.eeworm.com/read/449318/7508911
m cuaveragevssnr.m
%% This file will plot the average Capacity of MIMO Channels.
%% The plots will be Capacity vs SNR, Capacity VS MRx Capacity vs. NTx,
%% Capacity comparisons with othe channels
%close all;
clear
www.eeworm.com/read/448042/7541205
m waterfilling_alg.m
function [Capacity PowerAllo] = WaterFilling_alg(PtotA,ChA,B,N0);
%
% WaterFilling in Optimising the Capacity
%===============
% Initialization
%===============
ChA = ChA + eps;
NA = length(ChA