-
基于STM32F4视觉追踪
基于STM32F4视觉追踪源码,使用stm32f4探索者开发板+OV2640摄像头,能够做到简单的图像识别,图像处理。基本的识别色块等功能
- 2023-04-14 01:35:05下载
- 积分:1
-
Color_with_touch
this code used to calibrate the touch of tcb8000c TFT screen with pic 18f4620 micro controller
- 2014-04-01 01:44:44下载
- 积分:1
-
lfm
毫米波雷达算法仿真,程序中对发射信号产生,回波信号的产生,中频信号的产生,滤波进行仿真(Millimeter wave radar, algorithm, simulation)
- 2017-07-24 11:18:09下载
- 积分:1
-
swnt
matlab建立碳纳米管模型,从而进行后面的其他运算(Matlab set up a carbon nanotube model to perform other operations.)
- 2021-03-25 00:59:14下载
- 积分:1
-
edge
图像边沿提取,程序简单,适合图像处理初学者。(Image edge extraction, the procedure is simple, suitable for image processing for beginners.)
- 2013-08-26 10:53:07下载
- 积分:1
-
Beamform
该程序是基于时间延迟求和的波束成形算法的实现,根据是结果来看有很好的效果(The program is based on the sum of the time delay beamforming algorithm, based on results, there is a good effect)
- 2021-01-21 01:18:46下载
- 积分:1
-
BarriersH
绘制vc做界面百叶窗源代码 做界面时有百叶窗效果的界面 点击文件就可以打开看到运行结果 主要是界面编程之内的 (Draw blinds vc source code interface to do)
- 2013-08-11 16:06:05下载
- 积分:1
-
多项式计算器
一个稀疏的多项式计算器。先定义一个多项式类,包含系数,指数,名字。再重载运算符+,-,
- 2022-07-11 00:32:02下载
- 积分:1
-
TMP75数据手册
zigebee 自己从网上查到的数据手册 方便下载
#include"iocc2530.h"
#include"uart.h"
#include"clock.h"
/*管脚定义是
SDA定义为P0.7
SCL定义为P0.6 */
//#define SCL P0_6
//#define SDA P0_7
#define TRUE 1
#define FALSE 0 //错误提示,全局变量
#define SlaveAddress 0x90 //定义器件在IIC总线中的从地址,根据SA0地址引脚不同修改
#define SET_SDA_OUT P0DIR |= 0x8c;
#define SET_SDA_IN P0DIR &= ~0x8c;
#define SET_SCL_OUT P0DIR |= 0x4c;
#define SCL_H() P0DIR |= 0x40; P0_6 = 1;
#define SCL_L() P0DIR |= 0x40; P0_6 = 0;
#define SDA_H() P0DIR |= 0x80;P0_7 = 1;
#define SDA_L() P0DIR |
- 2022-10-15 21:25:08下载
- 积分:1
-
we
说明: 简单的链表实现
链表可以初步了解(A simple list can be linked to achieve a preliminary understanding)
- 2008-12-10 17:08:15下载
- 积分:1