代码搜索:integrals
找到约 127 项符合「integrals」的源代码
代码结果 127
www.eeworm.com/read/448415/7533746
m project83.m
%
% project83
%
%=======================================================================
clear
close all
clc
%=======================================================================
f=2000
www.eeworm.com/read/356723/10222080
m fresnel.m
clear all
n = 0;
for x = 0:.05:4
n = n+1;
sx(n) = quad8('fresnels',.0,x);
cx(n) = quad8('fresnelc',.0,x);
end
plot(cx)
x=0:.05:4;
plot(x,cx,'k',x,sx,'k--')
grid
xlabel ('x')
ylabel
www.eeworm.com/read/297942/7984812
m fresnel.m
clear all
n = 0;
for x = 0:.05:4
n = n+1;
sx(n) = quad8('fresnels',.0,x);
cx(n) = quad8('fresnelc',.0,x);
end
plot(cx)
x=0:.05:4;
plot(x,cx,'k',x,sx,'k--')
grid
xlabel ('x')
ylabel
www.eeworm.com/read/246805/12703719
m fresnel.m
clear all
n = 0;
for x = 0:.05:4
n = n+1;
sx(n) = quad8('fresnels',.0,x);
cx(n) = quad8('fresnelc',.0,x);
end
plot(cx)
x=0:.05:4;
plot(x,cx,'k',x,sx,'k--')
grid
xlabel ('x')
ylabel
www.eeworm.com/read/146906/5734211
readme
DIRECTORY CONTENTS:
File L2Discrepeancies:
L2 discrepancies of the Sobol and NX sequence in dimensions 4-20.
Files NSXGeneratorRows/Columns:
The generator matrices for the NX sequence 9base b=2) i
www.eeworm.com/read/119864/6081820
c sicif.c
/* sicif.c
*
* Sine and cosine integrals
*
*
*
* SYNOPSIS:
*
* float x, Ci, Si;
*
* sicif( x, &Si, &Ci );
*
*
* DESCRIPTION:
*
* Evaluates the integrals
*
*
www.eeworm.com/read/240189/13231932
pro von_i.pro
; $Id: von_i.pro,v 1.1.1.1 2002/03/12 11:53:46 riccardi Exp $
;
; A. Riccardi, Dipartimento di Astronomia di Firenze (Italy).
; riccardi@arcetri.astro.it
; Please, send me a message if you modi
www.eeworm.com/read/240189/13231945
pro von_alpha.pro
; $Id: von_alpha.pro,v 1.1.1.1 2002/03/12 11:53:46 riccardi Exp $
;
; A. Riccardi, Dipartimento di Astronomia di Firenze (Italy).
; riccardi@arcetri.astro.it
; Please, send me a message if you
www.eeworm.com/read/216914/14986555
h c_evlcom.h
/*
Copyright (C) 2004 Timothy C.A. Molteno
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Sof
www.eeworm.com/read/465073/7057100