代码搜索:integrals

找到约 127 项符合「integrals」的源代码

代码结果 127
www.eeworm.com/read/180269/9314019

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/364310/9912914

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/356183/10235487

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/467764/7000966

m fig5_7.m

% Use this program to reproduce Fig 5.7 from text clear all close all n = 0; for x = 0:.075:4 n = n+1; sx(n) = quadl('fresnels',.0,x); cx(n) = quadl('fresnelc',.0,x); end plo
www.eeworm.com/read/458661/7291912

m fcs.m

% fcs.m - Fresnel integrals C(x) and S(x) % % Usage: F = fcs(x) % % x = vector or matrix of real numbers % F = C(x) - jS(x) of same size as x % % notes: F(x) = C(x) - j*S(x) = int_0^x exp(-j*p
www.eeworm.com/read/297846/7992720

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/244597/12853698

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/244597/12854020

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/140665/13068424

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/140665/13068727

cpp xcisi.cpp

#include #include #include #include #include #include "nr.h" using namespace std; // Driver for routine cisi int main(void) { st