-
基于树莓派的平衡车控制代码
基于树莓派的平衡车控制代码基于树莓派的平衡车控制代码基于树莓派的平衡车控制代码基于树莓派的平衡车控制代码基于树莓派的平衡车控制代码基于树莓派的平衡车控制代码基于树莓派的平衡车控制代码基于树莓派的平衡车控制代码基于树莓派的平衡车控制代码
- 2022-06-03 13:40:15下载
- 积分:1
-
matlab 代码
对图像去噪使用统计筛选器的代码。请尽你所能描述您的项目中的详细信息。更好的内容将会为您获得更多积分)
- 2022-07-22 09:37:30下载
- 积分:1
-
一个对wince的注册表进行操作的源代码。
一个对wince的注册表进行操作的源代码。-Wince a registry for the operation of the source code.
- 2022-03-12 23:55:33下载
- 积分:1
-
这是一个ccs编程入门资料,可是好东东,对它有兴趣的同同可以看看。...
这是一个ccs编程入门资料,可是好东东,对它有兴趣的同同可以看看。-This is a ccs introductory information on programming, but good Wanton, it is the same with the interest can see.
- 2022-02-26 21:13:20下载
- 积分:1
-
根据网站的URL地址进行数据采集,主要是针对股票数据
根据网站的URL地址进行数据采集,主要是针对股票数据-According to the website URL address data collection, mainly for stock data
- 2022-09-13 13:05:03下载
- 积分:1
-
Gobang(Five chess) source code support multi user by network
系统的实现比较的简单,参照源代码应该都可以看懂我的系统。这个系统在vc++6.0和windows2000下调试正常并运行。-Gobang(Five chess) source code support multi user by network
- 2022-03-09 09:07:16下载
- 积分: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
-
This is basically to explain how to use an automation out of proc server. So I u...
This is basically to explain how to use an automation out of proc server. So I used MSN Messenger. My article explains a few things about MSN Messenger. It has one ATL class CIMSGEvents which handles the events fired by MSN Messenger. It catches events fired by MSN Messenger and just outputs about it in an EditBox.
- 2022-01-26 01:56:00下载
- 积分:1
-
Bottom
Bottom-Up Merge Sorting算法的实现,包括具体的实验报告,给需要的同学,欢迎大家下载-Bottom-Up Merge Sorting Algorithm, including specific test reports, to the needy students are welcome to download the U.S.
- 2022-07-06 13:35:36下载
- 积分:1
-
with C# 2.0+ SharpDevelop do access the local host name and IP address
用C#+SharpDevelop 2.0做的 获取本地主机名与IP地址-with C# 2.0+ SharpDevelop do access the local host name and IP address
- 2022-08-03 20:21:28下载
- 积分:1