-
C++应用书籍By Philip Romanik, Amy Muntz
C++应用书籍By Philip Romanik, Amy Muntz-C++ Application Books By Philip Romanik, Amy Muntz
- 2022-05-26 02:10:50下载
- 积分:1
-
tree controls advanced version
树形控件高级版本-tree controls advanced version
- 2022-04-23 19:24:45下载
- 积分:1
-
MFC written forms, suited to want to know the structure of learners MFC
MFC写的窗体,适合于想了解MFC结构的学习者-MFC written forms, suited to want to know the structure of learners MFC
- 2022-08-31 10:10:04下载
- 积分:1
-
职工信息表,可以实现员工的一些查询处理功能,个人课程设计...
职工信息表,可以实现员工的一些查询处理功能,个人课程设计-the information table of employee
- 2022-02-14 22:19:48下载
- 积分:1
-
详细讲述了 ADC 及 DAC的处理方法与原理
详细讲述了 ADC 及 DAC的处理方法与原理-A detailed account of the ADC and DAC principles of the treatment methods and
- 2022-05-14 19:10:34下载
- 积分: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
-
测量平差中的坐标方位角的转换可以方便广大的测量工作者
测量平差中的坐标方位角的转换可以方便广大的测量工作者-Adjustment coordinates the azimuth can facilitate the conversion of the majority of Surveyors
- 2022-01-27 18:25:21下载
- 积分:1
-
Delphi开发的WEB_MAIL程序,初学者参考
Delphi开发的WEB_MAIL程序,初学者参考-Delphi development WEB_MAIL procedures, beginners reference
- 2022-03-01 00:36:58下载
- 积分:1
-
Unicode字符串封装类 , vc++可用.
Unicode字符串封装类 , vc++可用.-Unicode string type package, vc++ Available.
- 2022-05-06 22:01:18下载
- 积分:1
-
Visual C++多线程应用。2个线程:发送器和接收器。多
multithreading Visual C++ application. 2 threads: sender and receiver. The multi-threaded app sends from one process to another over the network.
- 2022-03-22 19:09:06下载
- 积分:1