-
mapwidget
使用 Graphics View 实现可交互的动态地图应用。(Using the Graphics View interactive dynamic maps.)
- 2020-07-03 16:20:02下载
- 积分:1
-
QtUDP
QT5关于UDP协议进行的通信窗口程序源码(Communication window QT5 on UDP protocol procedures source)
- 2020-08-30 13:48:11下载
- 积分:1
-
测试盒20170412
用QT编写的传感器测试系统界面,可用于二次开发(Sensor test system interface written with QT can be used for secondary development)
- 2020-06-17 11:40:02下载
- 积分:1
-
《24小时学通qt编程》
Qt Creator快速入门的教程资料,通过此书可学会基础的QT编程知识(Qt Creator quick tutorial materials, through this book can learn the basic knowledge of QT programming.)
- 2018-11-03 14:53:25下载
- 积分:1
-
DockWindow
Qt支持多窗口的停靠功能,本实例以此功能演示窗口停靠功能。(Qt supports multi window call function, the function of this example to demonstrate window docking function.)
- 2020-09-21 09:17:54下载
- 积分:1
-
libusbtest
libusb通过usb接口访问arm板,上位机访问下位机通过usb接口,免驱设计(through the USB interface to access the arm board by libusb-win32)
- 2016-01-15 09:13:08下载
- 积分:1
-
FluidSolver2
三维烟雾仿真,用opengl实现,stam的三维版本(3D smoke simulation with opengl achieve the three-dimensional version of stam)
- 2012-10-10 13:28:36下载
- 积分:1
-
QTWindows下的串口通信程序
使用第三方串口类实现串口通信编程,亲测是可以使用的,自发自收和与下位机如单片机的同信转换
- 2022-09-23 19:35:03下载
- 积分:1
-
Qt-ImageProcess
利用Qt编写的简易图像处理程序,包括图像的边缘检测、放大缩小和几个常用的处理功能。(QT image processing procedures, including edge detection, zoom and several common processing functions.)
- 2014-05-09 16:42:32下载
- 积分:1
-
Qt插入MySQL数据库源代码
Qt插入数据到mysql数据库,自行建立数据库(网上有教程),数据库按照如下代码在DOS界面建立,实测有用。
1、在运行框输入cmd,以管理员身份运行,输入mysql(前提是数据库和Qt连接成功)。
2、输入mysql;
3、建议一个数据库create database name;
4、use name;
5、create table device(
ID int unsigned auto_increment primary key,
Present1 int not NULL,
Present2 int not NULL,
Devices_Type varchar(40) not NULL,
X double(8,2) not NULL,
Y double(8,2) not NULL,
Z double(8,2) not NULL,
W double(8,2) not NULL
);
- 2022-03-12 22:22:13下载
- 积分:1