代码搜索:Infinity
找到约 1,499 项符合「Infinity」的源代码
代码结果 1,499
www.eeworm.com/read/315967/13533634
java isfloat.java
import java.lang.*;
import java.util.regex.*;
public class IsFloat {
public static boolean isFloat(String arg){
final String Digits = "(\\p{Digit}+)";
final String HexDigits = "(\\p{XDi
www.eeworm.com/read/314474/13566557
h vocabdistance.h
/*
* VocabDistance.h --
* Distance metrics over vocabularies
*
* Copyright (c) 2000,2004 SRI International. All Rights Reserved.
*
* @(#)$Header: /home/srilm/devel/lm/src/RCS/VocabDistance.h,v
www.eeworm.com/read/306748/13738910
c unity.c
/* unity.c
*
* Relative error approximations for function arguments near
* unity.
*
* log1p(x) = log(1+x)
* expm1(x) = exp(x) - 1
* cosm1(x) = cos(x) - 1
*
*/
#include "mconf.
www.eeworm.com/read/306748/13738916
c cosh.c
/* cosh.c
*
* Hyperbolic cosine
*
*
*
* SYNOPSIS:
*
* double x, y, cosh();
*
* y = cosh( x );
*
*
*
* DESCRIPTION:
*
* Returns hyperbolic cosine of argument in the range MINLOG t
www.eeworm.com/read/306720/13739541
pas unitlinearregressfunction.pas
unit UnitLinearRegressFunction;
interface
uses Valedit, SysUtils, ExtCtrls, Types, Graphics, windows, Forms;
type TXX=record
n :integer; {数据组数n }
A :d
www.eeworm.com/read/306720/13739560
pas unitlinearregressfunction.pas
unit UnitLinearRegressFunction;
interface
uses Valedit, SysUtils, ExtCtrls, Types, Graphics, windows, Forms;
type TXX=record
n :integer; {数据组数n }
A :d
www.eeworm.com/read/304850/13785029
c travel fenzh.c
/*
* File: tsp.c
* Description: 求解货郎担问题的分枝限界算法
* Branch-and-bound algorithm to solve
* the travelling salesman problem.
* Created: 2001/11/29
* Author: Justin
www.eeworm.com/read/147766/5722446
s fp_util.s
/*
* fp_util.S
*
* Copyright Roman Zippel, 1997. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the foll
www.eeworm.com/read/147331/5732275
c f_expf.c
/*
* ====================================================
* Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved.
*
* Permission to use, copy, modify, and distribute this
* software is fr
www.eeworm.com/read/147331/5732288
c f_exp.c
/*
* ====================================================
* Copyright (C) 1998,2002 by Red Hat Inc. All rights reserved.
*
* Permission to use, copy, modify, and distribute this
* software is fre