AnalysisSystemForRadionucli.../FitDef.h

13 lines
214 B
C
Raw Normal View History

2024-06-04 15:27:02 +08:00
#ifndef FIT_DEFINE_H
#define FIT_DEFINE_H
#include <QVector>
//2次拟合输入参数
typedef struct tag2PloynimilFit
{
QVector<double> first;
QVector<double> second;
}*p2Ploynimainl,_2Ploynimial;
#endif