代码搜索:Infinity

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

代码结果 1,499
www.eeworm.com/read/261738/11625800

c 4-8.c

#include"stdio.h" #include"graphics.h" #define INFINITY 32767 #define MAX_VERTEX_NUM 20 /*最大顶点数*/ typedef struct ArcCell { /*定义邻接矩阵*/ int adj; char *info; }AdjMatrix[MAX_VERTEX_NUM
www.eeworm.com/read/257948/11901457

c 4-8.c

#include"stdio.h" #include"graphics.h" #define INFINITY 32767 #define MAX_VERTEX_NUM 20 /*最大顶点数*/ typedef struct ArcCell { /*定义邻接矩阵*/ int adj; char *info; }AdjMatrix[MAX_VERTEX_NUM
www.eeworm.com/read/222341/14696018

cpp 错误思想的代码.cpp

#include #include #include #include #include using namespace std; #define MAX 100 //表示木材的最大个数 #define INFINITY 10000 double pos[MAX][2],r[MAX];
www.eeworm.com/read/213567/4915300

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/195829/5107108

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/195829/5107110

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/195829/5107117

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
www.eeworm.com/read/338072/3322976

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/303129/3815302

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/303129/3815304

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