代码搜索:Infinity
找到约 1,499 项符合「Infinity」的源代码
代码结果 1,499
www.eeworm.com/read/142809/12916644
cpp shortestpath_floyd.cpp
//ShortestPath_FLOYD.cpp
# include
# include
# include
# define INFINITY 1000
# define MAX_VERTEX_NUM 20
# define OK 1
# define FALSE 0
# define TRUE 1
type
www.eeworm.com/read/141521/13006244
cpp shortestpath_dij.cpp
//ShortestPath_DIJ.cpp
# include
# include
# include
# include
# define INFINITY 1000
# define MAX_VERTEX_NUM 20
# define OK 1
# define ERROR 0
www.eeworm.com/read/325742/13186661
cpp design.cpp
#include
#include
#include
#include
#include
#include
#define PI 3.1415926
#define N 20
#define INFINITY 9999
typedef struct{
www.eeworm.com/read/147331/5733149
c sf_isinf.c
/*
* isinff(x) returns 1 if x is +-infinity, else 0;
* Added by Cygnus Support.
*/
#include "fdlibm.h"
#ifdef __STDC__
int isinff(float x)
#else
int isinff(x)
float x;
#endif
{
__int32_t ix;
www.eeworm.com/read/124347/6052610
c sf_isinf.c
/*
* isinff(x) returns 1 if x is +-infinity, else 0;
* Added by Cygnus Support.
*/
#include "fdlibm.h"
#ifdef __STDC__
int isinff(float x)
#else
int isinff(x)
float x;
#endif
{
__int32_t ix;
www.eeworm.com/read/119864/6080881
h huge_val.h
/* `HUGE_VAL' constants for IEEE 754 machines (where it is infinity).
Used by and functions for overflow.
v850e version.
Copyright (C) 1992, 95, 96, 97, 98, 99, 2000, 2001
www.eeworm.com/read/121869/6297002
cpp shortestpath_dij.cpp
//ShortestPath_DIJ.cpp
# include
# include
# include
# include
# define INFINITY 1000
# define MAX_VERTEX_NUM 20
# define OK 1
# define ERROR 0
www.eeworm.com/read/121869/6297006
cpp shortestpath_floyd.cpp
//ShortestPath_FLOYD.cpp
# include
# include
# include
# define INFINITY 1000
# define MAX_VERTEX_NUM 20
# define OK 1
# define FALSE 0
# define TRUE 1
type
www.eeworm.com/read/485329/6558205
java graphdij.java
import java.awt.*;
import java.io.*;
import java.util.*;
import java.net.*;
public class GraphDij {
static final double infinity = 1.0e300;
static final double zero = 0.00;
static String start
www.eeworm.com/read/485329/6558290
java graphdij.java
import java.awt.*;
import java.io.*;
import java.util.*;
import java.net.*;
public class GraphDij {
static final double infinity = 1.0e300;
static final double zero = 0.00;
static String start