代码搜索:Infinity

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

代码结果 1,499
www.eeworm.com/read/168223/9931450

txt dijkstra.txt

#include #define INFINITY 1000 typedef struct Vertex_Info { int visited; int dist; int path; }Vertex_Info; typedef struct Vertex { int vertex; int dist; s
www.eeworm.com/read/436397/7770563

h graph.h

#ifndef gjrjgejggorgj #define gjrjgejggorgj #define UNVISITED 0 #define VISITED 1 #define INFINITY 9999999 #include"Edge.h" class Graph { public: int numVertex; //图的顶点的个数 int numEdge; /
www.eeworm.com/read/326313/13148650

m ceil.m

function P = ceil(P) % CEIP -- built-in CEIL, extended to matrix polynomials % % P = ceil(P) % % Round P.coef towards +infinity. % Copyright (c) 2004 by Fritz Keinert (keinert@iastate
www.eeworm.com/read/326313/13148666

m floor.m

function P = floor(P) % FLOOR -- built-in FLOOR, extended to matrix polynomials % % P = floor(P) % % Round P.coef towards -infinity. % Copyright (c) 2004 by Fritz Keinert (keinert@ias
www.eeworm.com/read/321205/13410738

txt dijkstra.txt

#include #define INFINITY 1000 typedef struct Vertex_Info { int visited; int dist; int path; }Vertex_Info; typedef struct Vertex { int vertex; int dist; s
www.eeworm.com/read/317250/13506834

cpp kruskal.cpp

#include "stdio.h" #define OK 1 #define MAX_VERTEX_NUM 20 #define INFINITY 9999 typedef struct { char begin; char end; int weight; }edge; struct closedge { char adjvex
www.eeworm.com/read/124910/6035484

h huge_val.h

/* `HUGE_VAL' constants for S/390 (where it is infinity). Used by and functions for overflow. Copyright (C) 2000, 2001 Free Software Foundation, Inc. Contributed by Martin
www.eeworm.com/read/100127/6274128

py rec_play.py

# # records an AIFF sample and plays it # infinity number of times. # import time import al def recordit () : p = al.openport('hello', 'r') print 'recording...' buf = p.readsamps(500000) print '
www.eeworm.com/read/228652/14371602

m ceil.m

function P = ceil(P) % CEIP -- built-in CEIL, extended to matrix polynomials % % P = ceil(P) % % Round P.coef towards +infinity. % Copyright (c) 2004 by Fritz Keinert (keinert@iastate
www.eeworm.com/read/228652/14371640

m floor.m

function P = floor(P) % FLOOR -- built-in FLOOR, extended to matrix polynomials % % P = floor(P) % % Round P.coef towards -infinity. % Copyright (c) 2004 by Fritz Keinert (keinert@ias