-
dct实现数字水印的源代码 内附说明 matlab实现
dct实现数字水印的源代码 内附说明 matlab实现-DCT digital watermark containing a description of the source code matlab realize
- 2022-02-05 14:34:11下载
- 积分:1
-
离线汉字识别系统。基于特征检测的汉字识别系统,何以识别汉字/字符数字等。很适合学习基本原理的研究者使用。...
离线汉字识别系统。基于特征检测的汉字识别系统,何以识别汉字/字符数字等。很适合学习基本原理的研究者使用。-offline Chinese character recognition system. Feature-based detection of Chinese character recognition system, why is recognition of Chinese characters/character statistics. Very suitable for studying the basic tenets of researchers.
- 2022-11-23 04:15: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
-
Image Binarization+ Erode+ Dilate+ Open+ Median+ Gaussian+ Blur
图像二值化+腐蚀+扩张+开放+中值+高斯+模糊
- 2022-12-14 09:50:04下载
- 积分:1
-
一个用VC编写的程序,EastDraw(绘图软件),一个非常简单的和…
一个用VC编写的程序,EastDraw(绘图软件),非常简单好用,还有完全的源代码可供学习和参考-a VC prepared by the procedures, EastDraw (graphics software), a very simple and easy, complete source code available for study and reference. !
- 2023-07-11 08:10:02下载
- 积分:1
-
一个自己写的效果代码,实现perlin噪声编码,实现动态模糊效果。...
一个自己写的效果代码,实现perlin噪声编码,实现动态模糊效果。-The effect of its own to write code to achieve perlin noise coding, dynamic blur effects.
- 2023-04-26 08:40:04下载
- 积分:1
-
一个旋转输出文本的例子,适合初学者进行学习研究。
一个旋转输出文本的例子,适合初学者进行学习研究。-A rotary output of the example text, suitable for beginners to study.
- 2023-02-10 11:45:04下载
- 积分:1
-
图片编码源代码【将Jpeg图片解码并编码为BMP格式】
读入JPEG格式的图像通过代码解码,转换成BMP格式的图像, 并自动保存。下图为程序的代码流程图,即图像解码、编码原理。
- 2022-01-28 16:42:55下载
- 积分:1
-
可以实现线段的裁减
,对初学者有所帮助
可以实现线段的裁减
,对初学者有所帮助-segment can be achieved reductions to help beginners
- 2022-07-12 13:29:41下载
- 积分:1
-
计算机图形学,利用中点算法,DDA算法,Bresenham算法…
计算机图形学,利用中点算法、DDA算法、Bresenham算法完成直线的生成。-Computer graphics, using the midpoint algorithm, DDA algorithm, Bresenham algorithm to complete the generation of a straight line.
- 2022-01-21 03:53:35下载
- 积分:1