-
从一个项目启动代码的工作
boot codes from a project being worked on
- 2022-08-07 17:09:09下载
- 积分:1
-
一个漂亮的时钟,vb做的
一个漂亮的时钟,vb做的 -clock
- 2022-09-15 17:25:03下载
- 积分:1
-
一个邮件收发系统,学习时写的,Visual Basic.可以
一个邮件收发系统,学习时写的,Visual Basic.可以-A mail system, to learn when writing, Visual Basic. Can
- 2022-01-28 03:51:44下载
- 积分:1
-
介绍.net3.5环境下使用LINQ访问数据集的方法
介绍.net3.5环境下使用LINQ访问数据集的方法-Introduced. Net3.5 environment to use LINQ to access the data collection methods
- 2022-09-04 07:25:02下载
- 积分: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实现的windows平台下GE MMT列车监控协议
vc实现的windows平台下GE MMT列车监控协议-vc realize the windows platform GE MMT Train Supervision agreement
- 2023-04-09 03:05:04下载
- 积分:1
-
Long String Debugging Macro 调试宏(5KB)
Long String Debugging Macro 调试宏(5KB)-Long String Debugging Macro debugging macros (5KB)
- 2022-01-31 15:50:10下载
- 积分:1
-
Plx9054_WDM_Driver
该工程为WDM驱动,采用DriverStudio进行编译。其中包含IO操作,及DMA传输。
如果有PLX9054的板卡,可以直接安装测试。
- 2022-04-30 20:56:48下载
- 积分:1
-
使用E写的游戏菜单!更多的介绍了易语言在快速应用开发上的优越性。 本程序适合网吧使用!...
使用E写的游戏菜单!更多的介绍了易语言在快速应用开发上的优越性。 本程序适合网吧使用!-E write menu of the game! More of the Yi language rapid application development on the superiority. The procedures for the use of Internet cafes!
- 2022-03-16 19:13:33下载
- 积分:1
-
这是一个射击游戏的源代码,是在vc环境下的源代码。
这是一个射击游戏的源代码,是在vc环境下的源代码。-This is a shooting game"s source code, vc environment in the source code.
- 2023-09-05 17:20:04下载
- 积分:1