登录
首页 » QT,c++ » SBC-7109 Qt can sourcecode

SBC-7109 Qt can sourcecode

于 2023-06-01 发布 文件大小:19.56 kB
0 967
下载积分: 2 下载次数: 1

代码说明:

針對CAN BUS 傳輸應用,使用QT 開發工具 有auto send,及thread

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • quazip 解压缩源码
    quazip 采用qt 进行解压和压缩,本源码来源官网,可以生成a文件和dll 文件,使用时将a文件和dll文件加入工程中,另外要将头文件加入到工程之中。经本人测试可用
    2022-01-29 00:49:38下载
    积分:1
  • qt 实现的故障树
    qt 实现的故障树 void FaultTree::calcPosition(){    int maxLayer = 0;    //获取最大层数    for (int index = 0; index < m_list.size(); ++index)    {        if (m_list.at(index)->layer() > maxLayer)            maxLayer = m_list.at(index)->layer();    }    //计算最大宽度    int maxWidth = 0, count;    for (int layer = 1; layer < maxLayer+1; ++layer)    {        count = 0;        for (int index = 0; index < m_list.size(); ++index)        {            if (m_list.at(index)->layer() == layer)                count++;        }        if (count > m
    2022-08-26 04:01:10下载
    积分:1
  • 源码最新源代码qtcustomplot
    qtcustomplot 最新的源代码  用于各种图表绘制 很好用的库 包含帮助文档,类的结构信息,包含所有图表例子,直接运行ok,可以用 visual studio 或者 qt creater 打开。
    2022-02-07 10:34:21下载
    积分:1
  • 嵌入式linux下QT4.8.4版本开发的摄像头采集图片源码
    是基于嵌入式linux下QT开发的摄像头采集图片源码,里面有5个源码,最开始是从终端命令行下采集图片,一步步的手把手教你到QT开发中去,经测试,直接可编译使用
    2022-02-03 07:11:44下载
    积分:1
  • qt 计算器
    利用qt vs2008 编写的建议计算机,希望这个小计算机的程序能够帮助初次接触qt的人了解qt的基本功能。
    2022-01-22 06:21:15下载
    积分:1
  • 客户机服务器程序
    用QT编写的客户机服务器程序,向服务器发送数据
    2022-12-17 16:00:03下载
    积分:1
  • QT实现简易音乐播放器
    QT实现的简易的音乐播放器,C++、QT实现,基本的额功能都实现,添加文件就可以播放了,可以前进、后退、上一曲、下一曲等等
    2022-03-23 02:22:20下载
    积分:1
  • QTWindows下的串口通信程序
    使用第三方串口类实现串口通信编程,亲测是可以使用的,自发自收和与下位机如单片机的同信转换
    2022-09-23 19:35:03下载
    积分:1
  • qt中使用脚本-初学
    一个测试qt5使用js脚本的测试程序,js访问QT对象,qt对象--》QScriptValue(qt包装对象)--》脚本对象
    2023-05-10 04:50:03下载
    积分:1
  • readdxf
    #-------------------------------------------------## Project created by QtCreator 2017-11-01T09:35:55##-------------------------------------------------QT       += core guigreaterThan(QT_MAJOR_VERSION, 4): QT += widgetsTARGET = read_dxfTEMPLATE = app# The following define makes your compiler emit warnings if you use# any feature of Qt which as been marked as deprecated (the exact warnings# depend on your compiler). Please consult the documentation of the# deprecated API in order to know how to port your code away from it.DEFINES += QT_DEPRECATED_WARNINGS# You can also make your code fail to compile if you use deprecated APIs.# In order to do so, uncomment the following line.# You can also select to disable deprecated APIs only up to a certain version of Qt.#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000&n
    2022-03-17 18:02:15下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载