-
Windows ce 5.0 (MIPS架构)自动全屏播放相册
Windows ce 5.0 (MIPS架构)自动全屏播放相册-Windows ce 5.0 (MIPS architecture) automatic full-screen playback Albums
- 2022-04-29 15:30:05下载
- 积分:1
-
使用的时候先EnableDebugPrivilege提升权限,然后KillTask(ExeFileName: string)...
使用的时候先EnableDebugPrivilege提升权限,然后KillTask(ExeFileName: string)-KillTask
- 2022-03-24 07:06:33下载
- 积分:1
-
VC例程Iocomp控件库,超过70的来源
IOComp控件库的vc例程,有70多个源程序-IOComp vc widget library of routines, more than 70 source
- 2022-07-28 00:50:11下载
- 积分:1
-
用一个生产工具,用于局域网天、小时、服务器和客户端组件2。
一个用vb制作的局域网络天工具,分服务器端和客户端2部分。-with a production tool for LAN days, hours, server and client component 2.
- 2022-03-22 14:41:50下载
- 积分:1
-
实现贪吃蛇游戏的源码,不是很理想,望别人能改进
实现贪吃蛇游戏的源码,不是很理想,望别人能改进-The realization of Snake game source code, not very ideal, hope someone else can improve
- 2022-05-20 17:47:23下载
- 积分: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
-
初学者的视觉基础
Visual Basic for beginner
- 2022-03-24 22:17:41下载
- 积分:1
-
前,从其他地方的网站上看到。那是相当好的,所以分享了…
以前,从别的网站上看到的.认为还不错,所以也分享出来,大家一起看看.当然我的水平太差.-ago, from somewhere else on the site to see. That was pretty good, so shared out, we take a look at. Of course, my level of impairment.
- 2022-08-11 18:34:40下载
- 积分:1
-
WinCE下的图片处理包调用imgdecmp.dll实现的
WinCE下的图片处理包调用imgdecmp.dll实现的-WinCE under the photo package called imgdecmp.dll realized
- 2022-07-12 01:46:37下载
- 积分:1
-
运动会管理系统源代码!
运动会管理系统源代码!-Games Management System source code!
- 2022-02-21 17:17:39下载
- 积分:1