代码搜索:Infinity
找到约 1,499 项符合「Infinity」的源代码
代码结果 1,499
www.eeworm.com/read/119201/14837567
c shortestpath.c
/*计机(2)冯绍欣
2002374203*/
#define INFINITY 500
#define MAX 6
#define MEMBER 1
#define NONMEMBER 0
#include
int G[MAX][MAX],a
www.eeworm.com/read/167046/5470072
h mathdef.h
/* Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it un
www.eeworm.com/read/167046/5470167
h fpu_control.h
/* FPU control word bits. Alpha-mapped-to-Intel version.
Copyright (C) 1996, 1998, 2000, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Olaf Flebb
www.eeworm.com/read/163821/5508603
h mathdef.h
/* Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it un
www.eeworm.com/read/163233/5511073
csh veltoplot.csh
# For sample times (uses sample timing info).
grep "Velocity = " | grep -v "Infinity" | awk '{print $3 " " $6;}'
# For sample numbers (removes timimng influence).
#grep "Velocity = " | grep -v "Infin
www.eeworm.com/read/195191/8170185
h defines.h
// defines.h
#if !defined(DEFINES_H)
#define DEFINES_H
#define maxfil 100 //maximum length of file names
#define infinity 9999999 //an arbitrary value given to infinity
#define maxtloop 100 /
www.eeworm.com/read/394381/8227924
c dijk.c
#include "mex.h"
#include "iostream.h"
#include "stdlib.h"
#include "stdio.h"
#define INFINITY 10000
void dijkstra(double *g,int u1 ,int u2,double *out,double *value,int mrows,int ncols)
{doubl