代码搜索:Dim

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

代码结果 10,000
www.eeworm.com/read/101082/6241612

c h_dim.c

/* * "@(#)h_dim.c 1.1" */ short h_dim(a,b) short *a, *b; { return( *a > *b ? *a - *b : 0); }
www.eeworm.com/read/101082/6241697

c d_dim.c

/* * "@(#)d_dim.c 1.1" */ double d_dim(a,b) double *a, *b; { return( *a > *b ? *a - *b : 0); }
www.eeworm.com/read/101082/6241707

c r_dim.c

#ifndef lint static char *sccsid = " @(#)r_dim.c 1.2 (ULTRIX) 1/16/86"; #endif lint /************************************************************************ * * * Copyright (c) 1986 by
www.eeworm.com/read/101082/6241717

c i_dim.c

/* * "@(#)i_dim.c 1.1" */ long int i_dim(a,b) long int *a, *b; { return( *a > *b ? *a - *b : 0); }
www.eeworm.com/read/494166/6379667

ilk project_dim.ilk

www.eeworm.com/read/494166/6379668

dll project_dim.dll

www.eeworm.com/read/494166/6379670

dsp project_dim.dsp

# Microsoft Developer Studio Project File - Name="Project_Dim" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x8
www.eeworm.com/read/494166/6379671

opt project_dim.opt

www.eeworm.com/read/494166/6379674

ncb project_dim.ncb

www.eeworm.com/read/494166/6379675

c project_dim.c

/***************************************************************************** ** ** Project_Dim.c ** ** Description: ** Contains Unigraphics entry points for the application. ** ********