• 发文章

  • 发资料

  • 发帖

  • 提问

  • 发视频

创作活动
0
登录后你可以
  • 下载海量资料
  • 学习在线课程
  • 观看技术视频
  • 写文章/发帖/加入社区
返回

电子发烧友 电子发烧友

  • 全文搜索
    • 全文搜索
    • 标题搜索
  • 全部时间
    • 全部时间
    • 1小时内
    • 1天内
    • 1周内
    • 1个月内
  • 默认排序
    • 默认排序
    • 按时间排序
  • 全部板块
    • 全部板块
大家还在搜
  • 调试时无法在监视窗口中添加/查看全局符号

    to wrap my head around the new paradigm.I've just upgraded MPLAB-X to version 4.05. My current

    2018-11-20 15:19

  • 如何利用MultiGen Creator和Vega设计虚拟训练场?

    MultiGen Creator是 由 MultiGen—Paradigm公司开发的一种用于对可视化系统数据库进行创建和编辑的交互工具。MuhiGen Creator是世界上领先的实时三维数据库生成

    2019-08-13 07:58

  • 如何开始使用PMSM编写FOC?

    measurement, The FOC algorithm as long as I call following below program paradigm can

    2019-03-08 16:13

  • 基站监控终端如何保证正常运行?

    近年来,随着移动通信业务的迅猛发展,尤其是 3G通信网建设的进行,通信基站的建设数量与日俱增。通信运营商对快速建站、降低基站综合成本和运营维护成本的要求更加迫切。基站监控终端,可做到基站无人值守、远程监控,给基站内设备提供一个稳定可靠的工作环境,能够明显降低运营商的维护和管理成本,具有很高的应用价值。设计基站监控系统的核心问题在于如何保证各功能模块和监控模块自身的正常运行,对于各种异常和故障如何及时做出准确的报警,以及面向使用者的人性化设计等方面。

    2020-04-03 08:03

  • 推荐条形码阅读器用于VEE应用程序

    您好,任何人都可以推荐条形码阅读器用于VEE应用程序。我更喜欢串口设备,但可以使用USB。此外,任何有关设备软件界面(dll,AXetc)的战争故事都会非常受欢迎。非常感谢安迪-------------

    2019-11-04 09:56

  • Qt具有哪些特点?

    Qt具有哪些特点?

    2022-02-10 07:16

  • GPIB控制各种设备怎么将数据存储在Excel中

    VEE's visual paradigm verywell. That's not a problem, just an annoyance. If you're familiar

    2019-09-11 11:48

  • 带有无符号字符的隐式类型转换

    大家好,我正在写一个需要使用无符号字符的程序。但是,每当我使用一个算术运算符或位运算符时,总是会得到“隐式签名到无符号转换”警告。结果是,在没有警告的情况下生成以下内容:例如:无符号CHAR测试(unChar char Test1,unChar TestStay2){Realth1(Test1)}我必须如下:无符号char测试(unChar char est1,unchar char est2){返回((unChar char)(TESTE1+Test2));}这不是必须的,不是吗?我唯一能想到的是,我的OrxC8项目已经设置了一些非常苛刻的语法设置。任何建议都将非常感激,因为不断地需要抛出这两个问题,并导致一些非常笨拙的源代码。格雷姆。 以上来自于百度翻译 以下为原文 Hi all, I'm writing a program which requires the use of unsigned chars. However, I'm constantly getting "implicit signed to unsigned conversion" warnings whenever I use an arithmetic or bitwise operator on one. The result is that to get the following to build without a warning, for example: unsigned char test(unsigned char test_1, unsigned char test_2) {return (test_1 + test_2); } I have to cast as follows: unsigned char test(unsigned char test_1, unsigned char test_2) {return ((unsigned char)(test_1 + test_2)); } This can't be necessary, can it?The only thing I can think is that I've got my project or XC8 set up with some extremely draconian syntax settings. Any advice would be greatly appreciated as the constant need to cast is both concerning and leads to some very unwieldy source code. Graeme.

    2018-10-25 16:53

  • 无人机飞行控制器电路该怎么设计?

    在无人机飞行控制系统中,飞行控制器是其核心部件,它负责飞行控制系统信号的采集、控制律的解算、飞机的姿态和速度,以及与地面设备的通讯等工作。随着无人机越来越广泛的应用,它所完成的任务也越来越复杂,对无人机的机动性要求也越来越高,这就要求无人机的控制核心向高集成度和小型化方向发展。  

    2019-10-22 07:58

  • Whizzing通过了断点

    为什么他们为什么用MPLAX X出来?我在这里尽我最大的努力,但是它对汇编程序来说根本不起作用。总之,RANTIN。我在Inc文件中有断点。这是一个PIC16F1。你可以设置断点,它保持一个坚固的红场(它不会显示为断点)。尽管它被忽视了。他们在一些其他公司文件,但不是这一个。这些文件之间没有明显的区别。有什么想法吗?试试ST微?唯一能让PACKIT3可靠破解的方法是使用“数据0002”。它在每个文件中都有效。它在SIM中也不起作用。 以上来自于百度翻译 以下为原文 Why why why did they come out with MPLAB X?I'm trying my best here but it just doesn't work at all for assembly programs. Anyway enough ranting. I have breakpoints in an inc file.It's a PIC16F1.You can set the breakpoint and it stays a solid red square (it doesn't show up as a broken breakpoint).Still though it gets ignored.They work in some of the other inc file but not this one.There is no discernible different between the files.Any ideas?Try an ST micro? The only way I can get the PICkit3 to break reliably is using 'data 0002'.It works in every file.It also doesn't work in the SIM.

    2018-11-22 15:02