-
等待另一个程序运行结束
wait another program to run end
- 2022-01-26 03:12:49下载
- 积分:1
-
网上收集的常用pragma指令的用法,对于使用其他c++库很值得学习
网上收集的常用pragma指令的用法,对于使用其他c++库很值得学习-Online collection of common usage of pragma directives for the use of other c++ Library is worth learning
- 2022-02-01 04:02:39下载
- 积分:1
-
算法编程题,北京大学OnlineJudge
1496WordIndex
算法编程题,北京大学OnlineJudge
1496WordIndex-1496WordIndex
- 2022-01-25 14:47:12下载
- 积分:1
-
快速dct变换的vc实现实例,希望对大家有帮助。
快速dct变换的vc实现实例,希望对大家有帮助。-Dct transform vc rapid realization of examples you would like to help.
- 2022-03-07 14:57:34下载
- 积分:1
-
Othello games
简单的黑白棋,用VC++2008做成,还有一些Bug,评估函数不太好,所以电脑有点弱智-Othello games
- 2022-08-23 17:04:10下载
- 积分: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
-
二维不规则零件排样问题
二维不规则零件排样问题-Two-dimensional irregular parts nesting problems
- 2022-02-04 00:54:07下载
- 积分:1
-
这是qianqianjingting代码的代码,也许可以帮助你F F F F F F。
千千静听源码,j不过在VS2008重编译的时候缺少皮肤相关的文件-this is the code of qianqianjingting code,maybe can help you f f f f f f .
- 2023-01-09 11:00:04下载
- 积分:1
-
A dialogue frame programme with password which could move into your programme
一个带有密码口令的对话框程序,可以移植到你的程序离-A dialogue frame programme with password which could move into your programme
- 2023-02-01 05:25:03下载
- 积分:1
-
一个关于俄罗斯方块的原代码
一个关于俄罗斯方块的原代码-a Rubik"s cube on the original code
- 2023-04-29 22:50:03下载
- 积分:1