-
Wince 2440 16C552驱动。
Wince 2440 16C552驱动。-16C554 is Drivers。
- 2022-04-20 04:16:37下载
- 积分:1
-
此pdf主要介绍关于c++的相关知识,针对c++中的一些疑难方便进行介绍...
此pdf主要介绍关于c++的相关知识,针对c++中的一些疑难方便进行介绍-Pdf of this introduction on the main c++ Of related knowledge, for c++ Some problems facilitate the introduction
- 2022-03-17 22:52:27下载
- 积分:1
-
标准正则化方法的图像重建 Matlab code
标准正则化方法的图像重建
- 2022-02-14 05:05:52下载
- 积分:1
-
用ATL COM组件的示例程序完成
用ATL完成com组件的示例程序-with ATL completed com Component Sample program
- 2022-02-02 18:45:03下载
- 积分:1
-
停车诱导系统的信息处理
停车诱导系统一般分为信息采集、信息发布、信息处理和信息传输四个子系统。停车诱导系统除提供车位使用状况信息外,还担负着存储车场或路边车...
停车诱导系统的信息处理
停车诱导系统一般分为信息采集、信息发布、信息处理和信息传输四个子系统。停车诱导系统除提供车位使用状况信息外,还担负着存储车场或路边车位信息、加工处理车位使用情况的变化模式等任务,这些功能将为提供停车需求状况预报、停车预约等服务奠定基础。-Parking Guidance System Parking Guidance System information processing will generally be divided into information collection, information dissemination, information processing and information transmission in four subsystems. Parking Guidance System In addition to providing information about the status of parking spaces to use, but also bears a storage yard or the roadside parking information, parking spaces for the use of processing changes in mission mode, these features will provide parking demand forecasting, parking and other services lay the foundation for an appointment.
- 2022-03-30 20:46:20下载
- 积分: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
-
QW2410开发套件wince的说明,附有详细的图片说明
QW2410开发套件wince的说明,附有详细的图片说明-QW2410 Development Kit wince note, accompanied by a detailed description of the picture
- 2022-02-09 13:59:57下载
- 积分:1
-
压缩感知及应用 书籍中的代码
本代码是与汕大阎老师的压缩感知及应用书中对应的代码! 非常有助于学习!
- 2022-03-17 17:48:50下载
- 积分:1
-
这是用C++编的用链表求大数阶乘,
这是用C++编的用链表求大数阶乘,-This the C series for the use of large numbers factorial chain,
- 2022-03-07 12:50:11下载
- 积分:1
-
Can calculate the number of coins, use the OPEN CV libraries, development platfo...
可以计算硬币的数量,使用opencv库,开发平台为visualc++2005
- 2023-04-10 07:25:04下载
- 积分:1