代码搜索:integrals
找到约 127 项符合「integrals」的源代码
代码结果 127
www.eeworm.com/read/448415/7533733
m fresnel_integrals.m
function [C,S]= Fresnel_integrals(x)
%
% function [C,S]= Fresnel_integrals(x)
% It calculates the Fresnel integrals using the error function.
%
% x : abscissa.
% C : Fresnel cosine for x.
%
www.eeworm.com/read/448413/7533756
m fresnel_integrals.m
function [C,S]= Fresnel_integrals(x)
%
% function [C,S]= Fresnel_integrals(x)
% It calculates the Fresnel integrals using the error function.
%
% x : abscissa.
% C : Fresnel cosine for x.
%
www.eeworm.com/read/283124/9041898
f90 mopac_integrals.f90
!===============================================================================
!
! Droits de reproduction et de diffusion r閟erv閟.
www.eeworm.com/read/184894/9066704
rcnwriteup
PROGRAMS RCN MOD36 / HF MOD8 / RCN2 (Mod 36)
COMPUTATION OF ATOMIC RADIAL WAVEFUNCTIONS
Robert D. Cowan
Los Alamos National Labo
www.eeworm.com/read/441079/7676216
txt 目录.txt
Front Matter, Contents, and Prefaces xi
Legal Matters xvi
Computer Programs by Chapter and Section xix
1 Preliminaries
1.0 Introduction 1
1.1 Program Organization and Control S
www.eeworm.com/read/265723/11255438
m ellipke.m
function [k,e] = ellipke(m,tol)
%ELLIPKE Complete elliptic integral.
% [K,E] = ELLIPKE(M) returns the value of the complete elliptic
% integrals of the first and second kinds, evaluated for eac
www.eeworm.com/read/291235/8432609
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/291235/8432838
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/429877/8784651
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/381207/9104970
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