代码搜索:Dim

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

代码结果 10,000
www.eeworm.com/read/142034/12969150

asv param_dim.asv

function [M, L, F]= param_dim(Cml) % function % This file is part of the TFPM toolbox v1.0 (c) % michael.jachan@tuwien.ac.at and underlies the GPL. % % Determines the system dimensions M and L f
www.eeworm.com/read/142034/12969182

m param_dim.m

function [M, L, F]= param_dim(Cml) % function % This file is part of the TFPM toolbox v1.0 (c) % michael.jachan@tuwien.ac.at and underlies the GPL. % % Determines the system dimensions M and L f
www.eeworm.com/read/320955/13415307

c h_dim.c

#include "f2c.h" #ifdef __cplusplus extern "C" { #endif #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/320955/13415404

c d_dim.c

#include "f2c.h" #ifdef __cplusplus extern "C" { #endif #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/320955/13415416

c r_dim.c

#include "f2c.h" #ifdef __cplusplus extern "C" { #endif #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); } #ifdef __cplus
www.eeworm.com/read/320955/13415433

c i_dim.c

#include "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 - *b : 0); } #if
www.eeworm.com/read/307145/13727855

c tuple_dim.c

/************************************************************************** ** SP_TUPLE_DIM ** **
www.eeworm.com/read/303834/13808045

txt data_dim.txt

Dim 1 16 Line 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Data 1.22505 1.11168 1.00646 0.90913 0.81913 0.73612 0.65969 0.58950 0.52517 0.46635 0.41270 0.36391 0.31083 0.26549 0.22675 0.19367
www.eeworm.com/read/136812/5858449

c d_dim.c

#ifndef lint static char sccsid[] = "@(#)d_dim.c 1.1 92/07/30 SMI"; /* from UCB 1.1" */ #endif /* */ double d_dim(a,b) double *a, *b; { return( *a > *b ? *a - *b : 0); }
www.eeworm.com/read/136812/5858454

c r_dim.c

#ifndef lint static char sccsid[] = "@(#)r_dim.c 1.1 92/07/30 SMI"; #endif /* * Copyright (c) 1987 by Sun Microsystems, Inc. */ #include FLOATFUNCTIONTYPE r_dim(x,y) float *x, *y; { flo