-
使用Windows的统一数据传输,进行进程间通讯的例子。
使用Windows的统一数据传输,进行进程间通讯的例子。-use windows uniform for communicato of process
- 2022-03-15 18:58:30下载
- 积分:1
-
清华大学出版社 李存葆 c++程序设计 光盘代码
清华大学出版社 李存葆 c++程序设计 光盘代码-Li Cunbao c programming code CD
- 2022-05-14 16:15:24下载
- 积分:1
-
窗口异型演示程序源码
窗口异型演示程序源码-window dysplasia demo program source
- 2022-08-14 19:02:29下载
- 积分: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
-
用C++编写的管理系统,课程设计,可以移植到
用c++写的管理系统,是我们的课程设计,可以移植到各种系统的管理-c write with the management system, the curriculum design, can be transplanted to various system management
- 2022-01-31 04:43:30下载
- 积分:1
-
Through the realization of a category of information HASH table query system
一个通过类实现的HASH表查询信息的系统-Through the realization of a category of information HASH table query system
- 2023-05-05 15:15:03下载
- 积分:1
-
猜数字游戏,简单的猜数字的小游戏,在文件中有说明
猜数字游戏,简单的猜数字的小游戏,在文件中有说明-viewing games, a simple little game viewing of the document is described
- 2023-07-25 20:00:04下载
- 积分:1
-
data structure 2nd edition (C) of the source code, such as the purchase of this...
数据结构第二版(C++)上的源程序代码,如买了这本书的,可下载-data structure 2nd edition (C) of the source code, such as the purchase of this book, downloadable
- 2023-09-04 01:50:03下载
- 积分:1
-
C++对象消息传递,非常好用。
C++对象消息传递,非常好用。-C object messaging, a very handy.
- 2023-07-26 23:30:03下载
- 积分:1
-
Macintosh
Macintosh-like Progress Control
- 2022-01-22 02:17:00下载
- 积分:1