PARMS的作用?

2019-07-31 17:40发布

struct PARMS {
         int Beta;
         int EchoPower;
         int ErrorPower;
         int Ratio;
         struct PARMS *Link;
};
C源程序中常为:
struct PARMS str =
{
     2934,
     9432,
     213,
     9432,
     &str
};
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。