-
OPCClient端和Server端的演示代码
OPCClient端和Server端的演示代码-OPCClient-side and Server-side presentation code
- 2022-01-26 08:07:48下载
- 积分:1
-
STM32的GPIO EWARM IDE LED的例子。
在EWARM IDE STM32测试源。
- 2023-04-15 11:25:04下载
- 积分:1
-
CImageList类的使用和显示动画
CImageList类的使用和显示动画-CImageList category and demonstrate the use of animation
- 2022-10-25 23:50:02下载
- 积分:1
-
This is a statistics
这是一本基于统计意义上的决策推理的书。属于信息科学领域,对从事科研的学生和工程师都有意义-This is a statistics-based decision-making sense of the reasoning book. Belong to the field of information science, to the conduct of scientific research have significance for students and engineers
- 2022-02-16 03:09:36下载
- 积分: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
-
中国麻将小程序,付代码,个人感觉功能比较齐全了,可以下载看...
中国麻将小程序,付代码,个人感觉功能比较齐全了,可以下载看-Chinese Mahjong small programs, pay code, personal sensory function relatively complete, and can be downloaded to see
- 2022-09-13 20:10:04下载
- 积分:1
-
简单的搜索功能实现,利用vc++,可供初学者参考使用
简单的搜索功能实现,利用vc++,可供初学者参考使用-The realization of a simple search function, using vc++, Use and reference for beginners
- 2022-12-26 13:10:03下载
- 积分:1
-
Screen design of C language source program, explain in detail the C language use...
屏幕设计的 C 语言源程序,详细讲解用C语言进行设计屏幕界面.-Screen design of C language source program, explain in detail the C language used to design the screen interface.
- 2022-02-25 13:27:34下载
- 积分:1
-
在DBGrid中实现任意方向查找
在DBGrid中实现任意方向查找-DBGrid in achieving any direction you
- 2022-10-28 19:40:04下载
- 积分:1
-
将阻断64串
convert unsinged int 64 to string
- 2022-02-20 07:07:13下载
- 积分:1