代码搜索:Capacity
找到约 2,190 项符合「Capacity」的源代码
代码结果 2,190
www.eeworm.com/read/252197/12294098
m ip_08_04.m
% MATLAB script for Illustrative Problem 8.4.
clear
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(i)
www.eeworm.com/read/251644/12328890
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. Josuttis 19
www.eeworm.com/read/337795/12340735
cpp classroomidlg.cpp
// ClassroomIdlg.cpp : implementation file
//
#include "stdafx.h"
#include "Student.h"
#include "ClassroomIdlg.h"
#include "ClassRoomSet.h"
#include "myrecord.h"
#ifdef _DEBUG
#define ne
www.eeworm.com/read/231345/14238318
asv waterfilling.asv
%
% Waterfilling algorithm to compute:
%
% pi = (mu - bi)^+
% sum(pi) = Pt
%
% by screen lee
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/128466/14295721
cpp chapter6-25.cpp
//文件名:CHAPTER6-25.cpp
#include
#include
#include
#include
using namespace std;
int main()
{
//create empty vector for strings
vector sentence;
www.eeworm.com/read/124791/14543883
cpp chapter6-25.cpp
//文件名:CHAPTER6-25.cpp
#include
#include
#include
#include
using namespace std;
int main()
{
//create empty vector for strings
vector sentence;
www.eeworm.com/read/223105/14658017
cpp chapter6-25.cpp
//文件名:CHAPTER6-25.cpp
#include
#include
#include
#include
using namespace std;
int main()
{
//create empty vector for strings
vector sentence;
www.eeworm.com/read/216045/15028636
m ip_08_01.m
% MATLAB script for Illustrative Problem 8.1.
clear
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 se
www.eeworm.com/read/216045/15028860
m ip_08_04.m
% MATLAB script for Illustrative Problem 8.4.
clear
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(i)
www.eeworm.com/read/213940/15121927
m ip_08_04.m
% MATLAB script for Illustrative Problem 8.4.
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(i)=quad('