-
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
-
一个色彩测试程序
一个色彩测试程序-a color test procedures
- 2022-08-13 06:08:28下载
- 积分:1
-
OpenGL c++ 鼠标划线 鼠标划矩形 1是划线 2是画矩形 矩形是裁剪窗口 可以裁剪线段
采用了梁友栋算法...
OpenGL c++ 鼠标划线 鼠标划矩形 1是划线 2是画矩形 矩形是裁剪窗口 可以裁剪线段
采用了梁友栋算法-OpenGL c++ mouse crossed a mouse is crossed draw a rectangle Draw a rectangle 2 is a rectangular window can be cut is a cut line segment algorithm using Liang Dong
- 2022-03-14 01:58:51下载
- 积分:1
-
DjVuLibre提供了高效的图像 压缩格式DjVu格式的编码和解码功能。DjVuLibre的使用授权为GPL按照GPL的要求...
DjVuLibre提供了高效的图像 压缩格式DjVu格式的编码和解码功能。DjVuLibre的使用授权为GPL按照GPL的要求-DjVuLibre provide highly efficient image compression format DjVu-coding and decoding functions. DjVuLibre authorization for the use of the GPL in accordance with the requirements of the GPL
- 2023-01-11 17:25:04下载
- 积分:1
-
生产成多项式基函数,输出为一个矩阵,可以生产。
生产成多项式的基函数,输出为一个矩阵,可产生任意阶。-Production into the polynomial basis functions, the output of a matrix, can produce arbitrary order.
- 2022-02-04 22:21:39下载
- 积分:1
-
视频异常检测
须安装jmf
参考论文 Robust Real
视频异常检测
须安装jmf
参考论文 Robust Real-Time Unusual Event Detection-Video anomaly detection should be installed JMF reference papers Robust Real-Time Unusual Event Detection
- 2022-03-22 18:51:35下载
- 积分:1
-
OpenGL high
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码-4,学习OpenGL的好东西-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL -OpenGL high-level programming and visualization systems development (high-level programming chapter)-4 of the source with the book, learning OpenGL good things-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL
- 2022-09-16 18:30:08下载
- 积分:1
-
VRML源代码,该程序用于演示企业产品的设计,程序中利用并设计实现了VRML的复杂动画。...
VRML源代码,该程序用于演示企业产品的设计,程序中利用并设计实现了VRML的复杂动画。-VRML source code, the procedure used for demonstration enterprise product design, process design and realization of the use of the complex VRML animation.
- 2023-08-26 12:20:03下载
- 积分:1
-
在当前或指定坐标系中绘制椭圆,运用直接最小二乘法
在当前或指定坐标系中绘制椭圆,运用直接最小二乘法-Draws an ellipse or arc on the current or specified axes
- 2022-01-26 02:02:43下载
- 积分:1
-
本代码可以生成并显示分形图像。
本代码可以生成并显示分形图像。-the code can generate and display fractal images.
- 2022-01-21 18:19:21下载
- 积分:1