代码搜索:Dim

找到约 10,000 项符合「Dim」的源代码

代码结果 10,000
www.eeworm.com/read/351636/3103310

c i_dim.c

#include "v3p_f2c.h" #ifdef __cplusplus extern "C" { #endif #ifdef KR_headers integer i_dim(a,b) integer *a, *b; #else integer i_dim(integer *a, integer *b) #endif { return( *a > *b ? *a -
www.eeworm.com/read/158865/5592742

c h_dim.c

#include "f2c.h" #ifdef KR_headers shortint h_dim(a,b) shortint *a, *b; #else shortint h_dim(shortint *a, shortint *b) #endif { return( *a > *b ? *a - *b : 0); }
www.eeworm.com/read/158865/5592812

c d_dim.c

#include "f2c.h" #ifdef KR_headers double d_dim(a,b) doublereal *a, *b; #else double d_dim(doublereal *a, doublereal *b) #endif { return( *a > *b ? *a - *b : 0); }
www.eeworm.com/read/158865/5592820

c r_dim.c

#include "f2c.h" #ifdef KR_headers double r_dim(a,b) real *a, *b; #else double r_dim(real *a, real *b) #endif { return( *a > *b ? *a - *b : 0); }
www.eeworm.com/read/158865/5592830

c i_dim.c

#include "f2c.h" #ifdef KR_headers integer i_dim(a,b) integer *a, *b; #else integer i_dim(integer *a, integer *b) #endif { return( *a > *b ? *a - *b : 0); }
www.eeworm.com/read/472226/6873426

m dim_fract.m

function Dim_Fract(a,b) % initialisation des variables T_x=a; T_y=b; x=a; y=b; Kmax=100; Lm_T=0; %**************************************************** N=length(y); for k=1:Kmax L(k)=(N-1)/k*su
www.eeworm.com/read/471134/6898035

obj target_dim.obj

www.eeworm.com/read/471134/6898068

obj target_dim.obj

www.eeworm.com/read/414769/11102139

for f1dim.for

FUNCTION f1dim(x) INTEGER NMAX REAL f1dim,func,x PARAMETER (NMAX=50) CU USES func INTEGER j,ncom REAL pcom(NMAX),xicom(NMAX),xt(NMAX) COMMON /f1com/
www.eeworm.com/read/414769/11102370

for df1dim.for

FUNCTION df1dim(x) INTEGER NMAX REAL df1dim,x PARAMETER (NMAX=50) CU USES dfunc INTEGER j,ncom REAL df(NMAX),pcom(NMAX),xicom(NMAX),xt(NMAX) COMMON