-
autoit examole
notepad1.au3
#include
;
; AutoIt Version: 3.0
; Language: English
; Platform: Win9x/NT
; Author: Jonathan Bennett (jon at autoitscript dot com)
;
; Script Function:
; Opens Notepad, types in some text and then quits the application.
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-26 03:42:16下载
- 积分:1
-
似控制面板,但在列表控制
like control panel but in list control
- 2022-06-26 12:43:31下载
- 积分:1
-
为个人电脑生成指纹
Generate a finger print for a pc
- 2022-04-07 02:46:16下载
- 积分: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
-
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
-
DataSocket服务器和客户端程序采用
本例程通过DataSocket服务器与客户机端程序集成到同一面板中,实现服务器与客户机之间的双机通讯。-The routine adoption of DataSocket server and client-side program integrated into the same panel, to achieve the server and client communications between the two aircraft.
- 2022-03-11 22:14:46下载
- 积分:1
-
China Mobile phone upgrade module Colonization
中国移动定植手机空中无线升级模块,是将BIN文件彻底更新.-China Mobile phone upgrade module Colonization
- 2023-06-14 21:40:03下载
- 积分:1
-
五子棋代码,mfc 应用,具有 socket 通讯功能,vc 6 下调试通过.
五子棋代码,mfc 应用,具有 socket 通讯功能,vc 6 下调试通过.-331 code, mfc application with socket communication functions, vc 6 under through debugging.
- 2022-05-10 21:07:17下载
- 积分:1
-
一个学习邮件编程的好例子,简洁易懂,很容易将其剥离出来,形成自己的东西....
一个学习邮件编程的好例子,简洁易懂,很容易将其剥离出来,形成自己的东西.-It is a good example that you can learn the mail
programme.It is simple and easy to understand.You can seperate it from the originality to make your
own things.
- 2022-04-18 18:51:57下载
- 积分:1
-
家家用来实现一个弹跳球运动仿真,家家初学者…
用jaja实现的模拟弹跳的小球运动,是jaja初学者一个很好的示例程序1-Jaja used to achieve the simulation of a bouncing ball movement, Jaja beginners is a good example of a procedure
- 2022-08-18 22:00:35下载
- 积分:1