代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/278154/10563635
c bandec.c
#include
#define SWAP(a,b) {dum=(a);(a)=(b);(b)=dum;}
#define TINY 1.0e-20
void bandec(float **a, unsigned long n, int m1, int m2, float **al,
unsigned long indx[], float *d)
{
unsi
www.eeworm.com/read/278154/10563657
c fourn.c
#include
#define SWAP(a,b) tempr=(a);(a)=(b);(b)=tempr
void fourn(float data[], unsigned long nn[], int ndim, int isign)
{
int idim;
unsigned long i1,i2,i3,i2rev,i3rev,ip1,ip2,ip3,if
www.eeworm.com/read/278154/10563667
c rtsafe.c
#include
#define MAXIT 100
float rtsafe(void (*funcd)(float, float *, float *), float x1, float x2,
float xacc)
{
void nrerror(char error_text[]);
int j;
float df,dx,dxold,f,fh,f
www.eeworm.com/read/278154/10563680
c jacobi.c
#include
#define NRANSI
#include "nrutil.h"
#define ROTATE(a,i,j,k,l) g=a[i][j];h=a[k][l];a[i][j]=g-s*(h+g*tau);\
a[k][l]=h+s*(g-h*tau);
void jacobi(float **a, int n, float d[], float
www.eeworm.com/read/278154/10563734
c sprsin.c
#include
void sprsin(float **a, int n, float thresh, unsigned long nmax, float sa[],
unsigned long ija[])
{
void nrerror(char error_text[]);
int i,j;
unsigned long k;
for (j=1
www.eeworm.com/read/278154/10563744
c qrdcmp.c
#include
#define NRANSI
#include "nrutil.h"
void qrdcmp(float **a, int n, float *c, float *d, int *sing)
{
int i,j,k;
float scale,sigma,sum,tau;
*sing=0;
for (k=1;k
www.eeworm.com/read/278154/10563745
c covsrt.c
#define SWAP(a,b) {swap=(a);(a)=(b);(b)=swap;}
void covsrt(float **covar, int ma, int ia[], int mfit)
{
int i,j,k;
float swap;
for (i=mfit+1;i
www.eeworm.com/read/278154/10563748
c poldiv.c
void poldiv(float u[], int n, float v[], int nv, float q[], float r[])
{
int k,j;
for (j=0;j=0;k--) {
q[k]=r[nv+k]/v[nv];
for (j=
www.eeworm.com/read/278154/10563760
c eigsrt.c
void eigsrt(float d[], float **v, int n)
{
int k,j,i;
float p;
for (i=1;i
www.eeworm.com/read/278154/10563786
c red.c
void red(int iz1, int iz2, int jz1, int jz2, int jm1, int jm2, int jmf,
int ic1, int jc1, int jcf, int kc, float ***c, float **s)
{
int loff,l,j,ic,i;
float vx;
loff=jc1-jm1;
ic=ic1;
fo