-
一个读取plt图形文件源代码,我以前做的毕业设计
一个读取plt图形文件源代码,我以前做的毕业设计-Plt a graphics file to read the source code, I used to do the graduation project
- 2022-07-15 22:29:37下载
- 积分:1
-
码P0301:数字图像矩阵数据的显示和傅里叶变换p0302:两
程序代码说明
P0301:数字图像矩阵数据的显示及其傅立叶变换
P0302:二维离散余弦变换的图像压缩
P0303:采用灰度变换的方法增强图像的对比度
P0304:直方图均匀化
P0305:模拟图像受高斯白噪声和椒盐噪声的影响
P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波
P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波
P0308:图像的自适应魏纳滤波
P0309:运用5种不同的梯度增强法进行图像锐化
P0310:图像的高通滤波和掩模处理
P0311:利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理
P0312:利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理
-code P0301 : digital image data matrix display and Fourier Transform P0302 : two-dimensional discrete cosine transform image compression P0303 : using gray transform method to enhance the contrast of the image P0304 : histogram equalization P0305 : simulation images by Gaussian white noise and pepper noise impact P0306 : using 2D median filtering function medfilt2 right by the Salt and Pepper noise filtering images P0307 : MATLAB functions filter2 of noise interference filter images mean P0308 : Image Adaptive Filter WEI Na-P0309 : using five different gradient Enhancement Act for image sha
- 2022-02-12 13:34:57下载
- 积分:1
-
STM32 UCOS 显示源码
本源码是基于Keil
MDK编写的。上面开发环境中没有keil的选项,不知道为什么?本程序可以直接运行在火牛STM32的开发板。是基于UCOS+UCGUI编写的。
-The source code is written based on the Keil MDK. The above development
environment does not the keil option, do not know why? This program can
run directly on the AC adapter the STM32 development board. Written
UCOS+UCGUI.
- 2022-02-22 00:27:05下载
- 积分: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
-
XP interface function painting tools.
XP界面画函数工具。-XP interface function painting tools.
- 2022-01-22 06:56:09下载
- 积分:1
-
别人写的东西,一起学习与MF嵌套的食人魔…
别人写的东西 拿过来一起去学习研究一下
Ogre与MFC嵌套-Others to write things that get together to learn from study nested Ogre with MFC
- 2022-02-11 22:46:03下载
- 积分:1
-
以固定的命名将图片统一规格并统一排序命名
以固定的命名将图片统一规格并统一排序命名
- 2022-03-20 04:19:48下载
- 积分:1
-
vc++制作数码相机等设备的快照,一个和好的数字图像处理的原代码...
vc++制作数码相机等设备的快照,一个和好的数字图像处理的原代码-vc production of digital cameras and other equipment snapshot, and a good digital image processing of the original code
- 2022-10-02 09:15:04下载
- 积分:1
-
画图程序 提供简单的画图工具
画图程序 提供简单的画图工具-Paint program provides simple drawing tools
- 2023-05-04 18:45:03下载
- 积分:1
-
sample : unicode16 transfer to UTF8
sample : unicode16 transfer to UTF8
- 2022-09-03 16:30:03下载
- 积分:1