代码搜索:Infinity

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

代码结果 1,499
www.eeworm.com/read/243950/12905138

as bitwise.as

// makeswf -v 7 -s 200x150 -r 1 -o bitwise.swf bitwise.as trace ("check Bitwise and shift operations"); numbers = [ Infinity, -Infinity, NaN, 0.0, -0.0, 1, -1, -2, 2, 3, 42, 0.5, -0.5, 1.5, -1.
www.eeworm.com/read/141160/13035202

c cmplx.c

/* cmplx.c * * Complex number arithmetic * * * * SYNOPSIS: * * typedef struct { * double r; real part * double i; imaginary part * }cmplx; * * cmplx *a, *b, *c
www.eeworm.com/read/323001/13358803

c c.c

/* Solution for task "Escape" * Linas Petrauskas */ #include #include #define MAXN 250 #define MAXV (MAXN * 2 + 3) #define MAXVISION 100 #define INFINITY 1000000 #d
www.eeworm.com/read/315999/13532743

cpp func7-8.cpp

// func7-8.cpp 算法7.16,algo7-10.cpp和algo7-11.cpp用到 void ShortestPath_FLOYD(MGraph G,PathMatrix P,DistancMatrix D) { // 用Floyd算法求有向网G中各对顶点v和w之间的最短路径P[v][w][]及其带权长度D[v][w]。 // 若P[v][w][u]为TRUE,则
www.eeworm.com/read/310784/13644088

cpp one_shortroad.cpp

#include #define MAX_VERTEX 100 #define INFINITY 10000//在这里相当于无穷大,在邻接表用以初始化,表示两条边不相连。 typedef char VertexType; typedef int VRType; typedef bool** PathMatrix; typedef VRType* ShortPat
www.eeworm.com/read/306748/13738956

c cmplx.c

/* cmplx.c * * Complex number arithmetic * * * * SYNOPSIS: * * typedef struct { * double r; real part * double i; imaginary part * }cmplx; * * cmplx *a, *b, *c
www.eeworm.com/read/147331/5733029

c s_infconst.c

/* Infinity as a constant value. This is used for HUGE_VAL. * Added by Cygnus Support. */ #include "fdlibm.h" #ifndef _DOUBLE_IS_32BITS #ifdef __IEEE_BIG_ENDIAN const union __dmath __infinity[1]
www.eeworm.com/read/147331/5733141

c s_infconst.c

/* Infinity as a constant value. This is used for HUGE_VAL. * Added by Cygnus Support. */ #include "fdlibm.h" #ifndef _DOUBLE_IS_32BITS #ifdef __IEEE_BIG_ENDIAN const union __dmath __infinity[1]
www.eeworm.com/read/139332/5800477

hpp iso_format.hpp

#ifndef ISO_FORMAT_HPP___ #define ISO_FORMAT_HPP___ /* Copyright (c) 2002,2003 CrystalClear Software, Inc. * Use, modification and distribution is subject to the * Boost Software License, Version
www.eeworm.com/read/139332/5800543

hpp date_format_simple.hpp

#ifndef DATE_TIME_SIMPLE_FORMAT_HPP___ #define DATE_TIME_SIMPLE_FORMAT_HPP___ /* Copyright (c) 2002,2003 CrystalClear Software, Inc. * Use, modification and distribution is subject to the * Boost