CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 嵌入式Linux 搜索资源 - QT

搜索资源列表

  1. qt-embedded-2.3.7.tar

    0下载:
  2. Trolltech公司发布的基于C++图形开发环境,支持大量的API,是Linux下的图形界面开发利器。这是较早的版本,但在嵌入式系统的移植比较成功!-Trolltech released on C graphical development environment to support a large number of API, is the Linux GUI development of weapon. This is an earlier version, but in the emb
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:15815386
    • 提供者:何飞
  1. ARM9的远程视频监控系统

    0下载:
  2. 基于arm9的远程视频监控系统,使用Qt编写客户端和服务器端,客户端可实现视频保存功能。服务器端运行于移植有linux内核的MINI2440上,客户端运行于PC上,服务器端将采集到的视频数据发送到客户端,客户端实现对视频的显示和保存等功能。(ARM9 based remote video surveillance system, the use of Qt write client and server, the client can achieve video preservation fun
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-12-13
    • 文件大小:1480772
    • 提供者:走刀口
  1. lightmap-master

    1下载:
  2. 基于QT的百度地图开发。实现简单的路径规划功能(Development of Baidu maps based on QT. Simple path planning function is implemented)
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-12-17
    • 文件大小:1963008
    • 提供者:李明_
  1. GPIO口控制类GpioControl

    0下载:
  2. 自己写的嵌入式LINUX下GPIO口控制类 ,用在QT的Widgets Application中 【使用方法】 [初始化对象] GpioControl m_gpioControl; [初始化GPIO第84口OUT] m_gpioControl.Init(84); [设置GPIO第84口高电平] m_gpioControl.gpio_set_value(84, "1"); [设置GPIO第84口低电平] m_gpioControl.gpio_set_value(84, &
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:矿石棋坛
  1. ChuShiqi

    0下载:
  2. 采用QT编写的一个温湿度读取的界面软件。采用C++编写(Interface display code)
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-12-17
    • 文件大小:833536
    • 提供者:纠结1
  1. CyAPI

    2下载:
  2. CYAPI的QT函数库,重新编译为mingw可用的静态库(CYAPI's QT library is recompiled as a static library available for MinGW)
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-12-18
    • 文件大小:44032
    • 提供者:spynux
  1. QSmart

    0下载:
  2. 使用qt编写的使用网络控制485模块的服务端和客户端(Network control 485 module)
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-12-18
    • 文件大小:39213056
    • 提供者:3xiaobu3
  1. qt4.8智能家居

    2下载:
  2. 使用qt,通过功能模仿,以界面观察智能家居情况(The use of QT, through functional simulation, to observe the smart home interface)
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-12-18
    • 文件大小:657408
    • 提供者:LTZun
  1. 基于zigbee和ARM的智能家居环境监测系统

    2下载:
  2. 使用QT编写操作界面,智能家居系统,源码可提供一定参考价值(Use QT to write the user interface, smart home system, source code, can provide a reference value.)
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-12-23
    • 文件大小:48764928
    • 提供者:诺城
  1. leds

    0下载:
  2. 基于Qt的i.MX6 LED显示例程,如何操作LED驱动(I.MX6 LED display routines based on Qt)
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-12-22
    • 文件大小:21504
    • 提供者:zhugejunyan
  1. 17

    0下载:
  2. 使用qt.4.7.0进行画矩形,就是利用鼠标动态的画矩形,带缓冲的画矩形。(The use of qt.4.7.0 for painting rectangles, that is, the use of the mouse dynamic drawing rectangle, with a buffer painting rectangle.)
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-12-25
    • 文件大小:23552
    • 提供者:李孟云
  1. imx-test-3.14.28-1.0.0.tar

    0下载:
  2. imx6 Linux Qt test source code
  3. 所属分类:嵌入式Linux

    • 发布日期:2018-01-01
    • 文件大小:6453248
    • 提供者:魏爱平
  1. lepton

    0下载:
  2. 在树莓派平台上,写的QT程序,通过SPI采集图像,分辨率为160*120,支持预览和拍照(On raspberry platform, write the QT program, through the SPI image acquisition, resolution of 160*120, support preview and take photos)
  3. 所属分类:嵌入式Linux

    • 发布日期:2018-01-02
    • 文件大小:349184
    • 提供者:goembed
  1. dai_ma

    0下载:
  2. 在A8上建立服务器,利用QT建立客户端,两者通过TCP/IP协议进行通讯。STM32通过BMP180、BH1750传感器获得温度,大气压强,光强等参数。通过串口通信将这些参数传给服务器,服务器通过数据分析判断是否通过蜂鸣器进行报警。同时将这些参数传给客户端用来实时显示。客户端可以控制服务器报警程序的开始和停止。注:A8上运行linux系统!!!(Set up the server on A8 and use QT to set up the client, which communicates
  3. 所属分类:嵌入式Linux

    • 发布日期:2018-01-03
    • 文件大小:2690048
    • 提供者:文松
  1. Mplayer_Slave.tar

    0下载:
  2. 基于qt的mp3播放器,后端使用mplayer(MP3 player based on QT, play with Mplayer.)
  3. 所属分类:嵌入式Linux

    • 发布日期:2018-01-07
    • 文件大小:2048
    • 提供者:淼淼淼淼
  1. pngtwinkle

    1下载:
  2. QT写的一段验证timer的小程序,输入10或01显示不同的图片,输入00图片闪烁。(QT writes a paragraph that verifies timer's small program, if input 10 or 01 shows different pictures, if input 00, the picture flashes.)
  3. 所属分类:嵌入式Linux

    • 发布日期:2018-04-21
    • 文件大小:10240
    • 提供者:xyf_12
  1. y1564

    0下载:
  2. This is a y1564 project, mainly for the protocol of qt embedded interface development, fully functional.
  3. 所属分类:嵌入式Linux

    • 发布日期:2018-04-29
    • 文件大小:957440
    • 提供者:老夏~
  1. ARM_v2

    0下载:
  2. This is an otn project, which is modeled after the latest machine of Japan's anli company. It is developed in the direction of qt, and the otn protocol is analyzed to form a complete set of test items.
  3. 所属分类:嵌入式Linux

    • 发布日期:2018-04-29
    • 文件大小:1681408
    • 提供者:老夏~
  1. 仓库管理系统

    1下载:
  2. 利用Qt开发的仓库管理系统,包含数据库操作,实现出入库和库存查看等功能(The warehouse management system developed by Qt includes database operation, access to warehouse and inventory view functions.)
  3. 所属分类:嵌入式Linux

  1. linux下QT的json库源码

    2下载:
  2. linux下QT的json库源码,可以通过json源码,解析json数据,和将字段组成json格式数据
  3. 所属分类:嵌入式Linux

    • 发布日期:2020-06-13
    • 文件大小:45471
    • 提供者:youzhanghua
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 45 »
搜珍网 www.dssz.com