-
动态四轮检测程序
本程序是用在 检车线 的 动态四轮检测程序,外接 位移传感器。vc6.0开发,采用uart通信,可以为工业控制方面的工程师提供借鉴。核心是 通信 和 模拟量计算
- 2022-03-18 20:32:47下载
- 积分:1
-
on assembly language, the flower design of the audible procedures, primarily the...
基于汇编语言的电子琴设计中的发声程序,主要是利用计算机硬件发声-on assembly language, the flower design of the audible procedures, primarily the use of computer hardware audible! !
- 2022-02-26 22:35:10下载
- 积分:1
-
基本的串口读写阿萍
Basic Serial Write and Read eping
- 2022-06-03 13:36:49下载
- 积分:1
-
Extra Verilog code for image
dct verilog code for image -Extra Verilog code for image
- 2022-01-23 10:17:55下载
- 积分:1
-
hdsimulator
hdsimulator
- 2022-01-26 06:01:29下载
- 积分:1
-
csr4.0 usb driver
csr4.0 usb 驱动程序的源代码,从企业社会责任的官方网站,下载使用在 windows 平台上,windows ddk 解法和在 xp 和 win7 平台上测试运行,它验证用于蓝牙 ble 开发,应用程序可以使用到互动
- 2022-09-13 02:25:03下载
- 积分:1
-
生命游戏,规则:
1、一个细胞周围八个格存活2~3个细胞,则下一时代次此细胞依然存活
2、如果某个格周围八个格存活三个细胞,则下一时代该格能创生一个细胞...
生命游戏,规则:
1、一个细胞周围八个格存活2~3个细胞,则下一时代次此细胞依然存活
2、如果某个格周围八个格存活三个细胞,则下一时代该格能创生一个细胞
3、如果一个细胞周围8格存活细胞数为1个或1个一下,则下一世代该细胞因孤独而死
4.如果一个细胞周围8格存活细胞数为4个或4个以上,则下一世代该细胞因生存空间拥挤而死-Game of Life rules: 1, a cell survival of the surrounding eight grid cells 2 ~ 3 months, then the next times at 2 this cell is still viable, if a grid around the eight cell survival of three cells, then the next era of the grid to creation of a cell 3, around 8, if a cell survival of cells for cell 1 or a click, then the next generation of the cells die because of loneliness 4. If a cell survival of cells in the surrounding 8 cells for 4 or 4 or more, then the next generation of the cells died due to crowded living space
- 2022-02-03 18:18:30下载
- 积分: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
-
将一个html文件转换成txt文件,不知道可不可以用,呵呵。
将一个html文件转换成txt文件,不知道可不可以用,呵呵。-Convert a html file to a text file.
- 2022-03-23 05:13:16下载
- 积分:1
-
S3C2410 ARM 开发板按键的初始化,及按键扫描
S3C2410 ARM 开发板按键的初始化,及按键扫描-S3C2410 ARM development board initialization keys, and key scanning
- 2022-02-14 15:37:27下载
- 积分:1