-
eight Queen's graphical interface
八皇后的图形界面-eight Queen"s graphical interface
- 2023-06-11 13:15:03下载
- 积分:1
-
ATM系统部分代码.第一用JAVA写的代码.调试了下..可以运行..不过只是部分的代码..没有都发上来...
ATM系统部分代码.第一用JAVA写的代码.调试了下..可以运行..不过只是部分的代码..没有都发上来-ATM system, part of the code. First used to write JAVA code. Debugging the next. . Can run. . But only part of the code. . Did not have hair up
- 2023-06-11 20:30:04下载
- 积分:1
-
RFID的例子
D-Thinkįu303t射频识别读写器是D-Think LF系列产品中功能最强大的系列产品,工作频率为125Khz~134.2千赫。除此之外支持通用EMID(TK4100、GK4100、EM4100)读卡,可读写ATA5567、ATA5577、EM4469、EM4305等低频IC芯片,Hitag-S通过高效的译码算法结合微处理器强大的数据处理功能。此外,它还可以根据ISO11784/85协议实现动物格式标签的解码和制作。
- 2022-03-03 18:36:24下载
- 积分: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
-
LCD 显示例子。
非常好用。
源代码完全开放。
LCD 显示例子。
非常好用。
源代码完全开放。
- 2023-05-13 07:15:03下载
- 积分:1
-
这里有大量的加密程序有RSA,MD5等都可以运行且没有错快快用吧...
这里有大量的加密程序有RSA,MD5等都可以运行且没有错快快用吧-here a large number of RSA encryption procedure, MD5 can all be run with no mistakes quickly and use it
- 2022-05-05 07:29:55下载
- 积分:1
-
text and image compression of a small good procedures also can use the test
压缩文本和图象的一个小程序还不错的测试能用-text and image compression of a small good procedures also can use the test
- 2022-03-11 13:51:04下载
- 积分:1
-
面向对象程序设计课程实验,关于一个猜数游戏的源码
面向对象程序设计课程实验,关于一个猜数游戏的源码。很无聊。。。课程作业而已
- 2023-01-13 09:10:03下载
- 积分:1
-
通用数据库连接
c#通用数据库连接,支持SQL,access,只要填写数据库信息,就可以直接生存数据库连接代码!
- 2022-11-22 18:40:03下载
- 积分:1
-
VB编写的小型FLASH播放器软件,播放FLASH还是比较好的
VB编写的小型FLASH播放器软件,播放FLASH还是比较好的-VB prepared by the small Flash player software, Flash player is still relatively good
- 2022-01-22 10:40:13下载
- 积分:1