代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/134053/5895414
pas calc.pas
{************************************************}
{ }
{ Turbo Vision Demo }
{ Copyright (c) 1990 by Borland Internatio
www.eeworm.com/read/131315/5930803
s mulf.s
/*
* Copyright (c) 1986, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Computer Consoles Inc.
*
*
www.eeworm.com/read/131315/5933627
c fpu_mul.c
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* This software was developed by the Computer Systems Engineering group
* at Lawrence Berkeley
www.eeworm.com/read/131315/5937681
c qmath.c
/*
* Copyright (c) 1994 David I. Bell
* Permission is granted to use, distribute, or modify this source,
* provided that this copyright notice remains intact.
*
* Extended precision rational arit
www.eeworm.com/read/131315/5941002
cc rational.cc
/*
Copyright (C) 1988 Free Software Foundation
written by Doug Lea (dl@rocky.oswego.edu)
This file is part of the GNU C++ Library. This library is free
software; you can redistribute it and/or
www.eeworm.com/read/131315/5941797
c cfbply1rct.c
/*
* $XConsortium: cfbply1rct.c,v 1.11 92/05/18 14:37:44 keith Exp $
*
* Copyright 1990 Massachusetts Institute of Technology
*
* Permission to use, copy, modify, distribute, and sell this softwa
www.eeworm.com/read/130875/5949808
t
Attribute VB_Name = "modMethod"
't分布
Option Explicit
'计算GAMMA函数
'x:自变量
'z:GAMMA函数值
Public Sub GAMMA(x As Double, z As Double)
Dim H As Double, y As Double, y1 As Double
H = 1: y = x
L
www.eeworm.com/read/126092/6018083
c cole_isfs_fast.c
/*
cole - A free C OLE library.
cole_isfs_fast - Fast guess if a file is a valid filesystem.
Copyright 1998, 1999 Roberto Arturo Tena Sanchez
This program is free software; you can redis
www.eeworm.com/read/125688/6026180
c s_asinh.c
/* @(#)s_asinh.c 5.1 93/09/24 */
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
*
* Developed at SunPro, a Sun Micros
www.eeworm.com/read/124672/6041419
cpp jv.cpp
//
// jv.cpp
//
// jv.cpp,v 1.10 2003/12/12 09:54:54 tonyottosson Exp
//
#include
#include "base/itassert.h"
#include "base/scalfunc.h"
#include "../src/base/bessel/bessel_internal.h"
usi