-
钱能C++程序设计教程第二版 十分牛叉的一本书 推荐想学好C++的朋友一定不要错过...
钱能C++程序设计教程第二版 十分牛叉的一本书 推荐想学好C++的朋友一定不要错过-Money can C++ Programming Tutorial second edition of the great cattle fork recommend a book you want to learn C++, a friend must not miss the
- 2022-05-07 00:41:18下载
- 积分: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
-
InternetClient 包含一个类
InternetClient 包含一个类-InternetClient includes a category
- 2022-03-20 13:38:23下载
- 积分:1
-
developed with Delphi DirectX SDK
用Delphi开发的directx的SDK-developed with Delphi DirectX SDK
- 2022-06-30 09:34:52下载
- 积分:1
-
一个较为简单的迷宫程序,适合初学C++者使用
一个较为简单的迷宫程序,适合初学C++者使用-A relatively simple maze procedure, suitable for beginners to use C++
- 2022-04-19 16:07:33下载
- 积分:1
-
酒店管理系统
本代码是在vs2010环境下利用c#进行的开发。特别适合初学者,针对于网络传输协议ftp进行设计。本设计代码简明,思路清晰明了。同时也是自学c#语言的明智之选。
- 2022-04-17 21:25:09下载
- 积分:1
-
com组件程序设计原程序
com组件程序设计原程序-com components original program design procedures
- 2022-02-02 22:28:15下载
- 积分:1
-
Through the serial port to send and receive SMS
本程序主要实现通过rs232串口实现短信收发-Through the serial port to send and receive SMS
- 2022-03-05 08:12:10下载
- 积分:1
-
一个小的delphi通讯记录本
一个小的delphi通讯记录本-a small communications records of the delphi
- 2022-05-29 14:09:40下载
- 积分:1
-
windows mobile环境下滑行条控件的使用。
windows mobile环境下滑行条控件的使用。-windows mobile sliderctrl
- 2022-03-20 15:59:24下载
- 积分:1