代码搜索:Approximation
找到约 1,542 项符合「Approximation」的源代码
代码结果 1,542
www.eeworm.com/read/147331/5733164
c s_erf.c
/* @(#)s_erf.c 5.1 93/09/24 */
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
*
* Developed at SunPro, a Sun Microsy
www.eeworm.com/read/146906/5734273
java mc_asset_test.java
/* WARANTY NOTICE AND COPYRIGHT
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation;
www.eeworm.com/read/136812/5858334
s r_sqrt_.s
.seg "data"
.asciz "@(#)r_sqrt_.S 1.1 92/07/30 SMI"
#define LOCORE
#include
! Copyright (c) 1988 by Sun Microsystems, Inc.
!
! Fortran single _r_sqrt_(x)
! Code by K.C. N
www.eeworm.com/read/125688/6024696
c s_erf.c
/* @(#)s_erf.c 5.1 93/09/24 */
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
*
* Developed at SunPro, a Sun Microsys
www.eeworm.com/read/125688/6026154
c s_erf.c
/* @(#)s_erf.c 5.1 93/09/24 */
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
*
* Developed at SunPro, a Sun Microsys
www.eeworm.com/read/124347/6052508
c s_erf.c
/* @(#)s_erf.c 5.1 93/09/24 */
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
*
* Developed at SunPro, a Sun Microsy
www.eeworm.com/read/124347/6052625
c s_erf.c
/* @(#)s_erf.c 5.1 93/09/24 */
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
*
* Developed at SunPro, a Sun Microsy
www.eeworm.com/read/113483/6131354
m upwindfirsteno3.m
function [ derivL, derivR ] = upwindFirstENO3(grid, data, dim, generateAll)
% upwindFirstENO3: third order upwind approx of first derivative.
%
% [ derivL, derivR ] = upwindFirstENO3(grid, data,
www.eeworm.com/read/113483/6131355
m upwindfirstfirst.m
function [ derivL, derivR ] = upwindFirstFirst(grid, data, dim, generateAll)
% upwindFirstFirst: first order upwind approx of first derivative.
%
% [ derivL, derivR ] = upwindFirstFirst(grid, dat
www.eeworm.com/read/113483/6131357
m upwindfirstweno5b.m
function [ derivL, derivR ] = upwindFirstWENO5b(grid, data, dim, generateAll)
% upwindFirstWENO5b: fifth order upwind approx of first deriv by direct calc.
%
% [ derivL, derivR ] = upwindFirstWEN