代码搜索:Infinity

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

代码结果 1,499
www.eeworm.com/read/477716/6732767

h dsl.h

#include #include "fatal.h" typedef int ElementType; #define Infinity (10000) #ifndef _SkipList_H #define _SkipList_H struct SkipN
www.eeworm.com/read/477716/6732828

h treap.h

#include #include "fatal.h" typedef int ElementType; #define Infinity 32767 #ifndef _Treap_H #define _Treap_H struct TreapNode;
www.eeworm.com/read/404076/11491973

h splay.h

#include #include "fatal.h" typedef int ElementType; #define Infinity 30000 #define NegInfinity (-30000) /* START: fig12_5.txt */ #ifndef _
www.eeworm.com/read/404076/11491977

h dsl.h

#include #include "fatal.h" typedef int ElementType; #define Infinity (10000) #ifndef _SkipList_H #define _SkipList_H struct SkipN
www.eeworm.com/read/404076/11492038

h treap.h

#include #include "fatal.h" typedef int ElementType; #define Infinity 32767 #ifndef _Treap_H #define _Treap_H struct TreapNode;
www.eeworm.com/read/208657/15239797

m infcal.m

%This program will calculate the day for any date given by the user. %The calender works from the year 1582 to the year infinity. %It is based on the fact that weekdays repeat itself every 400 years
www.eeworm.com/read/211187/4945398

txt templates6.txt

#-- Version 6 --# #-- Beta Advanced Text Graphics --# # templates for the BIFS nodes # ============================= # Notations I = Infinity # %q=x Quantization method x # 0 None # 1 3D Positi
www.eeworm.com/read/293917/3927417

cpp fig10_79.cpp

Distance Graph::shortest( $s$, $t$ ) { Distance $d_t$, temp; if( $s$ == $t$ ) return 0; $d_t$ = $\infinity$; for each Vertex $v$ adjacent to $s$ { tmp =
www.eeworm.com/read/358128/3000114

pm bigfloat.pm

package Math::BigFloat; # # Mike grinned. 'Two down, infinity to go' - Mike Nostrus in 'Before and After' # # The following hash values are internally used: # _e : exponent (ref to $CALC object)
www.eeworm.com/read/294853/8198291

pas cash.pas

Program ScaleRhyme_Cash; Const InPath = 'cash.in' ; OutPath = 'cash.out' ; MaxN = 100000 ; Infinity = MaxLongint Div 8 ; Type TIndex = Longint ; PTreapNode = ^TTreapNode ; TTreapNode =