代码搜索:Infinity
找到约 1,499 项符合「Infinity」的源代码
代码结果 1,499
www.eeworm.com/read/174160/9605663
m simmginfty.m
function [jumptimes, systsize] = simmginfty(tmax, lambda)
% SIMMGINFTY simulate a M/G/infinity queueing system. Arrivals are
% a homogeneous Poisson process of intensity lambda. Service times
% Par
www.eeworm.com/read/370140/9615758
dpr maxflow_dinic.dpr
Program MaxFlow_Dinic;
Const
MaxNodeNum = 5000 ;
MaxEdgeNum = 50000 ;
Infinity = MaxLongint Div 2;
Type
TIndex = Longint;
TCapacity = Longint;
TEdge = Record
Start,Target:TIndex;
F
www.eeworm.com/read/283824/8986588
m test_6_2.m
% given two uncalibrated views and three vanishing points
% 1. compute projective reconstruction
% 2. using projective coordinates of the vanishing points compute
% plane at infinity
% 3. comp
www.eeworm.com/read/142539/12940945
h binomial.h
typedef long ElementType;
#define Infinity (30000L)
#ifndef _BinHeap_H
#define _BinHeap_H
#define MaxTrees (14) /* Stores 2^14 -1 items */
#define
www.eeworm.com/read/144216/5752581
t sprintf.t
#!./perl
# Tests sprintf, excluding handling of 64-bit integers or long
# doubles (if supported), of machine-specific short and long
# integers, machine-specific floating point exceptions (infinity,
www.eeworm.com/read/493165/6407458
h shadow.h
/* GL_shadow: an implementation of the stencil shadow volume technique
* Copyright (C) 2005 Angelo "Encelo" Theodorou
*/
#include "extra.h"
#define INF 10 /* What to consider "infinity" for silho
www.eeworm.com/read/477716/6732803
h binomial.h
typedef long ElementType;
#define Infinity (30000L)
#ifndef _BinHeap_H
#define _BinHeap_H
#define MaxTrees (14) /* Stores 2^14 -1 items */
#define
www.eeworm.com/read/404076/11492013
h binomial.h
typedef long ElementType;
#define Infinity (30000L)
#ifndef _BinHeap_H
#define _BinHeap_H
#define MaxTrees (14) /* Stores 2^14 -1 items */
#define
www.eeworm.com/read/342311/12029444
m plotls.m
function [ ls, vs ] = plotLS(times, type, infinity, plotType, figHandle)
% function to plot the results of an LS run
%
% Ian Mitchell 6/23/00
%
% figHandle == 0: current figure is used (hold is not to
www.eeworm.com/read/211952/15169772
pas p2335.pas
PROGRAM p2335;
CONST
infinity=1e10;
small=1e-9;
TYPE
Circle=record
x,y,r :Extended;
end;
VAR
f