-
单纯型法。用c++编的单纯型法。
单纯型法。用c++编的单纯型法。-simple method. C series with the simple method.
- 2022-03-17 23:58:40下载
- 积分:1
-
工资管理系统 很好用的 我已经编译成功了 并且很容易看的
工资管理系统 很好用的 我已经编译成功了 并且很容易看的-wage management system with the good I have compiled a successful and very easy-to-view
- 2022-03-19 14:11:42下载
- 积分:1
-
VC下的时钟显示程序
VC下的时钟显示程序-VC clock display program
- 2022-08-20 10:30:18下载
- 积分:1
-
一个象示波器一样的界面,他可以同时实时显示8个信号曲线,并且可以滚动显示...
一个象示波器一样的界面,他可以同时实时显示8个信号曲线,并且可以滚动显示-an oscilloscope as the same interface, he can show the real-time signal eight curves, and can show rolling
- 2023-08-11 04:15:03下载
- 积分:1
-
use Directx produced by the Earth 3D
使用Directx 制作的3D地球-use Directx produced by the Earth 3D
- 2022-06-13 03:15:03下载
- 积分:1
-
Achieved with VB puzzle game. There are two more difficult, is to picture divide...
用VB实现的拼图小游戏。有两种难度,是将图片分成九块或是16块。希望能对初学VB的朋友有些许帮助啊~-Achieved with VB puzzle game. There are two more difficult, is to picture divided into 9 or 16. Hope that the friends of the novice VB help somewhat ah ~
- 2022-01-25 15:47:31下载
- 积分: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
-
全局勾子的简单使用实例
上传前,亲测,保证可用,点一下DLG空白区域便安装了键盘和鼠标钩子,按个小键盘0,便知道是否有响应) 简单的全局钩子使用示例,包含一个DLL用来写全局钩子(鼠标钩子用来把鼠标限定在某个区域中和键盘钩子用来钩小键盘的数据“0”和ALT+F用来决定是否把鼠标限定在区域中),还包含一个TESTDLL单文档结构的简单MFC程序,只加了一个左键消息,该消息响应用来安装全局钩子。
- 2023-03-28 15:50:04下载
- 积分:1
-
手机取证
手机取证的源码,使用C#写的是关于图案片的未取证源码,是证据收集和证据采集的很好案例,
- 2023-07-18 03:35:03下载
- 积分:1
-
电力行业通过短信报警配置INI文件的开发,利用…
基于电力行业短信报警配置INI文件的开发,使用程序配置INI文件开发。
- 2022-01-25 20:54:11下载
- 积分:1