-
管理实例1,需要一定编程基础,入门者要仔细多读几遍源码,其中有许多编程技巧。...
管理实例1,需要一定编程基础,入门者要仔细多读几遍源码,其中有许多编程技巧。-Management instance 1 with a lot of techniques requires novices having certain programme foundations to read several times carefully.
- 2022-02-03 05:42:09下载
- 积分:1
-
maps the source code management
游戏地图管理的源代码-maps the source code management
- 2022-09-20 05:45:03下载
- 积分: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语言的初学者是有很好的的帮助的,它是个万年历系统,-The original code for the beginners learn C language is a very good help, and it is a calendar system,
- 2023-05-12 22:30:03下载
- 积分:1
-
源代码的方法
在模式识别中,k近邻算法(k-NN)是一种非参数的模式识别方法;
- 2023-01-28 01:30:03下载
- 积分:1
-
计算两数之间之和,希望对入门者有所帮助.
程序不是很长,主要就是讲了一个循环语句的用法。...
计算两数之间之和,希望对入门者有所帮助.
程序不是很长,主要就是讲了一个循环语句的用法。-Calculated between the number of the sum of the two, want to help beginners. Program is not very long, is mainly talked about the usage of a loop statement.
- 2022-04-10 13:25:59下载
- 积分:1
-
一个漂亮的日历程序
很漂亮的日历程序 学习之后你也可以编成这么漂亮的了-a pretty calendar program
After learning (the code) you can write such a pretty application as well
- 2022-02-03 14:48:18下载
- 积分:1
-
俄罗斯方块游戏
提示: 您将赚取积分 (0-20) 基于您的源代码和说明的质量。质量低、 重复的代码或穷人所述将被删除。
- 2022-08-19 16:35:18下载
- 积分:1
-
HTML source code. Rar
Asp.Net的chart源码.rar-HTML source code. Rar
- 2022-07-06 16:14:12下载
- 积分:1
-
WinCE下USB无线网卡驱动程序,主要是用于WINCE5.0和WINCE6.0.
WinCE下USB无线网卡驱动程序,主要是用于WINCE5.0和WINCE6.0.-USB wireless network card under WinCE drivers, mainly for WINCE5.0 and WINCE6.0.
- 2022-02-15 02:25:50下载
- 积分:1