代码搜索:Infinity
找到约 1,499 项符合「Infinity」的源代码
代码结果 1,499
www.eeworm.com/read/127961/14324385
h c7-1.h
// c7-1.h 图的数组(邻接矩阵)存储表示
#define INFINITY INT_MAX // 用整型最大值代替∞
#define MAX_VERTEX_NUM 20 // 最大顶点个数
enum GraphKind{DG,DN,AG,AN}; // {有向图,有向网,无向图,无向网}
typedef struct
{
VRType adj; // 顶点关系
www.eeworm.com/read/208657/15239520
m h3opt.m
function h3opt(tipo)
%H3OPT : calcola il controllore ottimo H2 o H-INFINITY
%
%Non richiama direttamente la funzione Kopt del JTools,ma tale funzione
www.eeworm.com/read/293882/8266850
h c7-1.h
// c7-1.h 图的数组(邻接矩阵)存储表示
#define INFINITY INT_MAX // 用整型最大值代替∞
#define MAX_VERTEX_NUM 26 // 最大顶点个数
enum GraphKind{DG,DN,UDG,UDN}; // {有向图,有向网,无向图,无向网}
typedef struct
{
VRType adj; // 顶点
www.eeworm.com/read/368262/9703592
h c7-1.h
// c7-1.h 图的数组(邻接矩阵)存储表示
#define INFINITY INT_MAX // 用整型最大值代替∞
#define MAX_VERTEX_NUM 20 // 最大顶点个数
enum GraphKind{DG,DN,AG,AN}; // {有向图,有向网,无向图,无向网}
typedef struct
{
VRType adj; // 顶点关系
www.eeworm.com/read/269550/11094216
h c7-1.h
// c7-1.h 图的数组(邻接矩阵)存储表示
#define INFINITY INT_MAX // 用整型最大值代替∞
#define MAX_VERTEX_NUM 20 // 最大顶点个数
enum GraphKind{DG,DN,AG,AN}; // {有向图,有向网,无向图,无向网}
typedef struct
{
VRType adj; // 顶点关系
www.eeworm.com/read/266126/11239016
h c7-1.h
// c7-1.h 图的数组(邻接矩阵)存储表示
#define INFINITY INT_MAX // 用整型最大值代替∞
#define MAX_VERTEX_NUM 20 // 最大顶点个数
enum GraphKind{DG,DN,AG,AN}; // {有向图,有向网,无向图,无向网}
typedef struct
{
VRType adj; // 顶点关系
www.eeworm.com/read/334090/12638074
asm fs_cmp32.asm
;******************************************************************************
;* FS_CMP32.ASM - 32 BIT STATE - v2.24 *
;* Copyright (c) 1996-2002 Texas Instru
www.eeworm.com/read/235539/14064963
h c7-1.h
// c7-1.h 图的数组(邻接矩阵)存储表示
#define INFINITY INT_MAX // 用整型最大值代替∞
#define MAX_VERTEX_NUM 26 // 最大顶点个数
enum GraphKind{DG,DN,UDG,UDN}; // {有向图,有向网,无向图,无向网}
typedef struct
{
VRType adj; // 顶点
www.eeworm.com/read/106800/15621072
h c7-1.h
// c7-1.h 图的数组(邻接矩阵)存储表示
#define INFINITY INT_MAX // 用整型最大值代替∞
#define MAX_VERTEX_NUM 20 // 最大顶点个数
enum GraphKind{DG,DN,AG,AN}; // {有向图,有向网,无向图,无向网}
typedef struct
{
VRType adj; // 顶点关系
www.eeworm.com/read/100612/15869003
h ecn6.h
/*
* MIRACL C++ Header file ecn6.h
*
* AUTHOR : M. Scott
*
* PURPOSE : Definition of class ECn6 (Arithmetic on an Elliptic Curve,
* mod n^6)
*
* NOTE :