代码搜索:Infinity

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

代码结果 1,499
www.eeworm.com/read/395229/2444139

h huge_val.h

/* `HUGE_VAL' constants for IEEE 754 machines (where it is infinity). Used by and functions for overflow. SH version. Copyright (C) 1992, 95, 96, 97, 98, 99, 2000 Free Sof
www.eeworm.com/read/395229/2444349

h huge_val.h

/* `HUGE_VAL' constants for IEEE 754 machines (where it is infinity). Used by and functions for overflow. ARM version. Copyright (C) 1992, 95, 96, 97, 98, 99, 2000 Free So
www.eeworm.com/read/395229/2444492

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, 1999, 2000 Free Software Foundation, Inc.
www.eeworm.com/read/251957/4412822

txt templates5.txt

#-- Version 5 --# # templates for the BIFS nodes # ============================= # Notations I = Infinity # %q=x Quantization method x # 0 None # 1 3D Position (SFVec3F) # 2 2D Position (SFVec2F)
www.eeworm.com/read/251957/4412823

txt templates4.txt

#-- Version 4 --# # templates for the BIFS nodes # ============================= # Notations I = Infinity # %q=x Quantization method x # 0 None # 1 3D Position (SFVec3F) # 2 2D Position (SFVec2F)
www.eeworm.com/read/251957/4412826

txt templates1.txt

#-- Version 1 --# # templates for the BIFS nodes # ============================= # Notations I = Infinity # %q=x Quantization method x # 0 None # 1 3D Position (SFVec3F) # 2 2D Position (SFVec2F)
www.eeworm.com/read/266350/11231313

cpp graph.cpp

#define UNVISITED 0 #define VISITED 1 #define INFINITY 9999999 #define ROOT -1 #include #include #include "LList.h" #include "minheap.h" #include //数据结构
www.eeworm.com/read/184006/9126426

cpp pointtopology.cpp

// 判断点是否在多边形内 #include #include #ifdef DEBUG #include #endif using namespace std; const double INFINITY = 1e10; const double ESP = 1e-5;
www.eeworm.com/read/175349/9551056

c trafficguide.c

#include #include #include #include #include #define n 12 #define INFINITY 9999 #define NULL 0 #define LEN sizeof(struct CellType) /*-------
www.eeworm.com/read/165893/10047771

cpp about-tu.cpp

#include #include #define INFINITY 0 #define MAX_VERTEX_NUM 10 //最大顶点数 #define MAX_EDGE_NUM 40 //最大边数 typedef enum {DG,D