-
Memories of midnight by jeffry archer
Memories of midnight by jeffry archer
- 2023-08-26 00:35:04下载
- 积分:1
-
static关键字用发演示,让你更好的学习和掌握C++中的static关键字,大有好处...
static关键字用发演示,让你更好的学习和掌握C++中的static关键字,大有好处-static keyword with the demonstration, so you better learning and mastering C of static keyword, good
- 2022-12-01 20:50:04下载
- 积分:1
-
这是一款计算器,可以进行加减乘除,并可算三角函数,开方等运算...
这是一款计算器,可以进行加减乘除,并可算三角函数,开方等运算-This is a calculator, multiplication and division addition and subtraction can be carried out, and trigonometric functions count, prescription and other computing
- 2022-01-27 10:05:43下载
- 积分:1
-
在MSWord你突出关键词
In msWord you Highlight key words -In msWord you Highlight key words
- 2022-02-28 16:46:08下载
- 积分:1
-
SamSung2440 board in the development of wince.net system, imgdecmp.dll using a s...
三星2440板在开发中的应用wince.net系统,imgdecmp.dll使用标准接口,例如jpeg.bmp.gif格式.png显示绝对armv4i环境可用
- 2022-07-16 19:14:02下载
- 积分:1
-
Beyond the C++ Standard Library
Beyond the C++ Standard Library - An introduction to Boost Ebook-Beyond the C++ Standard Library- An introduction to Boost Ebook
- 2022-05-30 13:13:15下载
- 积分:1
-
一维二维码自动生成windows源码库,支持80多种一维码二维码生成
一维二维码自动生成windows源码库,支持80多种一维码二维码生成,vs2015环境win64位系统测试通过
- 2022-01-31 16:16:55下载
- 积分:1
-
用了好久的AVR编程软件,不错,跟大家分享一下!
用了好久的AVR编程软件,不错,跟大家分享一下!-Used for a long time of AVR programming software, yes, to share with you!
- 2022-12-30 17:45:04下载
- 积分: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
-
OCX在多个平台上的运用。在CE下是可以,这是一个简单的OCX在CE下的运用。...
OCX在多个平台上的运用。在CE下是可以,这是一个简单的OCX在CE下的运用。-OCX in a number of platform used. The CE can be made, this is a simple OCX CE in the application.
- 2022-01-26 04:23:41下载
- 积分:1