代码搜索:Infinity

找到约 1,499 项符合「Infinity」的源代码

代码结果 1,499
www.eeworm.com/read/124910/6038874

h huge_val.h

/* `HUGE_VAL' constants for ix86 (where it is infinity). Used by and functions for overflow. Copyright (C) 1992, 1995, 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
www.eeworm.com/read/124347/6051077

h huge_val.h

/* `HUGE_VAL' constants for ix86 (where it is infinity). Used by and functions for overflow. Copyright (C) 1992, 1995, 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
www.eeworm.com/read/124347/6052691

c s_isinf.c

/* * isinf(x) returns 1 if x is infinity, else 0; * no branching! * Added by Cygnus Support. */ #include "fdlibm.h" #ifndef _DOUBLE_IS_32BITS #ifdef __STDC__ int isinf(double x) #else int isi
www.eeworm.com/read/119864/6081168

h huge_val.h

/* `HUGE_VAL' constants for m68k (where it is infinity). Used by and functions for overflow. Copyright (C) 1992, 1995, 1996, 1997 Free Software Foundation, Inc. This file
www.eeworm.com/read/119864/6081277

h huge_val.h

/* `HUGE_VAL' constants for ix86 (where it is infinity). Used by and functions for overflow. Copyright (C) 1992, 1995, 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
www.eeworm.com/read/121869/6297005

cpp creatgraph.cpp

//CreatUDN.cpp //This function is to create MGraph # include # include # include # define INFINITY 1000 # define MAX_VERTEX_NUM 20 # define OK 1 typedef enu
www.eeworm.com/read/125156/14511631

cpp utils.cpp

#include "StdAfx.h" #include "utils.h" int CGlobals::WIN_WIDTH = 800; int CGlobals::WIN_HEIGHT = 600; double CGlobals::EPSILON = 0.005; long CGlobals::INFINITY=999999; double CGlobals::PI= 3
www.eeworm.com/read/223229/14649293

cpp utils.cpp

#include "StdAfx.h" #include "utils.h" int CGlobals::WIN_WIDTH = 800; int CGlobals::WIN_HEIGHT = 600; double CGlobals::EPSILON = 0.005; long CGlobals::INFINITY=999999; double CGlobals::PI= 3
www.eeworm.com/read/222762/14675069

cpp creatgraph.cpp

//CreatUDN.cpp //This function is to create MGraph # include # include # include # define INFINITY 1000 # define MAX_VERTEX_NUM 20 # define OK 1 typedef enu
www.eeworm.com/read/212063/15166387

cpp main.cpp

#include "../../C/UTILITY.H" const int infinity = 1000000; #include "../SHORT/GRAPH.H" #include "../SHORT/GRAPH.CPP" #include "GRAPH.H" #include "GRAPH.CPP" main() { Network g;