• 发文章

  • 发资料

  • 发帖

  • 提问

  • 发视频

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

电子发烧友 电子发烧友

  • 全文搜索
    • 全文搜索
    • 标题搜索
  • 全部时间
    • 全部时间
    • 1小时内
    • 1天内
    • 1周内
    • 1个月内
  • 默认排序
    • 默认排序
    • 按时间排序
  • 全部板块
    • 全部板块
大家还在搜
  • 为什么用这个函数绘线第一个点和最后一个点总是连起来的?

    ) {GUI_LOCK();#if (GUI_WINSUPPORT) WM_ADDORG(x,y); WM_ITERATE_START(NULL); {#endifGL_DrawLine

    2019-07-11 04:35

  • 用vivado HLS优化设计大规模矩阵相乘,求详细具体的优化策略

    ]result_t res[1024][1024]) //res[1024][1024]{// Iterate over the rows of the A matrixRow: for(int i = 0

    2016-08-27 21:11

  • 为什么无法在RTSP流中包含元数据?

    将此管道传递给gst_bin_iterate_all_by_interface() API,该 API 返回支持GstTagSetter接口的那些元素。但是我的管道中的所有元素都不

    2023-04-10 07:21

  • 这是imglib库中的函数,读不懂程序,它到底是如何实现膨胀操作的???

    ; /* -------------------------------------------------------------------- */ /* Iterate over the input, processing 32 pixels per iteration.

    2018-06-22 02:59

  • 可以改变引脚运行时间的方向

    soldering issues on GPIOs. One neat way to do this is to iterate over all the unconnected GPIOs, set

    2018-12-06 15:09

  • 怎么从ISE 14.1 SmartXplorer运行PAR

    - 12 runs - this would iterate through the various MAP options for best performance-this gave a best

    2019-04-08 08:10

  • 为什么server和client必须要在同一个网段才能通信?

    /* iterate through netifs */for (netif = netif_list; netif != NULL; netif = netif->next

    2019-09-29 04:51

  • 为什么我画UCGUI界面的过程中STM32的定时器进不了中断服务函数?

    如题,我注释了画UCGUI界面的函数,我的定时器中断服务函数就能进入了,但我在画UCGUI界面的过程中,我无法进入定时器中断服务函数!搞不懂这个是什么问题!部分UCGUI画界面函数如下:1.(画如下这个界面的过程中,无法进入定时器中断):[C] 纯文本查看 复制代码void Draw_Check_Screen(void){int rate = Heart_Rate;int height = Height;int west = West;int east = East;if(Screen_Change == 1)//??????????????±???{GUI_ClearRect(0,0,128,128);//????±??°????????}Draw_Header();//????????GUI_DrawBitmap(&bm30x30heart_rate,10,30);//??????????±êGUI_DrawBitmap(&bm30x30navigation,10,80);//?????¨????±êGUI_SetColor(GUI_BLUE);GUI_DrawLine(10,67,117,67);//???????????±??GUI_SetColor(GUI_WHITE);GUI_SetFont(&GUI_Font8x8);//?è??×???GUI_GotoXY(50,40);//?è???±?°??±?????GUI_DispDecMin(rate);//??????????GUI_GotoXY(50,85);//?è???±?°??±?????GUI_DispDecMin(east);//??????????????GUI_DispChars('E',1);GUI_GotoXY(90,85);//?è???±?°??±?????GUI_DispDecMin(west);//??????????????GUI_DispChars('W',1);GUI_GotoXY(50,103);//?è???±?°??±?????GUI_DispDecMin(height);//??????????????GUI_DispChars('H',1);}2.(画如下这个界面的时候,进不了定时器中断服务函数):[C] 纯文本查看 复制代码void Draw_Phone_Screen(void){char string1[15] = \"Calling...\";char string2[15] = \"Your telegram\";char string3[15] = \"On the phone\";char ac[] = \"Select number:\";char xPosition1 = 20;char yPosition1 = 68;char xPosition2 = 20;char yPosition2 = 88;char xPosition3 = 20;char yPosition3 = 108;unsigned char i;char phone[11] ;//?????????????°????for(i = 0;i

    2019-08-13 02:41

  • 布局动量模拟中的用户定义材料用户是否可以定义自己的材料?

    simulator. 4, Output the simulation result to an outside file at each frequency. 5, iterate each frequency

    2018-11-16 11:03

  • 关于C28x编译器的pragma指令,不看肯定后悔

    关于C28x编译器的pragma指令,不看肯定后悔

    2021-04-20 06:42