checknew.h
来自「彩票双色球预测算法代码」· C头文件 代码 · 共 36 行
H
36 行
#ifndef _CHECKNEW_H
#define _CHECKNEW_H
#define NUM_NEW 200
#include "LottaryStruct.h"
class CCheckNew
{
private:
public:
CLottaryStruct NewLott;
CLottaryStruct NewData[NUM_NEW];
int GetNewLottary();
int CheckData( int M ,CString FlieName);
int SetSum(int M,int N);
double SetAllAverage(int M,int N);
int SetAllOdd(int M);
int SetRedOdd(int M);
int SetNumIn4Zone(int n0,int n1,int n2,int n3);
int SetIntervals(int Inter0,int Inter1,int Inter2,int Inter3,int Inter4,int Inter5);
int SetRecurBalls();
int CheckIntervals();
CCheckNew();
~CCheckNew();
};
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?