完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
亲爱的,我使用PIC18F25K80 MCU和MPLAB IDE与HiTeC C进行编程。我试图把一个变量与小于符号的lt进行比较,在if语句中使用常量值,它不起作用,但是当我将它与大于符号的GT进行比较时,它工作得很好。比如说,我在设置ValueBeX=5,检查x<10,它不工作,但是如果我检查x& gt;3,它工作得很好。这是用if语句完成的。有什么地方出了问题。有人能帮助我吗?问候,X. Ignatius。
以上来自于百度翻译 以下为原文 Dear All, I am using PIC18F25K80 MCU and MPLAB IDE with Hitech C for programming. I was trying to compare a variable with lesser than symbol < in the if statement with the constant value, it is not working but when I compare it with greater than symbol > it works fine. Say for example I am setting the variable X = 5 and checking whether X < 10, it is not working but if I check X > 3, it works fine. This is done using if statement. What could have went wrong. Can anyone help me on this. Regards, X. Ignatius |
|
相关推荐
6个回答
|
|
你可以通过发布展示这个问题的实际代码来帮助我们。
以上来自于百度翻译 以下为原文 You can help us help you by posting the actual code that exhibits the issue. |
|
|
|
|
|
|
|
试试这个:int x=5;PrINTF(“lt%i,gt%ir”,x& lt;10,x & gt;3);//true,truePrimtf(“gt%i,lt%ir”,x& gt;10,x& lt;3);//false,false
以上来自于百度翻译 以下为原文 Try this: int x = 5; printf("LT %i, GT %ir", x < 10, x > 3); //true, true printf("GT %i, LT %ir", x > 10, x < 3); //false, false |
|
|
|
你为什么要使用HiTeC C?我同意其他的海报,这是你的代码中的一个bug,而不是编译器。这仍然是一个非常古老的编译器,它在几年前就变成了XC8。
以上来自于百度翻译 以下为原文 Why are you using HiTech C at all? I agree with the other posters, it's a bug in your code, not the compiler. Still that is a very old compiler, it morphed into XC8 several years ago. |
|
|
|
|
|
|
|
也许,但只能猜不到OP的代码。他们只告诉我们他们认为他们在做什么。代码将告诉我们他们实际上在做什么。
以上来自于百度翻译 以下为原文 Maybe, but can only guess without seeing the OP's code. They have only told us what they think they are doing. The code will show us what they are actually doing. |
|
|
|
只有小组成员才能发言,加入小组>>
5183 浏览 9 评论
2005 浏览 8 评论
1932 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3178 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2229 浏览 5 评论
739浏览 1评论
626浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
510浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
637浏览 0评论
535浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-27 22:51 , Processed in 1.227990 second(s), Total 87, Slave 70 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号