大侠,求帮助!Keil中编写89c52的C程序时,编译时出现了error C193 :bad operand type

2025-01-07 14:50:21
推荐回答(1个)
回答1:

% 取模不能用浮点数,
frequence 要转成整型来取模,小数位可以乘10后转整型来得到。