240 发简信
IP属地:广东
  • 单片机对内存地址的操作

    http://bbs.elecfans.com/jishu_1887770_1_1.html

  • hello world!

    #include "mainwindow.h" #include "ui_mainwindow.h" #include "qapplicatio...

  • Ubuntu&Windows双系统安装

    https://jingyan.baidu.com/article/67508eb42bf79a9ccb1ce47e.html

  • modlesim 仿真流程

    1.编写verilog文件 module adder4(cout,sum,ina,inb,cin); //4位加法器 output[3:0] s...

  • 串口通信跨平台

    https://blog.csdn.net/hongjiagen/article/details/61196399

  • DDR眼图仿真

    http://www.sohu.com/a/155021909_463982

  • Resize,w 360,h 240
    opecv qt 显示图片

    1.声明 public slots: void showImage(); 2.使用 connect(ui.openfile, SIGNAL(c...

  • 信号与槽的使用

    信号声明: public slots: void hello(); 调用: connect(btn, SIGNAL(clicked()), S...

  • Resize,w 360,h 240
    QT openCV入门

    工程配置: INCLUDEPATH +=D:\opencv\build\include LIBS+=-LD:\opencv\build\x64\...