代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/278154/10562870
c voltra.c
#define NRANSI
#include "nrutil.h"
void voltra(int n, int m, float t0, float h, float *t, float **f,
float (*g)(int, float), float (*ak)(int, int, float, float))
{
void lubksb(float **a, int
www.eeworm.com/read/278154/10562873
c bksub.c
void bksub(int ne, int nb, int jf, int k1, int k2, float ***c)
{
int nbf,im,kp,k,j,i;
float xx;
nbf=ne-nb;
im=1;
for (k=k2;k>=k1;k--) {
if (k == k1) im=nbf+1;
kp=k+1;
for (j=1;j
www.eeworm.com/read/278154/10562884
c cntab1.c
#include
#define NRANSI
#include "nrutil.h"
#define TINY 1.0e-30
void cntab1(int **nn, int ni, int nj, float *chisq, float *df, float *prob,
float *cramrv, float *ccc)
{
float gamm
www.eeworm.com/read/278154/10562888
c zriddr.c
#include
#define NRANSI
#include "nrutil.h"
#define MAXIT 60
#define UNUSED (-1.11e30)
float zriddr(float (*func)(float), float x1, float x2, float xacc)
{
int j;
float ans,fh,fl,
www.eeworm.com/read/278154/10562904
c mrqmin.c
#define NRANSI
#include "nrutil.h"
void mrqmin(float x[], float y[], float sig[], int ndata, float a[], int ia[],
int ma, float **covar, float **alpha, float *chisq,
void (*funcs)(float, float
www.eeworm.com/read/278154/10562939
c sprstm.c
#include
void sprstm(float sa[], unsigned long ija[], float sb[], unsigned long ijb[],
float thresh, unsigned long nmax, float sc[], unsigned long ijc[])
{
void nrerror(char error_tex
www.eeworm.com/read/278154/10562988
c solvde.c
#include
#include
#define NRANSI
#include "nrutil.h"
void solvde(int itmax, float conv, float slowc, float scalv[], int indexv[],
int ne, int nb, int m, float **y, float ***
www.eeworm.com/read/278154/10562991
c mrqcof.c
#define NRANSI
#include "nrutil.h"
void mrqcof(float x[], float y[], float sig[], int ndata, float a[], int ia[],
int ma, float **alpha, float beta[], float *chisq,
void (*funcs)(float, float
www.eeworm.com/read/278154/10563002
c zbrent.c
#include
#define NRANSI
#include "nrutil.h"
#define ITMAX 100
#define EPS 3.0e-8
float zbrent(float (*func)(float), float x1, float x2, float tol)
{
int iter;
float a=x1,b=x2,c=x2
www.eeworm.com/read/278154/10563021
c simpr.c
#define NRANSI
#include "nrutil.h"
void simpr(float y[], float dydx[], float dfdx[], float **dfdy, int n,
float xs, float htot, int nstep, float yout[],
void (*derivs)(float, float [], float [