代码搜索:SIMP
找到约 1,031 项符合「SIMP」的源代码
代码结果 1,031
www.eeworm.com/read/197671/7979874
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/295931/8133702
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/331211/12838899
chm junitant_simp.chm
www.eeworm.com/read/244597/12854242
cpp simp1.cpp
#include
#include "nr.h"
using namespace std;
void NR::simp1(Mat_I_DP &a, const int mm, Vec_I_INT &ll, const int nll,
const int iabf, int &kp, DP &bmax)
{
int k;
DP test;
if (n
www.eeworm.com/read/244597/12854260
cpp simp2.cpp
#include "nr.h"
void NR::simp2(Mat_I_DP &a, const int m, const int n, int &ip, const int kp)
{
const DP EPS=1.0e-14;
int k,i;
DP qp,q0,q,q1;
ip=0;
for (i=0;i
www.eeworm.com/read/244597/12854542
cpp simp3.cpp
#include "nr.h"
void NR::simp3(Mat_IO_DP &a, const int i1, const int k1, const int ip,
const int kp)
{
int ii,kk;
DP piv;
piv=1.0/a[ip][kp];
for (ii=0;ii
www.eeworm.com/read/143498/12870429
m go_simp.m
global OPT_METHOD % optimization method
OPT_METHOD = 'simp'; % this is used in peaksfcn.m
global PREV_PT % previous data point
var_n = 2; % Number of input variables
range = [-3, 3; -3, 3]; %
www.eeworm.com/read/143498/12870531
m go_simp_.m
www.eeworm.com/read/142425/12946155
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/142425/12946169
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 =