-
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
-
on the stereoscopic images show that in addition there is still a question menti...
关于图象的 立体显示 除了显示这一块仍然有问提,框家基本没问题了,仅供参考-on the stereoscopic images show that in addition there is still a question mention that the basic frame house no problem for reference
- 2023-07-12 04:50:03下载
- 积分:1
-
字体大小写VC的源码
字体大小写VC的源码-fonts case is the source VC
- 2022-03-05 08:18:23下载
- 积分:1
-
贝塞尔函数的求解,result is bezier function
贝塞尔函数的求解,result is bezier function
- 2022-01-28 20:53:51下载
- 积分:1
-
该示例中的字模数组均由“点阵字模工具”生成,你可以用你自己需要的点阵信息来 替换示例中的字模信息,注意字模大小要一致,否则显示会出问题。...
该示例中的字模数组均由“点阵字模工具”生成,你可以用你自己需要的点阵信息来 替换示例中的字模信息,注意字模大小要一致,否则显示会出问题。-example of the array are Fonts "Matrix Printer tool" generation, you can use your own information needs to replace dot matrix examples of Fonts information, attention Fonts size to be consistent, otherwise show will be problems.
- 2023-09-08 18:35:03下载
- 积分:1
-
This document contains details about color image procesing, conversion from HSI...
This document contains details about color image procesing, conversion from HSI to RGB ,some sample codes ,characteristics of color,transformations,histogram equalisation and slicing.
- 2022-10-04 02:45:03下载
- 积分:1
-
具有学习功能的OCR文字识别系统,是用VB写的
具有学习功能的OCR文字识别系统,是用VB写的-OCR has the function of language study identification system is written in VB
- 2023-03-08 05:10:03下载
- 积分:1
-
该算法建立了由最小二乘法,离散点曲率和离散点曲率变化和三项组成的目标函数并求出了最优控制点序列坐标,采用非线性优化方法对权因子序列进行了调整,确立了逼近误差的近...
该算法建立了由最小二乘法,离散点曲率和离散点曲率变化和三项组成的目标函数并求出了最优控制点序列坐标,采用非线性优化方法对权因子序列进行了调整,确立了逼近误差的近似表示方法,并提出了包括上述方法的循环判断流程.-The algorithm was established by the least squares method, discrete points, the curvature and the curvature change and the three discrete points consisting of the objective function and find the optimal sequence of control point coordinates, using non-linear optimization method for sequence weights have been adjusted establishes the approximation error of the approximate representation, and proposed, including the cycle of the above methods to determine flow.
- 2022-03-11 09:45:16下载
- 积分:1
-
这里面有几个算法游戏实例,包括多边形游戏,装载问题, 单源路径等,都是比较经典的算法...
这里面有几个算法游戏实例,包括多边形游戏,装载问题, 单源路径等,都是比较经典的算法-this algorithm, there are several examples of games, including polygon game, loading problems, such as single-source path, which is a more classical algorithm
- 2022-03-15 12:23:51下载
- 积分:1
-
用RBF网络实现字符识别
用RBF网络实现字符识别-Realize character recognition using RBF Net.
- 2023-02-16 04:35:05下载
- 积分:1