-
QT tcp/ip通讯
应用背景QT编写的简单的tcp/IP协议,简单易懂,界面友好,对于初学QT,或者 QT TCP/IP的初学者来说,具有一定的参考借鉴价值,可以由此扩展学习。关键技术本源码对于初学C++或者QT或者TCP/IP的初学者来说,很具有参考价值,通俗易懂,可以通过这个简单的小程序进行扩展,对入门QT和TCP/IP有一定作用
- 2022-01-27 12:09:12下载
- 积分:1
-
用VC操作Access的例子,对于初学者有很大的帮助
用VC操作Access的例子,对于初学者有很大的帮助-VC operation Access example, for beginners will be very helpful
- 2022-03-05 06:34:58下载
- 积分:1
-
Learning to Recognize and Grasp Objects
Learning to Recognize and Grasp Objects
- 2022-01-24 18:58:37下载
- 积分:1
-
vc灵感编程范例源代码 21 在窗口标题栏上显示文字的两种方法 22 控制窗口最大最小尺寸 23 隐藏或显示桌面图标 24 重新设置桌面 25 闪烁的标题栏 2...
vc灵感编程范例源代码 21 在窗口标题栏上显示文字的两种方法 22 控制窗口最大最小尺寸 23 隐藏或显示桌面图标 24 重新设置桌面 25 闪烁的标题栏 26 旋转字体 27 MyDialog 28 在任务栏上显示图标 29 MySplashWnd 30 PlaySound 31 SoundCardDetect 32 DriveNumber 33 图象旋转 34 将固定大小的位图在窗口平铺 35 打开关闭光驱门 36 使按钮变灰 37 位图按钮 38 改变按钮字体 39 带颜色的静态文本控件 40 MyButton-vc inspiration source code programming examples in 21 Biaodilanshang window display text of the two methods most 22 control window large minimum size of 23 or hidden Show Desktop icon 24 reconfigured desktop 25 flashing title bar font rotation 26 27 MyDialog 28 in the task bar icon displayed on the 29 MySplashWnd 30 PlaySo 32 und 31 SoundCardDetect image rotation DriveNumber 33 3 4 fixed size of the bitmap in the window of a flat bed 35 closed drive to open the door so that the button greyed 36 37 38 buttons to change plans Font button 39 with the color static text control 40 MyButton
- 2023-07-11 02:15:03下载
- 积分:1
-
飞机平显程序
利用GL Studio仿真软件来进行飞机平显界面的设计和显示,
Using GL Studio simulation software for the plane head-up display interface design and display
- 2022-02-07 04:42:32下载
- 积分:1
-
简单 的 绘图程序
简单 的 绘图程序-simple draw for java
- 2022-11-11 05:05:03下载
- 积分:1
-
分割窗口的简单举例,可以将窗口界面按任意行列分割,并使用相关部分。...
分割窗口的简单举例,可以将窗口界面按任意行列分割,并使用相关部分。-split window simple example can be window interface ranks by arbitrary division and the use of the relevant parts.
- 2022-03-23 09:52:17下载
- 积分:1
-
用于Winamp2.0插件的光谱分析器源代码,供大家交流
用于Winamp2.0插件的光谱分析器源代码,供大家交流-Spectral Analysis for Winamp2.0 browser plug-ins source code for U.S. exchange
- 2022-07-24 10:21:41下载
- 积分:1
-
全景图浏览程序
应用背景为了程序可以正常运行,要将RealSceneViewr下的Data文件夹拷贝到程序目录下关键技术C++,vs2010,3D,全景漫游,3d漫游,鱼眼全景
- 2022-03-21 00:43:20下载
- 积分:1
-
Qt login,自动识别焦点
#include "mainwindow.h"
#include "ui_mainwindow.h"
MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow)
{
ui->setupUi(this);
pushButton = new QPushButton(this);
pushButton->setObjectName(QString::fromUtf8("pushButton"));
pushButton->setGeometry(QRect(40, 180, 51, 27));
pushButton_2 = new QPushButton(this);
pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
pushButton_2->setGeometry(QRect(40, 140, 51, 27));
pushButton_3 = new QPushButton(this);
pushButton_3->setObjectName(QString::fromUtf8("pushButton_3"));
pushButton_3->setGeometry(QRect(100, 140, 51, 27));
&
- 2022-03-13 04:00:49下载
- 积分:1