-
软件信号发生器
software signal generator
- 2022-09-21 08:20:03下载
- 积分:1
-
用数组解JOSEPHUS问题的程序源码,绝对没有错误
用数组解JOSEPHUS问题的程序源码,绝对没有错误-array solution with the procedures JOSEPHUS source, there is no wrong
- 2023-09-03 15:00:03下载
- 积分:1
-
css style manual (Chinese version) designers must have a manual
css样式手册(中文版)设计师必备的手册-css style manual (Chinese version) designers must have a manual
- 2022-09-26 03:30:03下载
- 积分:1
-
Reyna images on the concrete realization of (graphics to resume), the main use o...
对雷纳图像的具体实现(图形恢复),主要运用傅里叶变换实现-Reyna images on the concrete realization of (graphics to resume), the main use of Fourier transform to achieve
- 2022-08-05 21:12:53下载
- 积分:1
-
perbandingan antarfa BLOB丹Kontur
#包括“cv.h”//main OpenCV header
- 2022-03-29 03:54:24下载
- 积分:1
-
源码,挺有用的。
不过里面是用txt写的,自己在vc里运行一下吧。...
源码,挺有用的。
不过里面是用txt写的,自己在vc里运行一下吧。-Source, quite useless. But there is a txt written to run in vc you.
- 2022-12-10 14:20:03下载
- 积分:1
-
二叉排序树的建立与插入
二叉排序树的建立与插入-two fork-tree insert the establishment and
- 2022-07-22 04:33:13下载
- 积分: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
-
图象处理程序.....希望对大家有用
图象处理程序.....希望对大家有用-Image processing procedure useful ..... hope everyone
- 2022-05-08 20:46:53下载
- 积分:1
-
对刚刚入站的汽车进行进站,如果站满则排队等候,如果不满,则进站。...
对刚刚入站的汽车进行进站,如果站满则排队等候,如果不满,则进站。-Into the station just to stop the vehicle, if the queue is filled, if not satisfied, then stop.
- 2023-09-07 18:25:02下载
- 积分:1