-
1206使用说明
#include "LCD1602.h"
void LCD1602Write(UINT8 type, UINT8 data)
{
uint8_t i ;
uint16_t val, tmp = data;
if(type == CMD)
GPIO_ResetBits(LCD1602PROT, RS); //RS = 0 写指令
else
GPIO_SetBits(LCD1602PROT, RS); //RS = 1 写数据
GPIO_ResetBits(LCD1602PROT, RW); //RW = 0 ;
for(i=0; i>4)&0x000F)
- 2023-09-07 23:35:02下载
- 积分:1
-
Cloth physics simulation, with collision detection and response, Conjugate Gradi...
布料物理模拟,有碰撞检测与响应,共轭梯度法求解-Cloth physics simulation, with collision detection and response, Conjugate Gradient Method
- 2022-07-15 11:32:28下载
- 积分:1
-
read BMP images show
读取显示BMP图像-read BMP images show
- 2022-02-04 14:40:53下载
- 积分:1
-
c program for dijkstra algorithm
c program for dijkstra algorithm
- 2023-06-29 11:25:04下载
- 积分:1
-
vc++数字图像模式识别技术及工程实践中的常用模型和算法介绍...
vc++数字图像模式识别技术及工程实践中的常用模型和算法介绍-vc digital image pattern recognition technology and engineering practice common model and algorithm introduced
- 2022-05-15 12:57:58下载
- 积分:1
-
基于帧差法提取背景运动物体
该算法用帧间差分法将帧中的背景象素点检测出来,再确立出背景帧;由于排除了帧中运动物体的影响,因而提取出的背景干净,效果很好,然后运用背景差分检测出场景中的物体,结果表明,该方法快速有效,能够满足实时性的要求
- 2023-05-09 02:05:04下载
- 积分:1
-
可以画出七彩的正六边形并标出定点标号。经调试可以执行。...
可以画出七彩的正六边形并标出定点标号。经调试可以执行。-can paint a hexagon and is marked sentinel labeling. The tests can be implemented.
- 2022-06-29 08:36:55下载
- 积分:1
-
Achieved several shadow removal algorithms, including the phase division, HSV la...
实现了几种阴影去除算法,包括相除法、HSV法等四种-Achieved several shadow removal algorithms, including the phase division, HSV law four kinds of
- 2022-12-30 15:30:16下载
- 积分:1
-
采用CDIBImage类,是不可多得的图象处理软件,具参考价值 包括图像的放大、全屏显示、点取象素点颜色等,显示直方图等...
采用CDIBImage类,是不可多得的图象处理软件,具参考价值 包括图像的放大、全屏显示、点取象素点颜色等,显示直方图等-used CDIBImage category is a rare image processing software, reference value, including image magnification, full-screen, from point pixel color, such as histogram display
- 2022-06-15 05:26:44下载
- 积分:1
-
实现2
Kriging 算法实现 2维和3维地图等高线,在地理信息系统或者医学图象处理上很有用-Kriging algorithm realize 2-D and 3-dimensional map of contour lines, in geographic information systems or medical image processing on the very useful
- 2023-04-27 06:45:03下载
- 积分:1