-
Basic drawing program, the original code, I am also hard to collect the informat...
基本画图程序,原代码,我也是辛苦才收集到的资料,希望能给其他工程师派上用场.-Basic drawing program, the original code, I am also hard to collect the information, hope that they will be useful to other engineers.
- 2022-02-27 07:19:57下载
- 积分: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
-
基于opencv的轮廓跟踪
基于opencv的轮廓跟踪
- 2022-02-20 13:37:10下载
- 积分:1
-
投影法的源程序,虽然是二值图,但为了处理的方便,用的是256级灰度图...
投影法的源程序,虽然是二值图,但为了处理的方便,用的是256级灰度图-projection of the source, although the value of two plans, but in order to facilitate the use of 256 grayscale
- 2023-01-19 01:35:04下载
- 积分:1
-
图象文件转换为asc码image to ascII
图象文件转换为asc码image to ascII -image file conversion for asc code image to ascII
- 2022-02-28 23:36:57下载
- 积分:1
-
PNG文件格式的解码器源代码。适用于手臂平台
PNG格式文件解码源代码。适用于ARM平台-PNG file format decoder source code. Applicable to ARM platform
- 2022-07-04 02:57:31下载
- 积分:1
-
图像处理的立体匹配算法
立体匹配的算法,用于图像处理-stereo matching algorithms for image processing
- 2022-01-26 07:11:11下载
- 积分:1
-
读GML的Java的源代码
读GML的Java的源代码 -reading GML Java source code
- 2022-03-21 07:21:48下载
- 积分:1
-
rmdemo _ winform.rar rmdemo _ winform.rar
rmdemo_winform.rar rmdemo_winform.rar
- 2022-01-23 10:04:12下载
- 积分:1
-
C# 指纹识别器
设备获取到指纹图像或者通过AddImageFile和AddBitmap加入指纹图像时调用axZKFPEngX1_OnImageReceived事件,取得指纹初始特征,设备取到指纹图像后触发,axZKFPEngX1_OnFeatureInfo事件,本实例需要指纹仪自带的Biokey.ocx组件,运行前,需将该组件进行注册,具体步骤如下:
(1)选择开始菜单中的运行。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-02-09 13:45:04下载
- 积分:1