-
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
-
Laplacian sharpening (edge detection), the readme.txt are detailed usage
拉普拉斯锐化(边缘检测),在readme.txt里有详细的使用说明-Laplacian sharpening (edge detection), the readme.txt are detailed usage
- 2022-03-25 23:41:38下载
- 积分:1
-
OpenGL矢量矩阵库
为OpenGL开发的矢量和矩阵库,非常有用,类名源于GLSL
如vec3 vec4 mat3 mat4
- 2022-04-28 09:02:59下载
- 积分:1
-
flashaction关于TextField图片的下载情况的使用!
flashaction关于TextField图片的下载情况的使用!-flashaction TextField pictures on the use of the download!
- 2022-01-21 20:18:36下载
- 积分:1
-
如何分批的投入顶点达到渲染优化目的,这个是简单的例子,可以按照需要进一步优化...
如何分批的投入顶点达到渲染优化目的,这个是简单的例子,可以按照需要进一步优化-How to input vertex batches to achieve the purpose of rendering optimization, this is a simple example, in accordance with the need to further optimize
- 2022-06-14 08:20:52下载
- 积分:1
-
运用计算机图形学知识绘制B样条曲线。绘制时用鼠标取点,鼠标也可以移动已经绘制好的点。...
运用计算机图形学知识绘制B样条曲线。绘制时用鼠标取点,鼠标也可以移动已经绘制好的点。
- 2022-04-26 21:34:41下载
- 积分:1
-
一个文字识别程序
一个文字识别程序-A Character Recognition Program.
- 2022-03-05 00:13:21下载
- 积分:1
-
Harris Corner 角点检测程序
Harris Corner是最典型的角点检测子Corner Detector。角点经常被检测在边缘的交界处、被遮挡的边缘、纹理性很强的部分。满足这些条件一般都是稳定的、重复性比较高的点,所以实际上他们是不是角点并不重要(因为我们的目标就是找一些稳定、重复性高的点以作为特征点)。
- 2022-12-09 21:55:03下载
- 积分:1
-
详细用法请看文件说明,该程序用matlab编写,挂用vc++编译器编译而成,程序用途:找出在任意多变形内的象素点...
详细用法请看文件说明,该程序用matlab编写,挂用vc++编译器编译而成,程序用途:找出在任意多变形内的象素点-detailed document indicates that the procedures used to prepare Matlab, linked with vc++ compiler compiler which, procedures purposes : to identify more arbitrary deformation within the pixel point
- 2022-03-13 13:50:33下载
- 积分:1
-
人脸识别的源程序,尝试一下如何上传,下次再传好的
人脸识别的源程序,尝试一下如何上传,下次再传好的-Face recognition source code, try how to upload, send the next best
- 2022-03-23 07:43:49下载
- 积分:1