代码搜索:integrals
找到约 127 项符合「integrals」的源代码
代码结果 127
www.eeworm.com/read/405084/11472075
m fig3_7.m
% Use this program to reproduce Fig 3.7 from text
clear all
close all
n = 0;
for x = 0:.05:4
n = n+1;
sx(n) = quadl('fresnels',.0,x);
cx(n) = quadl('fresnelc',.0,x);
end
plot
www.eeworm.com/read/402117/11543022
m fig3_7.m
% Use this program to reproduce Fig 3.7 from text
clear all
close all
n = 0;
for x = 0:.05:4
n = n+1;
sx(n) = quadl('fresnels',.0,x);
cx(n) = quadl('fresnelc',.0,x);
end
plot
www.eeworm.com/read/401480/11557321
m fig3_7.m
% Use this program to reproduce Fig 3.7 from text
clear all
close all
n = 0;
for x = 0:.05:4
n = n+1;
sx(n) = quadl('fresnels',.0,x);
cx(n) = quadl('fresnelc',.0,x);
end
plot
www.eeworm.com/read/255284/12090630
m fig3_7.m
% Use this program to reproduce Fig 3.7 from text
clear all
close all
n = 0;
for x = 0:.05:4
n = n+1;
sx(n) = quadl('fresnels',.0,x);
cx(n) = quadl('fresnelc',.0,x);
end
plot
www.eeworm.com/read/251835/12317973
m hppfun.m
function F = hppfun(y,fdat)
% Returns residual for solution of nonlinear equations.
% $Id: hppfun.m 60 1999-01-29 00:49:09Z tad $
[n,beta,nmlen,left,right,cmplx,qdat] = deal(fdat{:});
% T
www.eeworm.com/read/173932/9629773
m fig3_7.m
% Use this program to reproduce Fig 3.7 from text
clear all
close all
n = 0;
for x = 0:.05:4
n = n+1;
sx(n) = quadl('fresnels',.0,x);
cx(n) = quadl('fresnelc',.0,x);
end
plot
www.eeworm.com/read/334951/12558385
cpp xfrenel.cpp
#include
#include
#include
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine frenel
int main(void)
{
www.eeworm.com/read/334951/12558714
cpp xcisi.cpp
#include
#include
#include
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine cisi
int main(void)
{
st
www.eeworm.com/read/237896/13921396
m fig3_7.m
% Use this program to reproduce Fig 3.7 from text
clear all
close all
n = 0;
for x = 0:.05:4
n = n+1;
sx(n) = quadl('fresnels',.0,x);
cx(n) = quadl('fresnelc',.0,x);
end
plot
www.eeworm.com/read/361146/10065874