代码搜索:Infinity
找到约 1,499 项符合「Infinity」的源代码
代码结果 1,499
www.eeworm.com/read/161121/5557238
c dfcmp.c
/*
* Linux/PA-RISC Project (http://www.parisc-linux.org/)
*
* Floating-point emulation code
* Copyright (C) 2001 Hewlett-Packard (Paul Bame)
*
* This program is free softwa
www.eeworm.com/read/152843/5659092
c dfcmp.c
/*
* Linux/PA-RISC Project (http://www.parisc-linux.org/)
*
* Floating-point emulation code
* Copyright (C) 2001 Hewlett-Packard (Paul Bame)
*
* This program is free softwa
www.eeworm.com/read/193154/8250781
cc aodv_mtable.cc
#include "aodv/aodv_mtable.h"
/* =====================================================================
The Multicast Routing Table
==========================================================
www.eeworm.com/read/236472/14014580
cc aodv_mtable.cc
#include "aodv/aodv_mtable.h"
/* =====================================================================
The Multicast Routing Table
==========================================================
www.eeworm.com/read/102394/15784228
c transport.c
/* specfunc/transport.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Ge
www.eeworm.com/read/100750/15865435
c transport.c
/* specfunc/transport.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Ge
www.eeworm.com/read/178768/9385795
c sokal.c
/* Functions to estimates integrated autocorrelation time using
method of Sokal. Taken from PJG function sokal.f
Note that the definition is the sum from minus infinity to
infinity of th
www.eeworm.com/read/375802/2719608
as stoplightthreshold.as
package qs.charts.dataRenderers
{
import mx.graphics.IFill;
import Infinity;
public class StoplightThreshold
{
public var fill:IFill;
public var value:Number = -Infinity;
}
}
www.eeworm.com/read/183272/9172365
1 figc.1
#include "apue.h"
#include
#include
#define OPEN_MAX_GUESS 256
long
open_max(void)
{
long openmax;
struct rlimit rl;
if ((openmax = sysconf(_SC_OPEN_MAX)) < 0 ||
o
www.eeworm.com/read/183272/9172556
c openmax.c
#include "apue.h"
#include
#include
#define OPEN_MAX_GUESS 256
long
open_max(void)
{
long openmax;
struct rlimit rl;
if ((openmax = sysconf(_SC_OPEN_MAX)) < 0 ||
o