完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
嗨,那里。我遇到了一个奇怪的问题,我感到矛盾。现在我想仔细解释一下,如果有什么遗漏,请告诉我。在这个项目中,有源文件。1。Mc.C.在这种情况下,PWMY计数器和PWMY标志PWMY标记被声明了两次,但是编译器没有加热它,为什么?
以上来自于百度翻译 以下为原文 Hi, there. I run into a weird problem that I feel contradictory. Now I'm trying to explain it carefully, if there is something missing, please point me out. In the project, there are source files. 1. main.c #include "header.h" #include "extern.h" volatile PWM_FLAG PWM_FLAGbits; //this struct is declared in the header file header.h signed int pwm_counter = -1; //global variable 2. extern.h #ifndef EXTERN_H #define EXTERN_H extern signed int pwm_counter; //this variable is defined in the main.c extern volatile PWM_FLAG PWM_FLAGbits; //this variable is defined in the main.c #endif /* EXTERN_H */ In this situation, the pwm_counter and PWM_FLAG PWM_FLAGbits are declared twice, but the compiler didn't wARM it, why? |
|
相关推荐
5个回答
|
|
“外部”使它成为宣言,而不是定义。
以上来自于百度翻译 以下为原文 "extern" makes it a declaration, not a definition. |
|
|
|
对于jpple:所以…编译器不加热双声明,对吗?
以上来自于百度翻译 以下为原文 To jtemples: So...the compiler doesn't warm the double declaration, right? |
|
|
|
不-你可以声明一个变量,只要你喜欢(只要声明总是相同的),但你必须定义变量一次,所有声明和定义必须匹配。苏珊
以上来自于百度翻译 以下为原文 No - you can declare a variable as many times as you like (as long as the declarations are always the same) but you must define the variable once and all declarations and the definition must match up. Susan |
|
|
|
安迪:“警告”,而不是“温暖”,我知道我已经把你指向了这个网页,但是我想你需要在C和C++中一次性读取一个组织代码文件。
以上来自于百度翻译 以下为原文 Andy. "Warn", not "Warm" I know I've pointed you to this web page before, but I guess you need to read it once a month Organizing Code Files in C and C++ |
|
|
|
给澳大利亚人苏珊:谢谢。对Q乙:谢谢,我一个月读一次……
以上来自于百度翻译 以下为原文 To Aussie Susan: Thank you. To qɥb: Thank you, I will read it once a month... |
|
|
|
只有小组成员才能发言,加入小组>>
5128 浏览 9 评论
1984 浏览 8 评论
1914 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3148 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2212 浏览 5 评论
696浏览 1评论
585浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
465浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
602浏览 0评论
494浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-2 10:18 , Processed in 2.681443 second(s), Total 84, Slave 68 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号