代码搜索:sparse

找到约 3,324 项符合「sparse」的源代码

代码结果 3,324
www.eeworm.com/read/150072/12317364

cpp sparse.cpp

void sparse(double b[], int n, double x[], double rsq) { const int nmax = 500; double eps2,eps = 0.000001; double g[500], h[500], xi[500], xj[500]; int j; eps2 = n * pow(eps, 2)
www.eeworm.com/read/150071/12318033

cpp sparse.cpp

void sparse(double b[], int n, double x[], double rsq) { const int nmax = 500; double eps2,eps = 0.000001; double g[500], h[500], xi[500], xj[500]; int j; eps2 = n * pow(eps, 2)
www.eeworm.com/read/132006/14115170

txt sparse.txt

procedure SPARSE(B:array of real; N:integer;var X:array of real; RSQ:real); label 1; const NMAX = 500; EPS = 0.000001; var G,H,XI,XJ:array[0..500] of real; J,ITER,IRST:integer;
www.eeworm.com/read/233421/14153214

txt sparse.txt

procedure SPARSE(B:array of real; N:integer;var X:array of real; RSQ:real); label 1; const NMAX = 500; EPS = 0.000001; var G,H,XI,XJ:array[0..500] of real; J,ITER,IRST:integer;
www.eeworm.com/read/130689/14178174

cpp sparse.cpp

void sparse(double b[], int n, double x[], double rsq) { const int nmax = 500; double eps2,eps = 0.000001; double g[500], h[500], xi[500], xj[500]; int j; eps2 = n * pow(eps, 2)
www.eeworm.com/read/130688/14178598

cpp sparse.cpp

void sparse(double b[], int n, double x[], double rsq) { const int nmax = 500; double eps2,eps = 0.000001; double g[500], h[500], xi[500], xj[500]; int j; eps2 = n * pow(eps, 2)
www.eeworm.com/read/230954/14264571

h sparse.h

/* sparse.h 030990 */ #include "constant.h" typedef struct IntegerVector { INDEX N; INDEX *p; } IntegerVector; typedef struct SparseMatrixElement { INDEX Row; INDEX Col; ELEME
www.eeworm.com/read/230954/14264692

cpp sparse.cpp

/* sparse.c 030590 */ #include //#ifndef WINDOWS //#include //#else #include "pfwstdio.h" //#endif #include #include #include "constant.h" #include
www.eeworm.com/read/230947/14265063

h sparse.h

/* sparse.h 030990 */ #include "constant.h" typedef struct IntegerVector { INDEX N; INDEX *p; } IntegerVector; typedef struct SparseMatrixElement { INDEX Row; INDEX Col; ELEME
www.eeworm.com/read/230947/14265165

cpp sparse.cpp

/* sparse.c 030590 */ #include #ifndef WINDOWS #include #else #include "pfwstdio.h" #endif #include #include #include "constant.h" #include "param.