-
智能循迹小车
基于单片机的智能循迹小车,利用红外传感器与LM379实现循迹模块,全套资料(Intelligent tracking car based on 51-MCU, achieve the tracking module using infrared sensor and LM379)
- 2018-04-12 10:56:19下载
- 积分:1
-
摄像头循迹
基于STM32F103的OV7670摄像头循迹,可以用以飞行器和自能小车的循迹,内包含有ov7660传感器驱动源码和图像处理算法,具有很好的稳定效果
- 2022-11-12 07:00:03下载
- 积分:1
-
C++ 控制台训练
帮朋友写的一个C++基础的控制台的代码,主要为基本的C++训练代码,输入行列数,计算出结果,可以使用Visual
Studio 打开,
- 2023-07-13 15:50:05下载
- 积分:1
-
wangka
C++编写的读取电脑C盘序列号程序.大家审查(Written in C++ C disk to read the serial number of the computer program. Everybody Review)
- 2013-12-20 11:22:21下载
- 积分:1
-
最大化最小化关闭【完整跟随】
qt控件随着窗口缩放,可以最大化,最小化(QT controls are zoomed with the window)
- 2018-06-06 20:03:24下载
- 积分:1
-
CC-Link_cabling_gu
说明: HI THIS IS THE DOCUMENT TO CONFIGURATE
CC LINK IO LINK C++
- 2019-05-20 13:39:37下载
- 积分:1
-
Surf的opencv2.4.9源码
可运行,虽是源码,但是非常便于学习。
- 2022-03-31 20:40:29下载
- 积分:1
-
Modbus完整资料
完整的Modbus资料,看过从初学到应用。 Modbus完整资料(Modbus详解电子书 libmodbus源码库 Modbus标准协议 Modbus测试大纲 Modbus调试工具)(Complete Modbus information, read, from beginner to application. Modbus complete information (Modbus detailed e-book, libmodbus source library, Modbus standard protocol, Modbus test outline, Modbus debugging tools))
- 2017-08-15 11:44:14下载
- 积分:1
-
完整原版王爽汇编PPT课件(含源码和swf文件)
可以多看书,从中学习很知识。这是一个 很快乐的过程,请珍惜这个过程!(You can read more books and learn a lot from them. This is a very happy process, please cherish this process!)
- 2020-06-23 04:00:01下载
- 积分:1
-
中点算法 DDA算法 bresenham算法
中点算法
#include "graphics.h"
Void Midpointline (int x1,int y1,int x2,int y2,int color)
{
int a,b,d1,d2,d,x,y;
a= y1-y2;b=x2-x1;d=a+a+b;
d1= a=a;d2= a+a+b+b;
x=x1;y=y1;
putpixel(x,y,color);
while (x
- 2022-08-12 19:19:01下载
- 积分:1