-
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
-
6208卡的振镜标记软件(图象雕刻)
6208卡的振镜标记软件(图象雕刻)-6208 card galvanometer marking software (carved images)
- 2022-03-25 07:04:17下载
- 积分:1
-
图像边缘提取边缘流方法的代码
图像边缘提取边缘流方法的代码-Image Edge Extraction edge of the flow code
- 2022-03-19 10:51:32下载
- 积分:1
-
This programme introduces an algorithm of adaptive histogram equipoise.And the e...
自适应直方图均衡算法,因为是从局部入手,所以图像增强效果显著。-This programme introduces an algorithm of adaptive histogram equipoise.And the effect of the enhancement is obvious because it begins from the part of the image
- 2022-02-14 13:50:01下载
- 积分:1
-
AutoCADARX二次开发对话框及常用控件使用方法
AutoCADARX二次开发对话框及常用控件使用方法-AutoCADARX secondary development dialog controls and the use of commonly used methods
- 2022-07-01 00:18:58下载
- 积分:1
-
该程序是一个小型的图象处理软件,主要用于教学,可对位图进行DFT、二值化、图象反色、图象均衡;其中的一些算法在另两个 程序中有介绍,我就不细说了;如果你感兴趣请
该程序是一个小型的图象处理软件,主要用于教学,可对位图进行DFT、二值化、图象反色、图象均衡;其中的一些算法在另两个 程序中有介绍,我就不细说了;如果你感兴趣请来信告之,我会详细介绍,我的信箱:yangjie2843@sina.com-the program is a small image-processing software, mainly for teaching, the bitmap for DFT, binarization, anti-image color, image balance; some of these algorithms in the other two procedures are introduced, I will not elaborate. If you are interested please notify the letter, I will detail my mailbox : yangjie2843@sina.com
- 2022-04-23 18:11:57下载
- 积分:1
-
images of some of the procedures in the hope that useful to you
关 于 图 像 处 理 的 一些 程 序,希 望 对 你 有 用-images of some of the procedures in the hope that useful to you
- 2023-08-03 03:30:04下载
- 积分:1
-
To write a program using the opengl function will be a teapot at the point (100,...
使用opengl函数写一个程序,将一个茶壶在点(100,50,0)处逆时针旋转30度,然后平移到(30,10,0)处,最后顺时针旋转50度,显示时将左上边四分之一裁减去。-To write a program using the opengl function will be a teapot at the point (100,50,0), Office of counter-clockwise rotation of 30 degrees, and then move to flat (30,10,0), Office of the final clockwise 50 degrees, the display will be left reduction to the fourth side.
- 2023-05-05 00:55:02下载
- 积分:1
-
一个多方位演示系统,可绘制直线,园,椭圆,矩形和写文字等。...
一个多方位演示系统,可绘制直线,园,椭圆,矩形和写文字等。-A multimediaDemo which can pain lines ,circle ,elipse and write words.
- 2022-02-06 20:48:28下载
- 积分:1
-
3D skeleton extraction of the basic algorithm code, will be four kinds of the mo...
3D骨架提取的基本算法代码,将4种最常见的算法均包含在内。-3D skeleton extraction of the basic algorithm code, will be four kinds of the most common algorithms are included.
- 2022-07-20 16:54:45下载
- 积分:1