代码搜索:SIMP

找到约 1,031 项符合「SIMP」的源代码

代码结果 1,031
www.eeworm.com/read/387489/8671175

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/387489/8671193

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
www.eeworm.com/read/387310/8694295

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/287194/8710875

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/430339/8755563

chm mysql_simp.chm

www.eeworm.com/read/427573/8935668

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/372592/9501972

txt simp2.txt

Sub SIMP2(A(), M, N, MP, NP, L2(), NL2, IP, KP, Q1) EPS = 0.000001 IP = 0 FLAG = 0 For I = 1 To NL2 If A(L2(I) + 1, KP + 1) < -EPS Then FLAG = 1 If FLAG = 1 Then
www.eeworm.com/read/372592/9501982

txt simp3.txt

Sub SIMP3(A(), MP, NP, I1, K1, IP, KP) PIV = 1# / A(IP + 1, KP + 1) For II = 1 To I1 + 1 If II - 1 IP Then A(II, KP + 1) = A(II, KP + 1) * PIV For KK =
www.eeworm.com/read/372592/9502005

txt simp1.txt

Sub SIMP1(A(), MP, NP, MM, LL(), NLL, IABF, KP, BMAX) KP = LL(1) BMAX = A(MM + 1, KP + 1) For K = 2 To NLL If IABF = 0 Then TEST = A(MM + 1, LL(K) + 1) - BMAX