代码搜索:Infinity
找到约 1,499 项符合「Infinity」的源代码
代码结果 1,499
www.eeworm.com/read/308708/13694987
h c7-1.h
// c7-1.h 图的数组(邻接矩阵)存储表示
#define INFINITY INT_MAX // 用整型最大值代替∞
#define MAX_VERTEX_NUM 20 // 最大顶点个数
enum GraphKind{DG,DN,AG,AN}; // {有向图,有向网,无向图,无向网}
typedef struct
{
VRType adj; // 顶点关系
www.eeworm.com/read/307670/13717620
h c7-1.h
// c7-1.h 图的数组(邻接矩阵)存储表示
#define INFINITY INT_MAX // 用整型最大值代替∞
#define MAX_VERTEX_NUM 20 // 最大顶点个数
enum GraphKind{DG,DN,AG,AN}; // {有向图,有向网,无向图,无向网}
typedef struct
{
VRType adj; // 顶点关系
www.eeworm.com/read/147331/5731157
c setrlimit64.c
/* Copyright (C) 1991,1995,1996,1997,1998,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
modif
www.eeworm.com/read/147331/5733085
c sf_pow.c
/* @(#)z_powf.c 1.0 98/08/13 */
#include
#include "fdlibm.h"
#include "zmath.h"
float powf (float x, float y)
{
float d, k, t, r = 1.0;
int n, sign, exponent_is_even_int = 0;
__int32
www.eeworm.com/read/124347/6051092
c setrlimit64.c
/* Copyright (C) 1991,1995,1996,1997,1998,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
modif
www.eeworm.com/read/124347/6052546
c sf_pow.c
/* @(#)z_powf.c 1.0 98/08/13 */
#include
#include "fdlibm.h"
#include "zmath.h"
float powf (float x, float y)
{
float d, k, t, r = 1.0;
int n, sign, exponent_is_even_int = 0;
__int32
www.eeworm.com/read/100039/6275923
h port_after.h
#ifndef PORT_AFTER_H
#define PORT_AFTER_H
#undef HAVE_SA_LEN
#define USE_POSIX
#define POSIX_SIGNALS
#define USE_WAITPID
#define HAVE_FCHMOD
#define NEED_PSELECT
#define SETGRENT_VOID
#define SETPWENT
www.eeworm.com/read/382398/6321252
h c7-1.h
// c7-1.h 图的数组(邻接矩阵)存储表示
#define INFINITY INT_MAX // 用整型最大值代替∞
#define MAX_VERTEX_NUM 20 // 最大顶点个数
enum GraphKind{DG,DN,AG,AN}; // {有向图,有向网,无向图,无向网}
typedef struct
{
VRType adj; // 顶点关系
www.eeworm.com/read/494289/6381713
h ecn3.h
/*
* MIRACL C++ Header file ecn3.h
*
* AUTHOR : M. Scott
*
* PURPOSE : Definition of class ECn3 (Arithmetic on an Elliptic Curve,
* mod n^3)
*
* NOTE :
www.eeworm.com/read/494289/6381742
h ecn4.h
/*
* MIRACL C++ Header file ecn4.h
*
* AUTHOR : M. Scott
*
* PURPOSE : Definition of class ECn4 (Arithmetic on an Elliptic Curve,
* mod n^4)
*
* NOTE :