-
操作系统课程设计之文件系统
基于fat32的文件系统,可以添加,删除,修改文件或者文件名,提供类似dos的操作方法
- 2022-01-27 23:16:31下载
- 积分: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
-
磁盘碎片整理,速度快,可以同时整理几个盘
运行后大大提高计算机速度...
磁盘碎片整理,速度快,可以同时整理几个盘
运行后大大提高计算机速度-disk defragmentation, fast, it will also collate after running several disk greatly enhance the speed of computer
- 2022-01-27 19:15:30下载
- 积分:1
-
一个最简单的wince驱动程序,适合入门
一个最简单的wince驱动程序,适合入门-step to step wince driver
- 2023-02-04 14:30:04下载
- 积分:1
-
这是一个关于mp3 播放的程序的程序,是我从同学那里拷过来的,试了一下,还可以!...
这是一个关于mp3 播放的程序的程序,是我从同学那里拷过来的,试了一下,还可以!-This is a MP3 player on the procedures for the process, the students from where I beat up, tried it, also!
- 2023-08-11 10:10:03下载
- 积分:1
-
this is a matrix chain multiplication ...in c code
this a matrix chain multiplication ...in c code-this is a matrix chain multiplication ...in c code
- 2022-11-23 02:05:03下载
- 积分:1
-
Sanhui board FSK transceiver Y presentation procedures, the use of event
三汇FSK收发板Y演示程序,使用事件触发。
- 2023-02-09 11:00:04下载
- 积分:1
-
C语言的常用算法
C语言的常用算法-C language commonly used algorithm
- 2023-08-31 13:35:03下载
- 积分:1
-
OOP实验室数1例
应用背景这是面向对象程序设计实验室成立于2002例#实验室1关键技术没有新技术只是一些旧东西的练习和修改使用
- 2022-02-06 13:33:58下载
- 积分:1
-
的mir2客户端Delphi源代码!
delphi的传2客户端源码,虽然是开源的,但是还是值得研究!-the mir2 client delphi source code!
- 2023-08-28 19:45:02下载
- 积分:1