-
ntfs 文件恢复 希望需要的朋友有价值
ntfs 文件恢复 希望需要的朋友有价值-ntfs file recovery
- 2022-01-25 23:04:59下载
- 积分:1
-
用c程序实现的数字时钟程序,其中包含改程序的所有c代码,以及详细的注释说明。...
用c程序实现的数字时钟程序,其中包含改程序的所有c代码,以及详细的注释说明。-C program with digital clock procedures, including procedures to all the c code, as well as detailed notes.
- 2022-05-09 11:28:11下载
- 积分: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
-
汇编计算器代码,非常实用,希望你们喜欢,
汇编计算器代码,非常实用,希望你们喜欢,-Compilation calculator code, very useful, and I hope you like it,
- 2022-03-20 22:31:56下载
- 积分:1
-
建议网上购票系统
这是我在校课程结课作业,功能不大,倒挺实用,代码简易,适合在校生引用,但注意修改界面,不要雷同,纯属于原创,希望能获得点评。
- 2022-01-22 08:19:15下载
- 积分:1
-
这是一个C++语言的电脑,源代码有点复杂,我找到了一个…
这是一个用C语言编写的计算器,源代码有点复杂,是我从网上找到的一个东东。-This is a C language of computers, the source code a bit complicated, I found an online Wanton.
- 2022-03-23 08:42:50下载
- 积分:1
-
孙鑫老师的VC++教程的光盘源代码,数写的很好,代码也很好,值得研究!第11章源程序!...
孙鑫老师的VC++教程的光盘源代码,数写的很好,代码也很好,值得研究!第11章源程序!-SUN Xin teachers VC++ Tutorial CD-ROM source code, written in a few very good, code is also good, worthy of study! Chapter 11 source code!
- 2023-08-12 16:25:03下载
- 积分:1
-
鼠标在各种控件上的移动,响应,事件的处理
鼠标在各种控件上的移动,响应,事件的处理-Mouse in a variety of controls on the movement, response, incident handling
- 2022-05-16 13:39:09下载
- 积分:1
-
内存映射文件的使用
内存映射文件的使用-The example of using memory map file
- 2022-03-10 10:03:27下载
- 积分:1
-
a bezier curve , is ok
一条贝塞曲线,还可以的。-a bezier curve , is ok
- 2023-07-27 22:00:02下载
- 积分:1