• 发文章

  • 发资料

  • 发帖

  • 提问

  • 发视频

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

电子发烧友 电子发烧友

  • 全文搜索
    • 全文搜索
    • 标题搜索
  • 全部时间
    • 全部时间
    • 1小时内
    • 1天内
    • 1周内
    • 1个月内
  • 默认排序
    • 默认排序
    • 按时间排序
大家还在搜
  • 我做的温度检测系统,为什么温度读不出来

    温度检测系统,就是温度读不出来,求各位大神帮助!

    2013-05-27 14:05

  • 为什么protelpcb时有些元件引脚没有连线

    为什么protelpcb时有些元件引脚没有连线

    2012-03-23 10:38

  • allegro的元件引脚如何显示出来,并改大小

    allegro16.3版本,元件的引脚号码显示不出来,一换层面就不显示了,显示的字体太大了,如何修改,请教给位了!

    2013-11-01 15:50

  • 关于pcb元件库的问题,希望高人指点呐!

    我用的AD10,在pcb元件封装的时候,无论怎么缩放都找不到原点,如果看坐标的话,可以找到,但是不好找,很麻烦,图纸很大。我想请教下各位,可以放置原点或者能快速找到原点吗?

    2013-04-19 21:31

  • 自己PCB元件,保存后关闭,再打开就不见了,何解?

    原理图元件时用同样的步骤制作、保存、关掉再开,自制的原理图元件都还在,好好的。)为什么在创建的PCB库里PCB

    2014-06-29 09:53

  • PCB累了!用这个软件房子吧!

    `PCB累了!用这个软件房子吧! `

    2013-04-24 11:51

  • 高手请进.简易数字时钟原件PCB排版问题

    本帖最后由 eehome 于 2013-1-5 09:50 编辑 我刚开始学protel,要数字时钟PCB图,但是画了好几天就是不出来。请各位高手帮忙看看,到

    2011-10-13 19:50

  • 请教:这是什么元件

    `这个元件电阻测量为0,电容也测不出来,可能测量工具有问题。<br/>`

    2008-08-26 09:08

  • mplab编程C,程序编译不出来

    #include #include int count1,count2;//#pragma interrupt InterruptHandler ipl1 vector 0//void InterruptHandler (void)void _ISR( 0, ipl1) InterruptHandler( void){//1.re-enable interrupts immediately (nesting)asm("ei");//2.check and sever the highest priority firstif(mT3GetIntFlag()){count1++;//clear the flag and exitmT3ClearIntFlag();}//_T3//3.check and serve the lower priiorityelse if (mT2GetIntFlag()){//spend a LOT of time here!while(1);count2++;//before clearing the flag and exitingmT2ClearIntFlag();}//_T2}//INterrupt Handlermain(){//4.init timersPR3=20;PR2=15;T3CON=0x8030;T2CON=0x8030;//5.init interruptsmT2SetIntPriority(1);mT3SetIntPriority(3);INTEnableSystemSingleVectoredInt();mT2IntEnable(1);mT3IntEnable(1);//main loopwhile(1);}//main程序编译错误,纠结,求大神帮忙interrupts.c:6:12: error: expected declaration specifiers or '...' before numeric constantinterrupts.c:6:15: error: expected declaration specifiers or '...' before 'ipl1'interrupts.c: In function '_ISR':interrupts.c:6:21: error: expected declaration specifiers before 'InterruptHandler'interrupts.c:28:1: error: expected declaration specifiers before 'main'interrupts.c:43:1: error: expected '{' at end of input

    2014-08-05 15:17

  • 焊好的板子,电路怎么都调试不出来怎么办?

    工程师工作效率,助力大家更快更轻松地开发新产品,华秋电子联合扬兴科技开启直播,为大家带来“硬件工程师必备的晶振干货”。相信硬件工程师会遇到以下烦恼:焊好的板子,电路怎么都调试不出来;板子上的晶振布局不合理;特殊晶

    2022-07-19 12:04