-
wince embedded under the text painted hook
wince下的嵌入式文本勾绘以及描述,侧重于文字字体选择-wince embedded under the text painted hook
- 2022-08-14 12:06:36下载
- 积分:1
-
js的一个tooltip源码.用于提示信息
js的一个tooltip源码.用于提示信息-js source of a tooltip. For a message
- 2022-06-19 10:24:29下载
- 积分:1
-
串口接口程序可以接受电源屏通过串口发送过来的数据并通过共享内存和其他进程交换数据...
串口接口程序可以接受电源屏通过串口发送过来的数据并通过共享内存和其他进程交换数据-Serial interface program can accept the power panel through the serial port to send over the data and other processes through shared memory and the exchange of data
- 2022-01-26 06:45:08下载
- 积分:1
-
jQuery卷帘式菜单栏
鼠标经过显示下级菜单,动态效果,不简单是 只是显示隐藏,有动态效果。感觉还不错 ,拿出来分享
- 2022-03-18 15:43:11下载
- 积分: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
-
用VB编写的小区管理,值得下载,可以作为成品来做。
用VB编写的小区管理,值得下载,可以作为成品来做。-Written using VB district administration, it is worth downloading, you can do as a finished product.
- 2022-03-20 10:35:33下载
- 积分:1
-
视图分割窗口
Views, Tabs and Splitters
- 2023-02-22 00:55:04下载
- 积分:1
-
Scribbler 2000 1.92 For Win9x/NT辅助建立 JavaScript, VBScript 的工具, 有预制的 Script 和 DHT...
Scribbler 2000 1.92 For Win9x/NT辅助建立 JavaScript, VBScript 的工具, 有预制的 Script 和 DHTML 可供选用.- The tool applying Scribbler 2000 1.92 For Win9x/NT to assistantly establish JavaScript, VBScript.we can choose Script and DHTML
- 2022-01-23 10:45:40下载
- 积分:1
-
进行开发不可避免有好多问题要解决对初学者来说这是一个所有问题的答案....
进行开发不可避免有好多问题要解决对初学者来说这是一个所有问题的答案.-inevitable for the development of a lot of issues to resolve for beginners, this is an answer to all the problems.
- 2023-04-01 09:05:04下载
- 积分:1
-
注释清晰, 将用户注册信息存入xml(RegisterInfo.xml)文件,并可以进行是否重名验证
使用了验证码 和 Wizard控件...
注释清晰, 将用户注册信息存入xml(RegisterInfo.xml)文件,并可以进行是否重名验证
使用了验证码 和 Wizard控件 -Note clear, the user registration information into the xml (RegisterInfo.xml) documents and can be used to verify whether the Chong Ming and Wizard control code
- 2022-05-25 22:16:48下载
- 积分:1