代码搜索:Infinity

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

代码结果 1,499
www.eeworm.com/read/378516/9227746

cpp shortest.cpp

#include #include #include #include #define INF 10000 //INF - Infinity //NULL = 0 (predefined) const int SIZE=9; // No of nodes char names[][2]={"A","B"
www.eeworm.com/read/167250/9974351

cpp mgraph.cpp

#include "d:\cpp\head.h" #define INFINITY 9999 #define MAX_VERTEX_NUM 20 #define VertexType char #define VRType int #define InfoType char typedef enum{DG,DN,UDG,UDN} GraphKind; typedef struct A
www.eeworm.com/read/166176/10030818

c 231.c

#include #include #define INFINITY 0 #define MaxEdge 50 #define MAX_VERTEX_NUM 10 typedef struct { /* 图的定义*/ int vexs[MAX_VERTEX_NUM]; /* 顶点信
www.eeworm.com/read/418151/10964302

m infnorm.m

function [Hinf,wmax] = infnorm(H) % [Hinf,fmax] = infnorm(H) Find the infinity norm of a z-domain transfer function. % Get a rough idea of the location of the maximum. N = 129; w = linspace(0,2*pi,N
www.eeworm.com/read/435909/7781381

cpp minimumcostspanningtree.cpp

#include #include using namespace std; #define INFINITY INT_MAX #define MAX_VERTEX_NUM 500//最大顶点个数 typedef unsigned int VertexType; // typedef unsigned int VRType; /
www.eeworm.com/read/333524/12677389

m infnorm.m

function [Hinf,wmax] = infnorm(H) % [Hinf,fmax] = infnorm(H) Find the infinity norm of a z-domain transfer function. % Get a rough idea of the location of the maximum. N = 129; w = linspace(0,2*pi,N
www.eeworm.com/read/136072/5873808

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/136072/5874021

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/136072/5874166

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/124910/6035508

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