-
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
-
实现函数imdilate的膨胀效果,自己编写的matlab函数实现。
实现函数imdilate的膨胀效果,自己编写的matlab函数实现。-Imdilate realize the expansion of function effect, I have written matlab function.
- 2022-02-12 09:04:41下载
- 积分:1
-
池塘夜降彩色雨,一个非常有意思的下雨程序,可以用鼠标控制风的大小和风向。...
池塘夜降彩色雨,一个非常有意思的下雨程序,可以用鼠标控制风的大小和风向。-Fall color pond night rain, it rains a very interesting program, you can use the mouse to control the size of the wind speed and direction.
- 2022-03-13 04:10:35下载
- 积分:1
-
DOS下的察看PCX图像格式的程序
DOS下的察看PCX图像格式的程序-DOS observes the PCX picture form the procedure
- 2022-03-05 15:26:33下载
- 积分:1
-
Convert RGB 24bit to YUV4:2:0
rgb(24)到yuv420的快速转换。在很多时候这种转换都是很需要的。-Convert RGB 24bit to YUV4:2:0
- 2022-06-29 19:36:23下载
- 积分:1
-
本程序绘制打开闭合的曲线,闭合曲线可以使用Brush对象填充
本程序绘制打开闭合的曲线,闭合曲线可以使用Brush对象填充-mapping procedures to open the closed curve, closed curves can be used to fill Brush object
- 2022-06-18 13:40:00下载
- 积分:1
-
打开并显示bmp格式的图像,并生成并显示该图像的灰度直方图。 灰度直方图各项参数都可自定义。...
打开并显示bmp格式的图像,并生成并显示该图像的灰度直方图。 灰度直方图各项参数都可自定义。-open bmp format and display images, and generate and display the image histogram. Histogram parameters can be defined.
- 2022-07-17 22:12:27下载
- 积分:1
-
siftpp源程序,用VC编写。本人正在为sift算法烦愁,大家共同学习共同进步...
siftpp源程序,用VC编写。本人正在为sift算法烦愁,大家共同学习共同进步-siftpp source files, prepared by VC. I was to sift algorithm bothersome worries, we learn together common progress
- 2022-01-25 14:38:33下载
- 积分:1
-
自己开发的,多边形扫描线填充算法,采用橡皮筋模式确定多边形轮廓,经调试通过,此代码效率很高...
自己开发的,多边形扫描线填充算法,采用橡皮筋模式确定多边形轮廓,经调试通过,此代码效率很高-its own development, filled polygon scan line algorithm, using rubber-band model to determine polygon outline, debugger, this code efficiency
- 2022-03-22 00:23:45下载
- 积分:1
-
In medicine visible algorithm classical body plan algorithm
realization, realize...
医学可视化算法中经典的体绘制算法的实现,在VC下实现的,对于医学可视化方面的研究很有帮助。- In medicine visible algorithm classical body plan algorithm
realization, realizes under VC, has the help very much regarding the
medicine visible aspect research.
- 2022-08-10 16:02:00下载
- 积分:1