-
本人用vb编写的用来看图像效果的小程序,调用了一些api,希望大家指导!...
本人用vb编写的用来看图像效果的小程序,调用了一些api,希望大家指导!-prepared with the view images of small programs, called some api, we hope that the guide!
- 2022-02-18 15:19:41下载
- 积分:1
-
2010A 障碍闸门控制
可以使用代码来让障碍门上下。这为 HM ABC 卡。小型断路器-H2010。
- 2022-11-15 12:25:03下载
- 积分:1
-
This is the use of ARM subsidiary KEIL development environment, in which the lan...
这是利用ARM子公司KEIL的开发环境,其中用到的语言为C以及VISUAL C++,编写的是中断的程序。-This is the use of ARM subsidiary KEIL development environment, in which the language used for C and VISUAL C++, Prepared by the procedure is interrupted.
- 2022-03-15 00:07:30下载
- 积分:1
-
查看帮助及调用源码了解api使用方法,dephi7
查看帮助及调用源码了解api使用方法,dephi7-View the source code to help and understand the api call to use, dephi7
- 2022-02-05 13:58:34下载
- 积分:1
-
Very beautiful and very useful code for a pop
很漂亮也很实用的弹出框代码。
在弹出框中加入tree效果最佳
-Very beautiful and very useful code for a pop-up box
- 2022-03-17 06:16:21下载
- 积分:1
-
使用串口读取数据文件
使用串口读取数据文件-use Serial read data files
- 2022-01-25 23:42:22下载
- 积分:1
-
com高级编程实例多个
com高级编程实例多个-com programming examples of a number of senior
- 2022-06-19 20:36: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
-
Console interface can be of any document attributes procedures.
Console界面的可以得到文件的任何属性的程序。-Console interface can be of any document attributes procedures.
- 2022-08-12 09:55:17下载
- 积分:1
-
这是一个装载问题的的程序,
这是一个装载问题的的程序,-This is a problem loading procedures,
- 2022-03-17 10:00:40下载
- 积分:1