#ifndef _CCS_PREDICTION_H #define _CCS_PREDICTION_H // 初始化 void CCS_Init(); // 调用预测函数 void CCS_Predict(); #endif