代码搜索:Infinity
找到约 1,499 项符合「Infinity」的源代码
代码结果 1,499
www.eeworm.com/read/452710/7436061
c,v ripok.c,v
head 1.1;
access;
symbols;
locks
dls:1.1; strict;
comment @ * @;
1.1
date 97.09.21.19.28.14; author dls; state Dist;
branches;
next ;
desc
@@
1.1
log
@pre-3e code
@
text
www.eeworm.com/read/452710/7436067
c ripok.c
/* ripok.c - ripok */
#include
#include
#include
#ifdef RIP
/*------------------------------------------------------------------------
* ripok - determine
www.eeworm.com/read/436719/7765292
cpp algo7-11.cpp
// algo7-11.cpp 实现教科书图7.33的程序(新增孤立顶点台北)
#include"c1.h"
#include"func7-1.cpp" // 包括顶点信息类型的定义及对它的操作
#include"func7-2.cpp" // 包括弧(边)的相关信息类型的定义及对它的操作
#include"c7-1.h" // 图的数组(邻接矩阵)存储结构
#include
www.eeworm.com/read/436719/7765295
h c7-1.h
// c7-1.h 图的数组(邻接矩阵)存储结构。在教科书第161页
#define INFINITY INT_MAX // 用整型最大值代替∞
typedef int VRType; // 定义顶点关系类型为整型,与INFINITY的类型一致
#define MAX_VERTEX_NUM 26 // 最大顶点个数
enum GraphKind{DG,DN,UDG,UDN}; /
www.eeworm.com/read/397122/8065767
m linf.m
function [perf,which] = linf(e)
% L infinity norm of the residuals
%
% >> perf = linf(E);
%
% see also:
% mse, mae, medae, trimmedmse
% Copyright (c) 2002, KULeuven-ESAT-SCD, License & help
www.eeworm.com/read/144488/12787757
cpp a校园导游图.cpp
#include < iostream.h >
#include < limits.h >
#define ERROR 0
#define OK 1
#define FALSE 0
#define TRUE 1
#define INFINITY INT_MAX
#define MAX_VERTEX_NUM 30
typedef unsigned int VRType;
www.eeworm.com/read/331336/12832419
m linf.m
function [perf,which] = linf(e)
% L infinity norm of the residuals
%
% >> perf = linf(E);
%
% see also:
% mse, mae, medae, trimmedmse
% Copyright (c) 2002, KULeuven-ESAT-SCD, License & help
www.eeworm.com/read/139320/13161322
m linf.m
function [perf,which] = linf(e)
% L infinity norm of the residuals
%
% >> perf = linf(E);
%
% see also:
% mse, mae, medae, trimmedmse
% Copyright (c) 2002, KULeuven-ESAT-SCD, License & help
www.eeworm.com/read/324303/13273680
m linf.m
function [perf,which] = linf(e)
% L infinity norm of the residuals
%
% >> perf = linf(E);
%
% see also:
% mse, mae, medae, trimmedmse
% Copyright (c) 2002, KULeuven-ESAT-SCD, License & help
www.eeworm.com/read/318947/13465963
m linf.m
function [perf,which] = linf(e)
% L infinity norm of the residuals
%
% >> perf = linf(E);
%
% see also:
% mse, mae, medae, trimmedmse
% Copyright (c) 2002, KULeuven-ESAT-SCD, License & help