代码搜索:SIMP
找到约 1,031 项符合「SIMP」的源代码
代码结果 1,031
www.eeworm.com/read/449088/7518702
c 9simp.c
#include "math.h"
double simp(a,b,eps,f)
double a,b,eps,(*f)();
{ int n,k;
double h,t1,t2,s1,s2,ep,p,x;
n=1; h=b-a;
t1=h*((*f)(a)+(*f)(b))/2.0;
s1=t1;
ep=eps+1.0;
www.eeworm.com/read/446823/7564315
h types_simp.h
/* defs.h */
typedef /* arc */
struct arc_st
{
long len; /* length of the arc */
struct node_st *head; /* head node */
}
arc;
typedef /* no
www.eeworm.com/read/446823/7564322
c simp_run.c
/***********************************************************/
/* */
/* Executor of SP codes */
/*
www.eeworm.com/read/442831/7643975
c 9simp.c
#include "math.h"
double simp(a,b,eps,f)
double a,b,eps,(*f)();
{ int n,k;
double h,t1,t2,s1,s2,ep,p,x;
n=1; h=b-a;
t1=h*((*f)(a)+(*f)(b))/2.0;
s1=t1;
ep=eps+1.0;
www.eeworm.com/read/438810/7726362
c 9simp.c
#include "math.h"
double simp(a,b,eps,f)
double a,b,eps,(*f)();
{ int n,k;
double h,t1,t2,s1,s2,ep,p,x;
n=1; h=b-a;
t1=h*((*f)(a)+(*f)(b))/2.0;
s1=t1;
ep=eps+1.0;
www.eeworm.com/read/299792/7832257
c 9simp.c
#include "math.h"
double simp(a,b,eps,f)
double a,b,eps,(*f)();
{ int n,k;
double h,t1,t2,s1,s2,ep,p,x;
n=1; h=b-a;
t1=h*((*f)(a)+(*f)(b))/2.0;
s1=t1;
ep=eps+1.0;
www.eeworm.com/read/299555/7845537
chm hibernategossip_simp.chm
www.eeworm.com/read/199432/7855865
txt simp2.txt
Procedure SIMP2(var A:matrx2; M, N, MP, NP:integer; L2:array of integer;
NL2:integer;var IP, KP:integer; Q1:real);
label 1,2;
const
EPS = 0.000001;
var
I
www.eeworm.com/read/199432/7855878
txt simp3.txt
Procedure SIMP3(var A:matrx2; MP, NP, I1, K1:integer;var IP, KP:integer);
var
PIV:real; II,KK:integer;
begin
PIV:=1 / A[IP + 1, KP + 1];
For II:=1 To I1 + 1 do
begin
I
www.eeworm.com/read/199432/7855911
txt simp1.txt
Procedure SIMP1(var A:matrx2; MP, NP, MM:integer; LL:array of integer;
NLL, IABF:integer;var KP:integer; var BMAX:real);
var
K:integer; TEST:real;
begin
KP:=LL