-
数字图像处理初学者适合学习的程序 vc++编写阈值自动获取 包含基本图像处理算法...
数字图像处理初学者适合学习的程序 vc++编写阈值自动获取 包含基本图像处理算法-Digital image processing suitable for beginners to learn the procedures contained in vc++ to prepare the basic image processing algorithms
- 2022-12-04 11:05:03下载
- 积分:1
-
图形开发应用软件
图形开发应用软件-graphics software development and application
- 2022-03-04 12:28:34下载
- 积分:1
-
VC++ 6.0 development source code of numbers and character recognition, digital i...
VC++6.0开发的数字和汉字识别源码,数字识别相对简单,这里的汉字识别也是基础的方法,希望对初学者有帮助-VC++ 6.0 development source code of numbers and character recognition, digital identification of relatively simple, here is the Chinese character recognition based approach, and they hope to help beginners
- 2022-02-07 07:29:16下载
- 积分:1
-
VB开发的简单GIS软件,实现了地图的缩放漫游和简单的查询等功能,有相关研究人员有相当的参考价值。...
VB开发的简单GIS软件,实现了地图的缩放漫游和简单的查询等功能,有相关研究人员有相当的参考价值。-VB simple GIS software, the map roaming and scalability of a simple query capabilities, related research have quite the reference value.
- 2022-04-01 12:32:30下载
- 积分:1
-
add photo effects, including : DissolveWipe DownWipe UpWipe LeftFadeWater Colore...
添加图片效果,包含:DissolveWipe DownWipe UpWipe LeftFadeWater Coloretc -add photo effects, including : DissolveWipe DownWipe UpWipe LeftFadeWater Coloretc
- 2022-05-07 04:36:23下载
- 积分:1
-
数字图像处理程序,用Visual C++开发,实现图像细化的功能
数字图像处理程序,用Visual C++开发,实现图像细化的功能-Digital image processing procedures, using Visual C++ Development, the realization of the functions of image thinning
- 2022-07-03 20:47:22下载
- 积分:1
-
Visual C#图形图像编程(处理图片)
Visual C#图形图像编程(处理图片)-Visual C# graphics programming (for Photo)
- 2023-04-30 11:40:03下载
- 积分:1
-
最新图像解码源码库。
最新图像解码源码库。-The latest source code library image decoding.
- 2023-05-31 15:45:03下载
- 积分: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
-
光场的矫正
光场的矫正-Light Field Correction
- 2023-01-10 21:30:04下载
- 积分:1