-
QtCreator
每个部分都讲得很详细!特别是针对初学者,是一个边学习边编程的好资料!(Each part is made very detailed! Especially for beginners, is a good program while studying the information!)
- 2010-06-18 10:40:33下载
- 积分:1
-
82492674
说明: 浅析本机API 此文只能说是一篇笔记,是关于本机API的(This article is only a note about the API.)
- 2019-05-13 16:27:05下载
- 积分:1
-
QT语言读写segy
QT语言读写segy,地震勘探行业专用的程序,可以读写segy标准文件(The QT language reads and writes segy, a special program for the seismic exploration industry, and can read and write segy standard documents)
- 2021-01-20 11:08:41下载
- 积分:1
-
pro1
使用Qt开发的秒表功能,有开始,暂停,置0三个按钮,有相应的表盘与LCD显示。(Using the stopwatch function developed by Qt, there are three buttons: start, pause, set 0, and corresponding dial and LCD display.)
- 2018-09-04 14:56:11下载
- 积分:1
-
基于QT开发环境,获取摄像头进行摄像,并在界面回显
基于QT开发环境,通过QML和C++相结合的技术,获取摄像头进行摄像,并在界面回显。其中,在QML中对摄像窗口及模式等进行了定义,在mainform 中对摄像数据进行回显。
- 2022-04-27 05:12:24下载
- 积分:1
-
myScene.tar
qt对场景图形项 视图三者的关系,简单实例(qt scene graph term view of the relationship of the three, a simple example)
- 2014-05-14 11:06:37下载
- 积分: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
-
简单b样条
B样条的简单生成,大家可以看一看。具体是使用qt实现,里面包含二次三次B样条的实现
- 2022-03-12 12:21:15下载
- 积分:1
-
mp3player_0816
在linux下,利用QT启动外部的madplayMP3播放器,实现了播放,暂停,停止,双击播放等功能。是个人编写的MP3播放器。(In linux, start using the external madplayMP3 QT player to achieve the play, pause, stop, double-click playback. Written in a personal MP3 player.)
- 2011-09-14 15:08:49下载
- 积分:1
-
gotocell3
QT界面编程范例。对话框编程3,实现输入检测的对话框。(QT interface programming paradigm. Dialog programming 3, to achieve input detection dialog box.)
- 2013-07-11 15:31:46下载
- 积分:1