-
right of the dialog box for a separate source code examples
对对话框进行分隔的一个例子源码-right of the dialog box for a separate source code examples
- 2022-08-31 22:15:03下载
- 积分:1
-
本例子将教会VC++初学者如何使用进度条控件,简单易用
本例子将教会VC++初学者如何使用进度条控件,简单易用-example of the Church of the VC beginners how to use the progress of control, easy to use
- 2023-09-01 07:00:04下载
- 积分:1
-
非常实用简单的动画字,一学就会,一看就懂
非常实用简单的动画字,一学就会,一看就懂
- 2022-08-14 13:11:46下载
- 积分:1
-
TreeView nodes Drive, addition, deletion function demo
TreeView节点驱动,添加,删除功能演示
- 2022-01-26 05:07:37下载
- 积分:1
-
Max6675 温度程序
应用背景关键技术快速测量温度,用于arduino快速 开发开,两线偶电热杆。对于初开发学者有很好的学习案例,也可以进一步应用一般温度设计。
- 2022-03-14 04:28:04下载
- 积分:1
-
QT读取OSG模型
使用C++语言,在配置好环境后,VS2005中在QT的框架下用控制台读取OSG模型,
- 2022-03-05 00:55:45下载
- 积分:1
-
在Visual C++ 环境下,控制节目显示如何不闪烁。对于带有图像显示的界面控制尤其重要。通过Memory DC的方式实现。易于使用...
在Visual C++ 环境下,控制节目显示如何不闪烁。对于带有图像显示的界面控制尤其重要。通过Memory DC的方式实现。易于使用-in Visual C environment, the control program shows how not blinked. For images with the interface control is especially important. Memory DC through in a way. Easy to use
- 2023-09-05 18:20:04下载
- 积分:1
-
源代码是基于虚拟仪器设计的多
该源程序是基于虚拟仪器设计的多波形信号源,能够产生多种波形-The source code is based on virtual instrument designed for multi-wave signal source, can produce a variety of waveforms
- 2022-03-21 22:14:48下载
- 积分:1
-
单片机proteus的仿真和应用
Proteus软件是英国Labcenter electronics公司出版的EDA工具软件(该软件中国总代理为广州风标电子技术有限公司)。它不仅具有其它EDA工具软件的仿真功能,还能仿真单片机及外围器件。它是目前最好的仿真单片机及外围器件的工具。虽然目前国内推广刚起步,但已受到单片机爱好者、从事单片机教学的教师、致力于单片机开发应用的科技工作者的青睐。应用的科技工作者的青睐。应用的科技工作者的青睐。
- 2023-04-28 11:20:03下载
- 积分: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