-
With VC++ The MFC with the Office of the Excel combination. Log file read, such...
用VC++的MFC与Office的Excel相结合,实现.log文件的读取,信息提取与分析等操作,是原创的,希望有用。-With VC++ The MFC with the Office of the Excel combination. Log file read, such as information extraction and analysis of operation, is the original, and I hope useful.
- 2022-04-24 23:44:25下载
- 积分: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
-
Scrollable JTable codes in Java 2
Scrollable JTable codes in Java 2
- 2022-03-26 18:25:13下载
- 积分:1
-
conversion programming problems BST_Tr
转换的编程问题BST_Tr-conversion programming problems BST_Tr
- 2022-04-10 20:20:45下载
- 积分:1
-
实现。
基于列表操作实现。-achieve.
- 2022-04-15 16:44:44下载
- 积分:1
-
本代码类似于spy++,可以自动锁定窗口区域进行抓图,并具有保存功能。...
本代码类似于spy++,可以自动锁定窗口区域进行抓图,并具有保存功能。 -This code is similar to spy++, Can automatically lock the window to capture the region, with preservation of function.
- 2023-05-31 00:10:03下载
- 积分:1
-
封锁键盘鼠标的源程序
封锁键盘鼠标的源程序-blockade of the source keyboard and mouse
- 2022-09-01 04:20:04下载
- 积分:1
-
sd2003测试程序
sd2003测试程序-sd2003 test procedures
- 2023-09-01 09:10:04下载
- 积分:1
-
一个简单的成绩管理系统
一个简单的成绩管理系统-a simple performance management system
- 2023-02-03 21:35:03下载
- 积分:1
-
Create a Virtual Drive in VB6. VB6 code to create virtual drive.
Create a Virtual Drive in VB6. VB6 code to create virtual drive.
- 2022-06-29 13:12:12下载
- 积分:1