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.

C5509A主函数中switch语句中的程序不执行,请赐教!!



程序一开始是可以正常运行的,但是当在数据处理中加入FFT或者相关等算法后,就会出现主程序中的switch语句中的程序不执行。但是主函数switch语句之外的其它程序都在运行,同时,其它函数中的switch语句都可以正常执行。如果将主函数中的switch语句用if-else语句替换,则程序也可以正常执行,就是用switch语句时程序不能执行。请赐教是什么原因!谢谢!