240 发简信
IP属地:北京
  • 网址记录

    1.职业测评(兴趣、职业等) https://xz.chsi.com.cn/survey/index.action

  • Resize,w 360,h 240
    qt c++ 调用matlab生成的dll

    参考: https://ww2.mathworks.cn/help/compiler_sdk/gs/create-a-cc-matlab-dat...

  • 边玩边学,15 个学编程的游戏网站

    1、Coding Games 一边玩游戏,一边挑战编程难题。Coding games 支持包括 PHP、C、JavaScript 在内的 20 ...

  • c++ orm

    GitHub 开源推荐:适用于C++/QT的SQLite ORM 框架 (qq.com)[https://mp.weixin.qq.com/s/...

  • 进程通信

    进程间通讯库 ZeroMQ nnmsg //要用这个, 和ZeroMQ 同一个作者, 升级的作品

  • Resize,w 360,h 240
    qt 要开启多个定时器

    //背景时12个帕尔贴 不要12个温度去曲线,每一个类似下图: 该类在线程启动12定时器计时,并停止,第13个定时器 定时读取温度//头文件 i...

  • qt 加载qss

    //这个影响整个exe的 void MainWindow::InitQss() { QFile file(QCoreApplication:...

  • QCustomPlot 边界设为0

    m_pCustomPlot=new QCustomPlot; m_pCustomPlot->axisRect()->insetLayout()-...

  • QT 最小化 问题

    showMinimized()//可以恢复 //setWindowState(Qt::WindowMinimized); //r若最大化了 不能...