-
各种特色按钮图标
各种特色按钮图标-feature button icons
- 2022-07-19 07:24:41下载
- 积分:1
-
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
-
Historgram test for Broland C 6.0, and share source code.
Historgram test for Broland C 6.0, and share source code.
- 2022-03-03 00:24:56下载
- 积分:1
-
program for barcode generation and recognition.
条形码生成识别程序。-program for barcode generation and recognition.
- 2022-08-06 21:50:36下载
- 积分:1
-
kpca实现,目前kpca最为简介的程序,算法实现简单
kpca实现,目前kpca最为简介的程序,算法实现简单-kpca implementation, the current most kpca brief introduction of the procedure, the algorithm implementation easy
- 2023-05-27 04:20:03下载
- 积分:1
-
散焦模糊去除
对于一副散焦的文字照片,选择合适的方法将其去模糊(1) 对模糊图G进行LAPLACE滤波,得到X(2) 对X自相关,得到O(3) 对O搜索对应最小值的圆环为了削弱振铃效应,使用了edgetaper函数以模糊图像边缘。
- 2023-05-04 01:40:04下载
- 积分:1
-
HMM人脸识别
opnecv广泛应用与机器视觉,本代码是opencv中基于隐马尔科夫(HMM)的人脸识别,能够很好的识别人脸,代码是用c++来编写的,对学习人脸识别有很大帮助
- 2022-08-07 22:00:10下载
- 积分:1
-
the ongoing implementation of the new version of documents and continue coverage
将正在执行的文件用新版本覆盖并且继续执行-the ongoing implementation of the new version of documents and continue coverage
- 2022-02-15 15:34:58下载
- 积分:1
-
水质拟合工具
自已编写的一个水质检测数据拟合工具,用C++Builder编写,能够根据输入的数据进行拟合计算,生成相应的图表,并打印,很实用的工业工具
- 2022-11-22 13:10:03下载
- 积分:1
-
matlab程序,将文本信息转换为图像信息
matlab程序,将文本信息转换为图像信息-Matlab procedure will be converted to text messages Image Information
- 2022-03-17 02:58:23下载
- 积分:1