-
Visual C++数字图像模式识别及工程实践 源代码
Visual C++数字图像模式识别及工程实践 源代码-Visual C++ Digital image pattern recognition and engineering practice source code
- 2022-02-13 03:20:36下载
- 积分:1
-
Directx9 Surface的应用,小鱼在水中游动的动画。
Directx9 Surface的应用,小鱼在水中游动的动画。-Directx9 Surface application of small fish swimming in the water animation.
- 2022-03-19 03:02:04下载
- 积分:1
-
拖动 ,AUTOCAD在ARX下的开发,需要ARX开发环境
拖动 ,AUTOCAD在ARX下的开发,需要ARX开发环境-Drive, AUTOCAD ARX in the development, the need ARX
- 2022-03-15 22:52:39下载
- 积分:1
-
一个peano曲线得java源代码
一个peano曲线得java源代码-Peano curve in a java source code
- 2022-02-27 06:14:15下载
- 积分:1
-
122个毛衣编织图案。
122个毛衣编织图案。-122 sweater knitting patterns.
- 2023-03-05 01:05:03下载
- 积分:1
-
滚动文字问题
实现了显示文字滚动的例子
滚动文字问题
实现了显示文字滚动的例子-rolling text of the issue and achieve a rolling display text examples
- 2023-05-30 09:50:04下载
- 积分:1
-
人脸识别算法源码,该算法用于提取人脸中的非线性特征
人脸识别算法源码,该算法用于提取人脸中的非线性特征-Source face recognition algorithm, the algorithm used to extract facial features of the non-linear
- 2023-07-13 03:25:02下载
- 积分:1
-
精通Visual C++ 图像编程
精通Visual C++ 图像编程-proficient in Visual C Programming Image
- 2023-02-14 04:30:15下载
- 积分:1
-
一个在图象处理中有用的图象二值化源程序,要用快下!
一个在图象处理中有用的图象二值化源程序,要用快下!-image processing in a useful image binary source, use under fast!
- 2022-08-21 15:20:24下载
- 积分: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