This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

小弟dsp新手,请大侠指教!



switch(D[0])
{
case abb: //abb
for ( j=0;j<9;j++)
{
 SwitchTable[Ninverter][ColNum+j+k*9]=abbVector[0][j];报错行
}

。。。

报的错误是"main.c", line 591: error: expected an expression,其中Ninverter,ColNum,j,k是循环变量