代码搜索:Infinity
找到约 1,499 项符合「Infinity」的源代码
代码结果 1,499
www.eeworm.com/read/233448/4687911
java pr15769.java
class PR15769 {
private boolean foo () { return false; }
public boolean bar (double blaz)
{
return (Double.POSITIVE_INFINITY != blaz) && foo ();
www.eeworm.com/read/366702/2882336
c float-range-2.c
/* Floating constants outside the range of their type should receive a
pedwarn, not a warning. This includes INFINITY if the target does
not support infinities. */
/* Origin: Joseph Myers
www.eeworm.com/read/195191/8169920
doc mfold.doc
Glossary of subroutines, functions and some of the variables
used by the nafold.
Global variables: {implicit integer}
(data defined)
infinity - large positive integer used to indicate i
www.eeworm.com/read/195191/8170047
inc efn.inc
implicit integer (a-z)
parameter (maxn=20000,infinity=16000)
parameter (maxtloops=100)
parameter (maxtriloops=50)
parameter (maxsiz=20000)
real prelog
int
www.eeworm.com/read/411648/11235214
m ex12-3_addhinfconstrmonte.m
function AddHinfConstrMonte
% Obtain Monte Carlo based statistics for the unconstrained and constrained
% Kalman and H-infinity state estimates
nMonte = 100; % number of Monte Carlo simulations
www.eeworm.com/read/280856/10287313
h factory.h
#ifndef FACTORY_HEAD_FILE
#define FACTORY_HEAD_FILE
#pragma once
#include "Array.h"
//////////////////////////////////////////////////////////////////////////
//宏定义
#define INFINITY_COUN
www.eeworm.com/read/458493/7295804
m gausslagquad.m
function I = gaussLagQuad(fun,nnode,wtype,varargin)
% gaussLagQuad Gauss-Laguerre quadrature for integrals on [0,infinity)
%
% Synopsis: I = gaussLagQuad(fun,node)
% I = gaussLagQuad(
www.eeworm.com/read/458493/7295816
m quadtoinfinity.m
function Isum = quadToInfinity(fun,a,dx0,tol,method)
% quadToInfinity Integral from a to infinity evaluated as sum of integrals
% Size of subintervals increases geometrically. Sum
www.eeworm.com/read/458488/7296180
m gausslagquad.m
function I = gaussLagQuad(fun,nnode,wtype,varargin)
% gaussLagQuad Gauss-Laguerre quadrature for integrals on [0,infinity)
%
% Synopsis: I = gaussLagQuad(fun,node)
% I = gaussLagQuad(
www.eeworm.com/read/458488/7296192
m quadtoinfinity.m
function Isum = quadToInfinity(fun,a,dx0,tol,method)
% quadToInfinity Integral from a to infinity evaluated as sum of integrals
% Size of subintervals increases geometrically. Sum