-
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
-
这是有用的,我认为
希望对大家有用,是关于matlab的视频-It is useful ,i think
- 2022-01-25 23:23:22下载
- 积分:1
-
弧这一程序的准备,它可以执行各种各样的图像…
这也是arc 编写的一个程序,它可以完成多种图像格式之间的相互转换工作(包括到AVI的转换),推荐。编译器:VC6。-arc This a procedure for the preparation, it can perform a wide variety of image formats between the conversion work (including the conversion of AVI), recommended. Compiler : VC6.
- 2022-03-12 15:57:14下载
- 积分:1
-
你是否对豪杰的界面感到亲切友好呢,这是将揭开它的真面目
你是否对豪杰的界面感到亲切友好呢,这是将揭开它的真面目-Do you feel on the hero a cordial and friendly interface, this is to open its true colors
- 2023-04-26 03:40:03下载
- 积分:1
-
图像融合论文的两个论文
图像融合论文的两个论文-image fusion of the two papers papers
- 2022-06-16 14:42:22下载
- 积分:1
-
graphics procedures, some drawing procedures, all prepared by the source itself,...
图形学程序,有一些画图的程序,全部都是自己编写的源码,有一些来自于清华大学出版的《计算机图形学》-graphics procedures, some drawing procedures, all prepared by the source itself, some from Qinghua University, published in the "Computer Graphics"
- 2022-05-24 05:58:35下载
- 积分:1
-
这是一个用Delphi写的如何显示动态水波纹的演示程序
这是一个用Delphi写的如何显示动态水波纹的演示程序-This is a written using Delphi shows how the dynamic ripple Demonstration Program
- 2022-02-03 10:48:19下载
- 积分:1
-
读取amsre卫星数据
1、分别求出2007年6月、2007年12月、2008年6月105°E-145°E,10°N-50°N范围内各参数的5度间隔纬向平均...
读取amsre卫星数据
1、分别求出2007年6月、2007年12月、2008年6月105°E-145°E,10°N-50°N范围内各参数的5度间隔纬向平均值并输出ASCII有格式文件;
2、读入ASCII文件(read_ascii, ascii_template;或者readf),画图(plot、oplot)表示2007年6月、2007年12月、2008年6月输出结果(X轴为纬度,Y轴为参数, 同一参数不同月份放在一张图上,5个参数5张图),并进行必要标注(xyouts)。
-Read amsre satellite data 1, respectively, derived in June 2007, December 2007, June 2008 105 ° E-145 ° E, 10 ° N-50 ° N within the parameters of the 5-degree intervals zonal mean value and a format for the output ASCII file 2, read into the ASCII file (read_ascii, ascii_template or readf), Paint (plot, oplot) said that in June 2007, December 2007, in June 2008 the output (X-axis is latitude, Y-axis for the parameter, the same argument on a map in different months, the five parameters of Figure 5), and make the necessary mark (xyouts).
- 2022-03-22 21:33:29下载
- 积分:1
-
VC做的CAD绘图程序,能绘制常见的二维图形,更重要的是能够对已绘制的二维图形进行任意编辑。图形编辑这一块技术含量较高,对于CAD入门者值得推荐...
VC做的CAD绘图程序,能绘制常见的二维图形,更重要的是能够对已绘制的二维图形进行任意编辑。图形编辑这一块技术含量较高,对于CAD入门者值得推荐-VC do CAD drawing program that can draw a common two-dimensional graphics, but more importantly has been able to draw arbitrary two-dimensional graphics editor. This is a technical graphics editor with a high level, for CAD beginners recommended
- 2022-03-25 16:41:00下载
- 积分:1
-
人脸识别数据库,一共有40个人,每个人10副图像,大小是92*112...
人脸识别数据库,一共有40个人,每个人10副图像,大小是92*112-Face recognition database, a total of 40 individuals, each person 10 images, size is 92* 112
- 2022-01-22 02:19:19下载
- 积分:1