代码搜索:Infinity
找到约 1,499 项符合「Infinity」的源代码
代码结果 1,499
www.eeworm.com/read/316944/13513996
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/315999/13532758
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/315999/13532759
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/302419/13836074
cpp szcc.cpp
#include
#include"stdio.h"
#define max_vertex_num 20 //最大顶点个数
#define infinity int_max //最大值
typedef struct arccell
{
float adj; //权值类型
infotype *info; //该弧相关信息指针
}arccell,
www.eeworm.com/read/136072/5874396
c ulimit.c
/* vi: set sw=4 ts=4: */
/*
* Copyright (C) 2003 by Erik Andersen
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU L
www.eeworm.com/read/124910/6036592
c ulimit.c
/* Copyright (C) 1991, 92, 94, 96, 97, 98, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modi
www.eeworm.com/read/120487/6073473
out tinterval-solaris-1947.out
--
-- TINTERVAL
--
CREATE TABLE TINTERVAL_TBL (f1 tinterval);
-- Should accept any abstime,
-- so do not bother with extensive testing of values
INSERT INTO TINTERVAL_TBL (f1)
VALUES ('["-infinity
www.eeworm.com/read/120487/6073479
out tinterval.out
--
-- TINTERVAL
--
CREATE TABLE TINTERVAL_TBL (f1 tinterval);
-- Should accept any abstime,
-- so do not bother with extensive testing of values
INSERT INTO TINTERVAL_TBL (f1)
VALUES ('["-infinity
www.eeworm.com/read/120487/6073488
out abstime-solaris-1947.out
--
-- ABSTIME
-- testing built-in time type abstime
-- uses reltime and tinterval
--
--
-- timezones may vary based not only on location but the operating
-- system. the main correctness issue is tha
www.eeworm.com/read/120487/6073527
out abstime.out
--
-- ABSTIME
-- testing built-in time type abstime
-- uses reltime and tinterval
--
--
-- timezones may vary based not only on location but the operating
-- system. the main correctness issue is tha