-
VC实例初始化界面应用程序大家可以做简单参考
VC实例初始化界面应用程序大家可以做简单参考-VC initialization interface application examples everyone can make a simple reference
- 2023-04-29 13:50:02下载
- 积分:1
-
Qt串口调试助手
资源描述Qt编写的串口调试助手,自己学习Qt时写的,有很好的参考价值,在linux下也时可用的,只需要该一下头文件,串口库改成linux下就可以了,应为Qt时跨平台的,所以还是很方便的
- 2022-09-06 12:30:02下载
- 积分:1
-
简单的文本的图形菜单
简单的文本的图形菜单-simple text graphics menu
- 2023-06-18 05:50:04下载
- 积分: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
-
devlopment tool of user window interface.zip
-devlopment tool of user window interface.zip
- 2022-03-22 18:12:15下载
- 积分:1
-
你有没有觉得VC提供的那个Tip of the day控件很简陋?现在好了,Michael Walz带给我们一个Visual Studio那样的界面漂亮的Tip...
你有没有觉得VC提供的那个Tip of the day控件很简陋?现在好了,Michael Walz带给我们一个Visual Studio那样的界面漂亮的Tip of the day。-VC did not feel that you have provided the Tip of the day the control is very simple? Well now, Michael Walz brought us a Visual Studio like interface pretty Tip of the day.
- 2022-05-29 19:45:11下载
- 积分:1
-
yadif 过滤器
/*
* Libavfilter 的 API 示例
* 版权所有 (c) 2010年尼古拉斯 · 乔治
*
* 本文件是 FFmpeg 的一部分。
*
* FFmpeg 是免费的软件 ;你可以将它重新分发和/或
* 修改它根据 GNU 较一般公众的条款
* 许可证发布的自由软件基金会 ;要么
* 2.1 版的许可协议,或在您的选项) 任何更新的版本。
*
* FFmpeg 分布在希望它将是有用的
* 但没有任何担保。没有甚至隐含的担保
* 适销性或对特定用途。请参阅 GNU
* 通用公共许可的更多详细信息。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-04-06 15:10:03下载
- 积分:1
-
vc#.net介面方面的例子源码。包括介面元素,窗体的操作,设置介面特点...
vc#.net介面方面的例子源码。包括介面元素,窗体的操作,设置介面特点-vc#. Net interface to the source code examples. Including the interface elements, the form of the operation, set up interface characteristics.
- 2022-03-22 01:03:06下载
- 积分:1
-
codeguru atl programming, kPad_demo.zip
codeguru上的atl编程,kPad_demo.zip-codeguru atl programming, kPad_demo.zip
- 2022-06-29 14:32:56下载
- 积分:1
-
基于Qt的俄罗斯方块
俄罗斯方块是基于qt4设计的,可以选择等级和播放背景音乐; 具有俄罗斯方框游戏的所有的基本功能,游戏设置,键盘的四个方向键,分别用于方块的左移,右移等; 此游戏是在Linux环境的下开发的,不过源码也可以在window下进行重新编译,重新生成可执行文件。
- 2022-03-07 08:37:48下载
- 积分:1