代码搜索:float

找到约 10,000 项符合「float」的源代码

代码结果 10,000
www.eeworm.com/read/279249/10451597

txt buffers.h.txt

#define c 2.99795637e8 #define eps0 8.854e-12 #define mu0 1.2566306e-6 #define dx 1e-3 #define dy 1e-3 #define ny 100 #define nmax 500 #define w_pulse 15e-12 float ** exbufl1a(int nx) {
www.eeworm.com/read/279249/10451600

txt vectors.h.txt

#define c 2.99795637e8 #define eps0 8.854e-12 #define mu0 1.2566306e-6 #define dx 1e-3 #define dy 1e-3 #define ny 100 #define nmax 500 #define w_pulse 15e-12 float sq(float ss) { ss=s
www.eeworm.com/read/161095/10452504

c sgscon.c

/* * -- SuperLU routine (version 3.0) -- * Univ. of California Berkeley, Xerox Palo Alto Research Center, * and Lawrence Berkeley National Lab. * October 15, 2003 * */ /* * File name: sgscon.c
www.eeworm.com/read/161095/10452655

c scomplex.c

/* * -- SuperLU routine (version 2.0) -- * Univ. of California Berkeley, Xerox Palo Alto Research Center, * and Lawrence Berkeley National Lab. * November 15, 1997 * */ /* * This file defines
www.eeworm.com/read/161095/10452889

c sutil.c

/* * -- SuperLU routine (version 3.0) -- * Univ. of California Berkeley, Xerox Palo Alto Research Center, * and Lawrence Berkeley National Lab. * October 15, 2003 * */ /* Copyright (c) 1994 b
www.eeworm.com/read/160916/10471070

cpp 幂法.cpp

#include #include #define N 3 #define EPS 1e-6 #define KM 30 void PowerMethod(float *A) { float MaxValue(float *,int ); float U[N],V[N],r2,r1; float temp; int i,j,
www.eeworm.com/read/279052/10474025

c floattest.c

/* floattest.c - An example of using floating point return values */ #include float areafunc(int); int main() { int radius = 10; float result; result = areafunc(rad
www.eeworm.com/read/279046/10475186

c floattest.c

/* floattest.c - An example of using floating point return values */ #include float areafunc(int); int main() { int radius = 10; float result; result = areafunc(rad
www.eeworm.com/read/352960/10486701

c intfloat_readwrite.c

/* * portable IEEE float/double read/write functions * * Copyright (c) 2005 Michael Niedermayer * * This library is free software; you can redistribute it and/or * modify it u
www.eeworm.com/read/352960/10486995

c ra288.c

/* * RealAudio 2.0 (28.8K) * Copyright (c) 2003 the ffmpeg project * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public