-
using assembly language to write the HAPPY BIRTHDAY, as long as MASM or any othe...
用汇编语言写的HAPPY BIRTHDAY ,只要有MASM或其他任何的编译器编译以下就可运行-using assembly language to write the HAPPY BIRTHDAY, as long as MASM or any other compiler can compile the following operations
- 2022-04-07 15:08:46下载
- 积分:1
-
基于自相关法语音识别
该程序用 matlab 编程设计,用来区分基于自相关和互相关方法和 FIR 滤波器的两个字。包括了结果和这些源代码,结果是优良的。
- 2023-04-28 11:40: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
-
Credit calculator, Vice c++ source code and project files will certainly be help...
学分计算器,副c++源码和工程文件,一定会很有帮助!-Credit calculator, Vice c++ source code and project files will certainly be helpful!
- 2022-07-09 06:54:24下载
- 积分:1
-
显示ppt的vc源码
显示ppt的vc源码-show ppt of vc-source
- 2022-01-22 15:51:44下载
- 积分:1
-
VC下开发的采集接口,接口设计的参考…
VC下开发界面的合集,对于界面的设计有参考价值-VC developed under the Collection interface, the interface design for the reference value
- 2022-02-06 14:41:32下载
- 积分:1
-
a multifunctional electronic calculator input to the design of set procedures
一个多功能电子计算器的设计的输入设定程序-a multifunctional electronic calculator input to the design of set procedures
- 2022-02-15 15:21:54下载
- 积分:1
-
一组开放源音频信号处理和算法综合类。
a set of open source audio signal processing and algorithmic synthesis classes writtern in C
- 2023-06-06 16:05:04下载
- 积分:1
-
非常好用的U盘量产工具,曾经修复过我身边的多个小U
非常好用的U盘量产工具,曾经修复过我身边的多个小U-U-Disk is very easy to use tool for mass production, has been restored around me more than a small U
- 2022-02-04 00:15:44下载
- 积分:1
-
自己写的一个学生信息管理系统,由于掌握的知识不是很多,故此系统功能比较简单,但可以作为一个参考...
自己写的一个学生信息管理系统,由于掌握的知识不是很多,故此系统功能比较简单,但可以作为一个参考-A student to write their own information management system, because not a lot of knowledge, the system is relatively simple, but can be used as a reference
- 2022-03-25 00:16:44下载
- 积分:1