-
日期计算器,输入日期就可以查到它是星期几。希望对大家有帮助,谢谢!...
日期计算器,输入日期就可以查到它是星期几。希望对大家有帮助,谢谢!-Date calculator, enter the date can be found on the day of the week it is. I hope there is help for everyone, thank you!
- 2022-04-18 07:55:56下载
- 积分:1
-
嵌入式WINCE画图类程序,图形操作等,用EVC开发实现
嵌入式WINCE画图类程序,图形操作等,用EVC开发实现-Embedded WINCE type drawing program, graphics operations, and realize EVC Development
- 2022-03-26 11:05:16下载
- 积分: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
-
VC 串口调试助手源代码
VC++ 串口调试助手源代码,界面与当前流行的串口调试工具基本相同。该工具使用方便,而且可以自定义串口速率,由状态显示内容。
- 2022-03-15 02:04:26下载
- 积分:1
-
OPC服务器程序,可接受来自服务器的数据
OPC服务器程序,可接受来自服务器的数据-OPC server programming,can recieve data comes from server.
- 2022-03-22 11:03:38下载
- 积分:1
-
plug management, dynamic database to prepare, very useful, and now many major ma...
plug管理,动态库编写,非常有用,现在很多大程序都需要插件管理-plug management, dynamic database to prepare, very useful, and now many major management procedures need to plug-ins
- 2022-03-12 14:44:27下载
- 积分:1
-
Essential CVS
Essential CVS - Jennifer Vesperman - O Reilly, 2003-Essential CVS- Jennifer Vesperman- O Reilly, 2003
- 2022-07-17 05:11:28下载
- 积分:1
-
灵活的页面,调整性的显示
用于显示灵活的HTML报表页面,灵活的显示页面,动态的显示灵活的界面,美观大方,基于HTML页面显示,包含有JavaScript语言以及jQuery语言,用于显示美观的报表页面
- 2023-09-06 21:15:03下载
- 积分:1
-
一个有关文档操作的好入门程序
一个有关文档操作的好入门程序-a document on the operation of a good entry procedures
- 2022-02-06 05:42:34下载
- 积分:1
-
一种很容易理解的svm matlab工具箱,可用于分类,回归,并附很多示例。...
一种很容易理解的svm matlab工具箱,可用于分类,回归,并附很多示例。-A very easy to understand svm matlab toolbox, can be used for classification, regression, together with many examples.
- 2022-02-09 14:14:11下载
- 积分:1