代码搜索:Infinity

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

代码结果 1,499
www.eeworm.com/read/292144/3956598

todo

Bugfix ====== P->current (Fix observable behaviour?) New calling convention for guard bifs (Recognize at load time). Long branches: timer:tc(hipe,c,[megaco_text_parser,[{timeout,infinity}]]).
www.eeworm.com/read/366702/2876975

f90 namelist_42.f90

! { dg-do run } ! { dg-options "-mieee" { target sh*-*-* } } ! ! PR fortran/34427 ! ! Check that namelists and the real values Inf, NaN, Infinity ! properly coexist. ! PROGRAM TEST IMPLICIT NONE
www.eeworm.com/read/411648/11235168

m ex11-2_hinfex1b.m

function HinfEx1b(SSFlag, BiasFlag) % Compare the Kalman and H-infinity estimators for a scalar system. % SSFlag = 1 if the steady state estimator is used. % BiasFlag = 1 if the process noise is
www.eeworm.com/read/102347/15785634

cpp 最短路径.cpp

#include"图.h" #include #define INFINITY 300 typedef struct{ int vx,vy; }Edge; typedef struct{ Edge edges[MAXVTXNUM]; int len; }PathType,Parray[MAXVTXNUM][MAXVTXNUM];
www.eeworm.com/read/365029/9881647

cpp intmath.cpp

#include "muscle.h" #include PROB ScoreToProb(SCORE Score) { if (MINUS_INFINITY >= Score) return 0.0; return (PROB) pow(2.0, (double) Score/INTSCALE); } static const double
www.eeworm.com/read/443252/7635359

m heat.m

% Study of heat transfer and temperature of a 1x1 metal plate %heat is dissipated through the sides and temp at infinity is t % n(n-1) points in consideration, %Temperature at top end is 500*sin
www.eeworm.com/read/142539/12941005

c fig10_46.c

#include #include typedef long int TwoDimArray[ 5 ][ 5 ]; #define Infinity INT_MAX /* START: fig10_46.txt */ /* Compute optimal ordering
www.eeworm.com/read/241323/13156434

m fact.m

function f=fact(x); %> The file calculates the factorials fact(x) of %> a matrix with integer entries, sets infinity for negative values. %> Call: fact(X) %> Input: X = vector or matrix, int
www.eeworm.com/read/136072/5874051

h huge_val.h

/* `HUGE_VAL' constants for blackfin (where it is infinity). Used by and functions for overflow. Copyright (C) 1992, 1995, 1996, 1997, 1999, 2000 Free Software Foundation, In
www.eeworm.com/read/124347/6052375

c s_nan.c

/* * nan () returns a nan. * Added by Cygnus Support. */ /* FUNCTION , ---representation of infinity INDEX nan INDEX nanf ANSI_SYNOPSIS #include double nan(void); f