代码搜索:Capacity
找到约 2,190 项符合「Capacity」的源代码
代码结果 2,190
www.eeworm.com/read/290799/8461184
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/390106/8483467
htm putbytes.htm
Putting Bytes into a ByteBuffer (Java Developers Almanac Example)
www.eeworm.com/read/390106/8483481
htm getbytes.htm
Getting Bytes from a ByteBuffer (Java Developers Almanac Example)
www.eeworm.com/read/289129/8574240
m rheesub.m
% Copyright (c) 2003-2004 The University of Texas
% All Rights Reserved.
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public L
www.eeworm.com/read/286866/8739284
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/385281/8810340
html arraystack-arraystack.html
Code Fragment
/**
* Implementation of the stack ADT using a fixed-length array
www.eeworm.com/read/177945/9426725
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/177199/9465602
java e4_18.java
// Fig. 11.11: StringBufferCapLen.java
// StringBuffer length, setLength, capacity and ensureCapacity methods.
import javax.swing.*;
// StringBufferCapLen
public class E4_18 {
public static
www.eeworm.com/read/177199/9465606
java e4_19.java
// Fig. 11.11: StringBufferCapLen.java
// StringBuffer length, setLength, capacity and ensureCapacity methods.
import javax.swing.*;
//StringBufferCapLen
public class E4_19{
public static v