-
串行通信单片机读取数据LM35
这一方案是创建2微控制器之间的通信。处理器使用的Atmega8。编译程序,你应该使用AVR工作室4。
- 2023-09-08 14:05:03下载
- 积分:1
-
鼠标设计课件 原码 值得学习一下 对初学者很有帮助
鼠标设计课件 原码 值得学习一下 对初学者很有帮助-Mouse design courseware to learn about the original code very helpful for beginners
- 2023-06-14 03:40:20下载
- 积分:1
-
Draw line and circle in C,Very simple code
Draw line and circle in C,Very simple code
- 2023-09-01 11:10:03下载
- 积分:1
-
一个小工具,可用于文件中文字内容的替换,支持多递归搜索文件...
一个小工具,可用于文件中文字内容的替换,支持多递归搜索文件-a small tool can be used to document text replacement, support multiple recursive search files
- 2022-11-30 14:15: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
-
主要是北斗导航卫星位置定位
主要是gps和北斗卫星位置计算,并能实现出卫星位置的精确位置。参考北斗卫星导航系统中空间信号接口控制文件。这段代码是接收机的一小部分,经过大量实验结果,实验得出数据比较精确。
- 2022-08-03 03:34:22下载
- 积分:1
-
还一个是著名的Agobot的一个变种,自己写的代码可以学习框架。
又一个bot,是大名鼎鼎的agobot的变种,自己写代码可以借鉴一下-Also a bot, is a variant of the famous Agobot, write their own code can learn from you
- 2022-12-04 09:15:03下载
- 积分:1
-
杀毒 关键是 我现在不晓得该干什么 试试看 我想学 C
杀毒 关键是 我现在不晓得该干什么 试试看 我想学 C-Antivirus key is I do not know what to do give it a try I would like to learn C++
- 2023-06-12 20:50:03下载
- 积分:1
-
VB窗体滚动条控件写的一个简单的应用实例附上…
VB窗体滚动条控件,简单写一应用实例附上源代码,从截图就可以看出,是不是有点个性?上侧的滚动条是不能拖动的,可以作为指示用,类似进度条的功能,拖动下边的滚动条,上边的会自动指示出滚动条拖动的大致位置,还有中间滚动、两侧滚动,使用方法比较多,慢慢研究吧。
-VB Forms scroll bar controls to write a simple application example to attach the source code, from the screenshot you can see, is not it a little personality? On the side of the scroll bar is not drag, and can be used as direct use, similar to the function of the progress bar, drag the bottom of the scroll bar, above the scroll bar will automatically indicate the general location of drag, as well as the middle of rolling on both sides of Scroll, using methods are more leisurely study bar.
- 2022-04-20 00:57:38下载
- 积分:1
-
MFC编的仿微软计算器,功能包括简单的运算和一些常用的功能,可扩展性强,程序简单易懂。...
MFC编的仿微软计算器,功能包括简单的运算和一些常用的功能,可扩展性强,程序简单易懂。-MFC series like Microsoft calculator, features include simple arithmetic and some commonly used features, scalability, and easy-to-understand procedures.
- 2022-07-10 16:21:48下载
- 积分:1