?? recipes.h
字號:
//---------------------------------------------------------------------------
#ifndef RecipesH
#define RecipesH
#include <recipes/nr.h>
#include <recipes/nrutil.h>
#define NUMREC 1
#define SIGN(a,b) ((b) >= 0.0 ? fabs(a) : -fabs(a))
#define SWAP(a,b) temp=(a);(a)=(b);(b)=temp;
//---------------------------------------------------------------------------
//int ndatat;
//float *xt,*yt,aa,abdevt;extern int ndatat;extern float *xt,*yt,aa,abdevt;
void medfit(float x[], float y[], int ndata, float *a, float *b, float *abdev);float rofunc(float b);
float select(unsigned long k, unsigned long n, float arr[]);
int ncom;
float *pcom,*xicom,(*nrfunc)(float []);
float fcircfit(float p[]);
void fcircderiv(float p[],float xi[]);
void sort2fi(unsigned long n, float arr[], int brr[]);
void sort3fff(unsigned long n, float arr[], float brr[], float crr[]);
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -