-
similar to the network to download the software ants
类似于网络蚂蚁的下载软件-similar to the network to download the software ants
- 2022-01-31 22:51:55下载
- 积分:1
-
一个BUTTON 的例子
一个BUTTON 的例子-an example BUTTON
- 2022-07-16 03:50:47下载
- 积分:1
-
C#窗体应用程序:串口助手
VS2010编写的串口助手,仅供入门参考功能:HEX串口数据接收,发送;参数可配置(串口选择,波特率,数据位,停止位,校验位);接收发送计数;
- 2022-07-25 02:00:08下载
- 积分:1
-
QT编写的C++贪吃蛇小游戏
游戏通过按键控制
部分代码:
#include "gamewidget.h"
#define ROW 13
#define COL 16
#define UP 0
#define DOWN 1
#define LEFT 2
#define RIGHT 3
GameWidget::GameWidget(QWidget *parent)
:QWidget(parent)
{
this->setAutoFillBackground(true);//覆盖
this->resize(480,270);
this->setWindowIcon(QIcon("img/icon.jpg"));
this->setWindowTitle("贪吃蛇");
QPalette palette;
palette.setBrush(QPalette::Background,QBrush((QPixmap)"img/bjt.png"));
this->setPalette(palette);
//按扭区
leftbtn=new QPushButton(this);
leftbtn->setIcon((QIcon)"img/zuo.png");
leftbtn->setIconSize(QSize(40,40));
leftbtn->setGeometry(QRect(340,180,40,40));
leftbtn->setFlat(true);
rightbtn=new QPushButton(this);
rightbtn->setIcon((QIcon)"img/you.png");
rightbtn->setIconSize(QSize(40,40));
rightbtn->setGeometry(QRect(430,180,40,40));
rightbtn->setFlat(true
- 2022-03-21 19:09:00下载
- 积分:1
-
在应用程序内部设置IP地址并判断IP地址的合法性
在应用程序内部设置IP地址并判断IP地址的合法性-internal procedures in the application set the IP address and IP addresses to judge the legality
- 2022-04-08 07:39:56下载
- 积分:1
-
桥梁英文电子杂志,可读性很强,供工程界人士参考
桥梁英文电子杂志,可读性很强,供工程界人士参考-English electronic journal of the bridge, very readable for those in the engineering sector reference
- 2022-06-19 20:00:35下载
- 积分:1
-
上海尖端技术GPRS无线传输模块nwid支持…
上海精致科技GPRS无线传输模块NWID配套DLL文件及使用手册,包括厂家提供的接口函数和使用方法。-Shanghai sophisticated technology GPRS wireless transmission module NWID supporting DLL files and user manual, including the manufacturers to provide the interface function and use.
- 2023-08-31 23:00:03下载
- 积分:1
-
该程序通过二进制操作,实现磁盘的格式化。类似dos里的format...
该程序通过二进制操作,实现磁盘的格式化。类似dos里的format-the program through binary operation to achieve disk formatting. The dos similar format
- 2022-02-25 02:25:35下载
- 积分:1
-
简易文本编辑器、复合查询、查询、滚动字幕、简单数据绑定等示例....
简易文本编辑器、复合查询、查询、滚动字幕、简单数据绑定等示例.-simple text editor, composite inquiries, and rolling subtitles, simple data bundled with other examples.
- 2022-03-19 05:40:20下载
- 积分:1
-
xp界面库,利用它可很容易开发xp界面
xp界面库,利用它可很容易开发xp界面-xp interface library, it can use to easily develop xp interface
- 2023-09-02 14:10:05下载
- 积分:1