代码搜索:Infinity
找到约 1,499 项符合「Infinity」的源代码
代码结果 1,499
www.eeworm.com/read/124910/6035908
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/124910/6036307
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/119864/6080805
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/119864/6080959
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/101082/6245392
3m math.3m
.TH math 3m RISC
.ds up \fIulp\fR
.ds nn \fINaN\fR
.de If
.if n \\
\\$1Infinity\\$2
.if t \\
\\$1\\(if\\$2
..
.SH Name
math \- introduction to mathematical library functions
.SH Description
These func
www.eeworm.com/read/333300/6290938
cpp shortestpath.cpp
#include
using namespace std;
#define INFINITY 1000
#define MAX_VERTEX_NUM 20
#define True 1
#define FALSE 0
struct MGraph{
char vexs[MAX_VERTEX_NUM];
int arcs[MAX_VERTEX
www.eeworm.com/read/336579/6326062
cpp 最短路径.cpp
#include
#define OK 1
#define ERROR 0
#define INFINITY 255
#define MAX_VERTEX_NUM 20
typedef int Status;
typedef int ElemType;
typedef struct QNode{ElemType data; struct QNode *next
www.eeworm.com/read/151864/12166471
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/118230/14881091
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/208657/15239777
m hinfsynr.m
function [k,g,gfin]=hinfsynr(p,nmeas,ncon,gmin,gmax,tol)
% [k,g,gfin]=hinfsynr(p,nmeas,ncon,gmin,gmax,tol);
% H infinity syntesis using robust control toolbox function hinfopt.
% Input and output