代码搜索:Infinity

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

代码结果 1,499
www.eeworm.com/read/440906/1780684

x hugeval.x

# This test fails under hpux 9.X and 10.X because HUGE_VAL is DBL_MAX # instead of +Infinity. global target_triplet if { [istarget "hppa*-*-hpux9*"] || [istarget "hppa*-*-hpux10*"] } { set tort
www.eeworm.com/read/389028/2545553

c dosreduce.c

#include #include #include #define INFINITY -1; #define INC 0 int debug=0; typedef struct node { int c; /* color 0:white 1:grey 2:black */ int d; /* Distance */
www.eeworm.com/read/366702/2878660

x hugeval.x

# This test fails under hpux 9.X and 10.X because HUGE_VAL is DBL_MAX # instead of +Infinity. global target_triplet if { [istarget "hppa*-*-hpux9*"] || [istarget "hppa*-*-hpux10*"] } { set tort
www.eeworm.com/read/111824/15502302

txt 0.txt

#include #include #define MAX 100 #define infinity 100000000 double c[MAX]; double g[MAX][MAX]; int B[MAX],mark[MAX]; // g[0] presents b; // g[0] presents r; int m
www.eeworm.com/read/109918/15545827

h utils.h

/* utility definitions */ #ifdef _POSIX2_RE_DUP_MAX #define DUPMAX _POSIX2_RE_DUP_MAX #else #define DUPMAX 255 #endif #define INFINITY (DUPMAX + 1) #define NC (CHAR_MAX - CHAR_MIN + 1) typede
www.eeworm.com/read/375619/9355627

h utils.h

/* utility definitions */ #ifdef _POSIX2_RE_DUP_MAX #define DUPMAX _POSIX2_RE_DUP_MAX #else #define DUPMAX 255 #endif #define INFINITY (DUPMAX + 1) #define NC (CHAR_MAX - CHAR_MIN + 1) typedef unsign
www.eeworm.com/read/170301/9811356

cpp geometrylib.cpp

#include "stdafx.h" #include "geometrylib.h" #include //保存调节点的相关值 extern int g_nAdjArc; extern int g_nAdjLen; extern int g_nAdjLenBig; const double INFINITY=-200000; /********
www.eeworm.com/read/362558/9992563

h adjmultilist.h

#define MAX_VERTEX_NUM 20 /*最多顶点个数*/ #define INFINITY 32768 /*表示极大值,即∞*/ #define True 1 #define False 0 #define Error -1 #define Ok 1 typedef enum{DG, DN, UDG, UDN} Grap
www.eeworm.com/read/362558/9992565

h adjmatrix.h

#define MAX_VERTEX_NUM 20 /*最多顶点个数*/ #define INFINITY 32768 /*表示极大值,即∞*/ #define True 1 #define False 0 #define Error -1 #define Ok 1 typedef enum{DG, DN, UDG, UDN} Gra
www.eeworm.com/read/362558/9992585

h adjmatrix2.h

#include #define MAX_VERTEX_NUM 10 /*最多顶点个数*/ #define INFINITY 32768 /*表示极大值,即∞*/ #define True 1 #define False 0 #define Error -1 #define Ok 1 typedef enum{D