-
进程问题解决方案..我的一个操作系统作业
进程问题解决方案..我的一个操作系统作业-This is a resolvent of process problem.It is a OS homework of mine.
- 2022-05-07 23:19:33下载
- 积分: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
-
it carry out captureing video,and is a good example.please everyone come to shar...
实现了视频的捕获,是一个不错的例子.来给大家分享-it carry out captureing video,and is a good example.please everyone come to share.
- 2022-02-14 18:39:08下载
- 积分:1
-
高斯消元法应用实例源码 具有通用性和实用性
高斯消元法应用实例源码 具有通用性和实用性-Gauss elimination with a generic source code application examples and practical
- 2022-04-02 06:40:43下载
- 积分:1
-
这也是一个关于KML解析的程序。。只是这个思想跟sax解析的思想不同。。希望读者看了以后会有所收获...
这也是一个关于KML解析的程序。。只是这个思想跟sax解析的思想不同。。希望读者看了以后会有所收获-this is also a very good mathod to parse the kml。。。
- 2022-07-23 08:15:26下载
- 积分:1
-
DES密码算法用于加密一些重要的数据,文件,安全性高。
DES密码算法用于加密一些重要的数据,文件,安全性高。
- 2022-04-09 07:50:01下载
- 积分:1
-
汉字算法识别 汉字算法识别
汉字算法识别 汉字算法识别 -Algorithm for Chinese character recognition algorithm for Chinese character recognition algorithm for identification
- 2023-07-05 09:25:03下载
- 积分:1
-
顺序后退法地震属性优选
地震属性分析中,地震属性数目多达100多种;而过多的地震属性往往影响模型的稳定性,一般来所6个属性一下较为合适,并且地震属性往往没有明确的地质意义,因此计算它们的统计关系意义分成重要。
- 2022-11-06 08:10:03下载
- 积分:1
-
We believe that a large number of users supported, as a free software CHM browse...
我们相信,有众多用户的支持,作为免费软件的CHM浏览器(CHMExplorer),一样能做到最好-We believe that a large number of users supported, as a free software CHM browser (CHMExplorer), the same can do the best
- 2022-04-12 03:40:24下载
- 积分:1
-
wince下的触摸屏处理程序
wince下的触摸屏处理程序-weights under the touch-screen process
- 2022-05-21 15:34:48下载
- 积分:1