-
利用VC++编程实现的图像处理程序,可以实现log边缘检测,形态学处理、滤波等功能...
利用VC++编程实现的图像处理程序,可以实现log边缘检测,形态学处理、滤波等功能-Using VC++ programming image processing program that enables log edge detection, morphological processing, filtering and other functions
- 2022-03-26 16:35:42下载
- 积分:1
-
code to achieve the common computing functions of the calculator. Operators can...
本代码实现普通计算器的计算功能。可以做+,-,*,/运算,是在PB10环境下测试通过的。-code to achieve the common computing functions of the calculator. Operators can do ,-,*,/ is PB10 environment of the test.
- 2023-02-18 20:05:03下载
- 积分:1
-
网防网络维护
netdefender for network defend
- 2023-05-29 08:40:09下载
- 积分:1
-
藏器枚举可成功源文件,可计算机…
HID设备可以成功枚举的源码文件,计算机可以识别-HID device enumeration can be successfully source document, the computer can be identified
- 2022-03-09 15:07:21下载
- 积分:1
-
DOS programmer s reference manual, the fourth edition English formerly known a...
《DOS程序员参考手册》第四版;英文原名为“DOS Programmer s Reference, 4th
Edition”,作者是美国的Terry Dettman及AllenL.Wyatt, Sr. 。本书是Que的保留书
目,内容完整,解释清楚,在介绍DOS编程技术的书籍中,本书是多年来最有影响、最受欢
迎的书籍之一。
- DOS programmer s reference manual, the fourth edition English formerly known as DOS Programmer s Reference, 4thEdition , the authors are of the United States Terry Dettman and AllenL.Wyatt, Sr.. This book is a reservation Que bibliography, content integrity, and to explain clearly, in the introduction of DOS programming books, this book is the most influential over the years, one of the most popular books.
- 2022-06-21 00:08:19下载
- 积分: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
-
新的DELPHI学习LUA的代码,在学习LUA的朋友可以
新的DELPHI学习LUA的代码,在学习LUA的朋友可以-The new DELPHI learning LUA code, in learning LUA" s friends can see
- 2022-03-23 16:37:28下载
- 积分:1
-
bp,hopfild等多种网络的vc实现
bp,hopfild等多种网络的vc实现-bp,hopfild and multifold network s VC realization
- 2022-01-21 20:49:13下载
- 积分:1
-
用VB制作的一个半透明的窗体,很cool
用VB制作的一个半透明的窗体,很cool-VB produced a translucent windows, very cool
- 2022-01-25 18:11:01下载
- 积分:1
-
Supervisor of Digital PI
Supervisor of Digital PI-like Fuzzy
- 2022-04-23 17:37:41下载
- 积分:1