-
该程序是在ArcGIS环境下,实现多边形的合并操作
该程序是在ArcGIS环境下,实现多边形的合并操作-that the procedure was in ArcGIS environment, the realization of the merger operation polygon
- 2022-02-04 06:09:59下载
- 积分:1
-
将Firmware的hex文件转换成16进制文件,这对于需要在应用程序下下载Firmware是非常有用的!...
将Firmware的hex文件转换成16进制文件,这对于需要在应用程序下下载Firmware是非常有用的!-Firmware of the hex file will be converted into 16 binary files, which in the application that need to download Firmware is very useful!
- 2022-03-12 15:15:07下载
- 积分:1
-
矩阵转置,intel线程挑战赛作品,多线程,TBB,归并排序,快速排序...
矩阵转置,intel线程挑战赛作品,多线程,TBB,归并排序,快速排序-Matrix transpose, intel Challenge thread works, multi-threaded, TBB, merge sort, quick sort
- 2022-09-05 14:10:03下载
- 积分: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
-
VC开源小游戏
这是一款VC6开发的小游戏,对于初学者来说还是相当不错的一个学习案例。对高手来说就不要看了,直接飘过吧,这些东西都不适合老手看了。研究下其中的一些算法还是蛮有意思的。不过要是专门学习算法的话,不建议看本套源码
- 2022-03-20 18:03:42下载
- 积分:1
-
DLL功能观
vs 2005自带Dll函数查看器.比dump功能强大-Dll function view
- 2022-02-13 08:41:45下载
- 积分:1
-
操作系统中的生产者和消费者模拟程序.用WINDOWS API 实现.有很详细的文档说明...
操作系统中的生产者和消费者模拟程序.用WINDOWS API 实现.有很详细的文档说明-operating system producers and consumers of simulation procedures. Using Windows API. Very detailed documentation Note
- 2023-02-07 21:45:03下载
- 积分:1
-
MFC to do calculator program can be achieved subtraction multiplication and divi...
MFC做的计算器程序,可以实现加减乘除。平方,立方等功能-MFC to do calculator program can be achieved subtraction multiplication and division. Square, cubic and other functions
- 2022-01-25 20:56:21下载
- 积分:1
-
this program is a college computer professional "data structure" to op...
本程序是一个高校计算机专业“数据结构”操作的实验之一。
- 2022-03-22 09:24:26下载
- 积分:1
-
漂亮的C#软件启动界面特效源码,希望对你有帮助!
漂亮的C#软件启动界面特效源码,希望对你有帮助!-Beautiful interface effects start C# software source code, want to help you!
- 2022-02-02 17:19:54下载
- 积分:1