代码搜索:Infinity
找到约 1,499 项符合「Infinity」的源代码
代码结果 1,499
www.eeworm.com/read/354830/10322843
cpp 最小生成树.cpp
#define INFINITY 10000
#define MAX_VERTEX_NUM 30
#define OK 1
#define ERROR 0
#include
#include
typedef struct ArcCell
{
char adjvex1,adjvex2;
int weight;
}ArcCell,Adj
www.eeworm.com/read/350960/10692416
c 4-8.c
#include"stdio.h"
#include"graphics.h"
#define INFINITY 32767
#define MAX_VERTEX_NUM 20 /*最大顶点数*/
typedef struct ArcCell
{ /*定义邻接矩阵*/
int adj;
char *info;
}AdjMatrix[MAX_VERTEX_NUM
www.eeworm.com/read/416453/11024656
c 4-8.c
#include"stdio.h"
#include"graphics.h"
#define INFINITY 32767
#define MAX_VERTEX_NUM 20 /*最大顶点数*/
typedef struct ArcCell
{ /*定义邻接矩阵*/
int adj;
char *info;
}AdjMatrix[MAX_VERTEX_NUM
www.eeworm.com/read/298422/7962095
txt 公园导游图.c.txt
#define INFINITY 10000 /*无穷大*/
#define MAX_VERTEX_NUM 40
#define MAX 40
#include
#include
#include
#include
typedef struct ArCell
{
int adj; //路
www.eeworm.com/read/295889/8135234
c testime2.c
#include
#include
#include
#include
#define INFINITY 2147483647
double insertion_sort(unsigned int n,unsigned int array[]);
double merge_sort(unsigned int n, uns
www.eeworm.com/read/246011/12764870
c girth.c
/*
FILENAME: girth.c
AUTHOR: Tadashi Wadayama
HOW TO MAKE:
gcc -O2 -o girth girth.c
*/
#include
#include
#define INFINITY 10000000
int n;
int m;
int rmax;
int cmax;
www.eeworm.com/read/244380/12869760
m hin_rock.m
% H_infinity design for the rocket stabilization system
%
nmeas = 2;
ncon = 1;
gmin = 0.15;
gmax = 1000000;
hin_ic = sel(sys_ic,[8:11],[8:11]);
tol = 0.001;
[K_hin,clp] = hinfsyn(hin_ic,nmeas,
www.eeworm.com/read/124347/6053191
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)
typedef unsign
www.eeworm.com/read/112192/6148079
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)
typedef unsign
www.eeworm.com/read/401390/11558125
m clf_mds.m
% Closed-loop frequency responses for three controllers of the
% mass/damper/spring system
%
sim_mds
omega = logspace(-2,2,100);
%
% H_infinity controller
clp_hin = lft(sim_ic,K_hin);
ref_hin