代码搜索:Infinity
找到约 1,499 项符合「Infinity」的源代码
代码结果 1,499
www.eeworm.com/read/325017/13232768
txt 新建 文本文档.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/490572/6447696
cpp zuiduanlujing.cpp
#include
#include
#define INFINITY 10000//INT_MAX
#define MAX_VERTEX_NUM 20
typedef struct ArcCell{
int adj;
int *info;
}ArcCell,AdjMatrix[MAX_VERTEX_NUM][MAX_VE
www.eeworm.com/read/400154/11582087
cpp prim.cpp
#include
#include
#define UNVISITED 0
#define VISITED 1
#define INFINITY 9999
#define N 7 // 定义图的顶点数
#include "Graphm.h"
class Dist { //定义Dist类,下面的Prim算
www.eeworm.com/read/346394/11751391
cpp 单纯形算法.cpp
#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/346394/11751463
txt 单纯形算法.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/470720/1450593
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/470693/1462539
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/457053/1601531
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/240162/4588403
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/234853/4655243
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