-
ssd1309控制器初始化代码
香港晶门科技ssd1309控制器初始化代码,用于oled显示屏驱动
- 2022-04-17 10:17:29下载
- 积分:1
-
用Shader语言实现的海浪效果,是根据网上代码改写的。
用Shader语言实现的海浪效果,是根据网上代码改写的。-Shader language used to achieve the effect of the waves is based on rewriting the code online.
- 2022-07-20 12:50:54下载
- 积分:1
-
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
-
本程序是建立了三维椭球随机分布模型,并绘制出分布图像。...
本程序是建立了三维椭球随机分布模型,并绘制出分布图像。-This procedure is to establish a three-dimensional ellipsoid model of random distribution, and to map out the distribution of the image.
- 2022-03-30 11:22:00下载
- 积分:1
-
VC6下VTK体绘制,然后boxwidget多角度任意切体数据
VC6下VTK体绘制,然后boxwidget多角度任意切体数据-VTK volume rendering under VC6, and then arbitrarily cut boxwidget multi-angle data
- 2023-06-11 05:05:03下载
- 积分:1
-
灰度图像的多种图像处理技术的程序表达,有一定的参考价值...
灰度图像的多种图像处理技术的程序表达,有一定的参考价值-Gray-scale images of a variety of image processing procedures for the expression of some reference value
- 2022-01-27 22:59:33下载
- 积分:1
-
这次上传的代码是关于几种常用特征提取方法的对比代码。
这次上传的代码是关于几种常用特征提取方法的对比代码。-this code is uploaded on several common feature extraction methods contrast code.
- 2022-04-20 06:46:35下载
- 积分:1
-
秋枫贴图源程序.
秋枫贴图源程序.-Qiu- feng map source.
- 2022-03-14 16:01:22下载
- 积分:1
-
xvid1.1.3最新的发布版本
修正了一些1.1.2 Release的BUG.
xvid1.1.3最新的发布版本
修正了一些1.1.2 Release的BUG.-xvid1.1.3 the latest release version 1.1.2 Release amendments to a number of the BUG.
- 2022-11-19 20:30:03下载
- 积分:1
-
jpeg编码、解码的c source
jpeg编码、解码的c source-jpeg encode and decode c source
- 2022-02-13 15:01:44下载
- 积分:1