代码搜索:Infinity
找到约 1,499 项符合「Infinity」的源代码
代码结果 1,499
www.eeworm.com/read/195191/8170101
inc quik.inc
include 'maxn1.inc'
implicit integer (a-z)
parameter (fldmax=2*maxn)
parameter (infinity=999999)
parameter (maxtloops=100)
parameter (maxtriloops=50)
paramete
www.eeworm.com/read/178031/9422851
h graph.h
#define UNVISITED 0
#define VISITED 1
#define INFINITY 100000
class Edge{
public:
int from;
int to;
int weight;
void print()
{
cout
www.eeworm.com/read/349226/10840506
lif sawtoot2.lif
#Life 1.05
#D Parabolic sawtooth
#D Population is unbounded but does not tend to infinity; its graph as
#D a function of time is a sawtooth with a parabolic envelope.
#D The pattern works by repea
www.eeworm.com/read/144366/12800324
java~1~ graph.java~1~
package rooter;
class Graph
{
private final int MAX_VERTS = 20;
private final int INFINITY = 1000000;
private Vertex vertexList[]; // list of vertices
private int adjMat[][];
www.eeworm.com/read/142539/12940838
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/142539/12940847
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/142539/12941022
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/101082/6242304
h curshdr.h
/* @(#)curshdr.h 4.1 (ULTRIX) 7/2/90 */
/*LINTLIBRARY*/
/*
* IC and IL overheads and costs should be set to this
* value if the corresponding feature is missing
*/
#define INFINITY 500
struct li
www.eeworm.com/read/493005/6403448
gd
NAME
gd - gudermannian function
SYNOPSIS
gd(z [,eps])
TYPES
z number (real or complex)
eps nonzero real, defaults to epsilon()
return number or "Log of zero or infinity" error
www.eeworm.com/read/477716/6732763
h splay.h
#include
#include "fatal.h"
typedef int ElementType;
#define Infinity 30000
#define NegInfinity (-30000)
/* START: fig12_5.txt */
#ifndef _