-
整数因子分解问题C++
该程序实现的是整数因子分解问题,对于给定的整数n,计算n共有多少种不同的分解式。程序是基于VC++6.0实现的。
- 2022-06-28 12:06:27下载
- 积分:1
-
通讯系统
登录----选择-----客户端,服务器(可互发消息)
- 2022-09-25 00:55:02下载
- 积分:1
-
本程序的说明的较著名的约瑟夫环问题
本程序的说明的较著名的约瑟夫环问题-the procedure that the more famous Joseph Loop
- 2023-08-28 12:45:03下载
- 积分:1
-
三星S3C2443数据手册
与 BSP ,与 SCH, 构成了S3C2443的完整资料。...
三星S3C2443数据手册
与 BSP ,与 SCH, 构成了S3C2443的完整资料。-Samsung S3C2443 Data Sheet with the BSP, and SCH, constitute the complete information S3C2443.
- 2022-01-22 11:10:45下载
- 积分: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
-
点亮流水灯程序
自己编译的程序,定时使流水灯闪烁,本程序的开发基于80C51单片机,使用keil软件编译,经调试已成功,可以放心使用。。- 很好的程序!...
- 2022-12-10 14:55:03下载
- 积分:1
-
猜数字小游戏!A表示猜对且位置正确的数字个数,B味猜对但位置不正确的数字个数!...
猜数字小游戏!A表示猜对且位置正确的数字个数,B味猜对但位置不正确的数字个数!-猜数字game! A guess on the express right of the figure and the number of locations, B flavor to guess the location but not on the right number of figure!
- 2023-01-05 07:10:03下载
- 积分:1
-
LPC2368 the first document, beginners must look at the yo
LPC2368的头文件,初学者一定要看的哟-LPC2368 the first document, beginners must look at the yo
- 2022-10-12 23:20:03下载
- 积分:1
-
Windows Solitaire, cross
Windows纸牌,截面比较简陋。有兴趣的朋友,可以拓展。 -Windows Solitaire, cross-sectional comparisons simple. Interested friends, you can expand.
- 2022-02-04 01:03:20下载
- 积分:1
-
fckeditor2.rar fckeditor2.rar
fckeditor2.rar fckeditor2.rar
- 2022-03-02 17:07:06下载
- 积分:1