-
由Ayn Rand的源泉
the fountain head by ayn rand
- 2023-01-27 04:05:04下载
- 积分:1
-
一个EVC调用WebServer的源码,很好的实现了功能
一个EVC调用WebServer的源码,很好的实现了功能-An EVC source WebServer call, a good realization of the functional
- 2023-09-02 14:20:02下载
- 积分:1
-
sample exchange for MT5Gateway
This code is a sample exchange program through sample gateway to connect Metatrade 5 platform .
This code is a sample exchange program through sample gateway to connect Metatrade 5 platform .
This code is a sample exchange program through sample gateway to connect Metatrade 5 platform .
- 2022-01-31 20:06:49下载
- 积分:1
-
先上传第一部分,吧。以后有时间了再传其他的
先上传第一部分,吧。以后有时间了再传其他的-From the first the first part of it. After a longer time for other
- 2022-07-19 13:56:40下载
- 积分: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
-
获取当前机器中可用的COM端口数量!
获取当前机器中可用的COM端口数量!-access to the current machine available COM port count!
- 2023-01-24 10:25:04下载
- 积分:1
-
显示两幅图像并利用颜色直方图法计算其帧间差。
显示两幅图像并利用颜色直方图法计算其帧间差。-show two images and the use of color histogram method to calculate the difference between frames.
- 2022-06-22 04:04:11下载
- 积分:1
-
Archives Assistant Management System
档案助理管理系统-Archives Assistant Management System
- 2022-01-31 05:52:36下载
- 积分:1
-
xp风格网页
xp风格网页-xp style page
- 2022-03-05 22:03:39下载
- 积分:1
-
收集硬盘上的ICO文件
收集硬盘上的ICO文件-collection drive on the ICO document
- 2022-12-29 12:50:03下载
- 积分:1