• 发文章

  • 发资料

  • 发帖

  • 提问

  • 发视频

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

电子发烧友 电子发烧友

  • 全文搜索
    • 全文搜索
    • 标题搜索
  • 全部时间
    • 全部时间
    • 1小时内
    • 1天内
    • 1周内
    • 1个月内
  • 默认排序
    • 默认排序
    • 按时间排序
  • 全部板块
    • 全部板块
大家还在搜
  • 请问XC32编译器中不存在关键字位吗?

    好天,在编译此行时Iget这个错误:volatile_bit DATA_RDY@(((unsigned)&PORTB)*8)+2;我目前使用的是Pic32MZ和xc32编译器,我试图用编译器关键字_bit读取一个pin,它与pic8 xc8编译器工作得很好,但是给出一个表示未知类型的错误No.Y-BIT,是XC32编译器中不存在的关键字位吗?谢谢你,Ravi。 以上来自于百度翻译 以下为原文 Good Day, I get the error while compiling this line : volatile __bitDATA_RDY@ (((unsigned) &PORTB)*8) + 2; I am currently using Pic32MZ and xc32 compiler and i am trying to read a pin with the compiler keyword _bit, it works well with pic8 xc8 compiler, but giving an error saying unkonow type name_bit, is the keyword _bit not present in the xc32 compiler? Thank you,Ravi.

    2019-07-18 14:56

  • 循环神经网络小案例探讨

    案例:Slot Filling Feedforward Network Input: word vectorOutput: word属于每个slot的概率问题:无法使用前文的信息,可能造成误判解决:在NN中引入Memory,使NN能够记住前文的信息,即RNNword -> vector 1-of-N encoding OtherWord hashing

    2020-10-27 07:38