代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/278154/10563969
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/10563979
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/10563983
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/10563996
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/10564022
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/10564077
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/10564078
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/10564089
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/10564111
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 [
www.eeworm.com/read/278154/10564138
c lnsrch.c
#include
#define NRANSI
#include "nrutil.h"
#define ALF 1.0e-4
#define TOLX 1.0e-7
void lnsrch(int n, float xold[], float fold, float g[], float p[], float x[],
float *f, float stpma