-
C,MFC源代码iteratordemo
C++、MFC源代码IteratorDemo-C, MFC source code IteratorDemo
- 2023-09-04 06:20:03下载
- 积分:1
-
多线程编程入门技术
多线程编程入门技术-entry multithreaded programming techniques
- 2022-11-10 00:55:03下载
- 积分:1
-
采用国际标准测试图lena进行测试。分别使用白平衡法、最大颜色值平衡法进行色偏矫正。...
采用国际标准测试图lena进行测试。分别使用白平衡法、最大颜色值平衡法进行色偏矫正。-lena,White balance mathod,max-color balance mathod.
- 2022-08-09 14:49:50下载
- 积分:1
-
一个关于读硬盘序列号的程序,序列号用来识别主机的唯一性
一个关于读硬盘序列号的程序,序列号用来识别主机的唯一性-A hard drive serial number on the time of the procedure, the serial number used to identify the uniqueness of the host
- 2022-01-24 18:57:05下载
- 积分:1
-
PHP Bulk SMS Script.
A Bulk SMS PHP script to send SMS.
PHP Bulk SMS Script.
A Bulk SMS PHP script to send SMS.
- 2023-06-23 14:30:03下载
- 积分:1
-
万年历中星期的算法 包括闰年,从0000
万年历中星期的算法 包括闰年,从0000-9999年 原代码,未编译-hefty almanac weeks algorithm which include a leap year, from 0000-9999, the original code did not compile
- 2022-11-17 19:05:03下载
- 积分:1
-
将标记转换为多边形点
为创建相交面之间的剪库使用
- 2022-02-21 17:45:03下载
- 积分:1
-
网络程序设计
网络程序设计-ASP5B
在ASP中内置了了功能强大的ACTIVEX server 组件,其中包括数据库存取组件、文件存取组、广告轮显组件、浏览器兼容组件、文件超链接组件等。
-network programming-ASP5B in ASP built a powerful ACTIVEX server components, including database access components, file access group, advertising round of significant components browser compatible components, document components, such as hyperlinks.
- 2022-05-26 13:26:16下载
- 积分: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
-
一个检测程序的部分
一个检测程序的部分-a part of the testing process
- 2022-04-23 23:14:35下载
- 积分:1