登录
首页 » matlab » ex

ex

于 2019-03-18 发布 文件大小:46KB
0 203
下载积分: 1 下载次数: 0

代码说明:

  使用高斯滤波器对任意图像可进行高斯滤波平滑(Gaussian filtering smoothing of arbitrary images using a Gaussian filter)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 电力版本科电力电子教材仿真模型
    介绍了电力电子书籍基本仿真模型,包括模型各个参数设计。(The basic simulation model of power electronic books is introduced, including the design of various parameters of the model.)
    2019-05-02 00:17:57下载
    积分:1
  • 记忆迷宫
    实现了基于51单片机的智能小车,并完成了走迷宫(The intelligent car based on 51 single chip microcomputer is realized, and the labyrinth is completed)
    2017-06-10 17:19:47下载
    积分:1
  • 国家集训队论文集
    National Training Team 2001 Proceedings
    2020-06-23 02:20:02下载
    积分:1
  • 18b20驱动程序,经过验证已经通过,可以实现对温度的采集和处理...
    18b20驱动程序,经过验证已经通过,可以实现对温度的采集和处理-18b20 driver, has been validated through, the temperature can be achieved by collecting and processing
    2022-02-21 16:40:43下载
    积分:1
  • root
    小区管理系统 包括登录管理用户查询等功能 (Community Management)
    2012-12-19 20:26:11下载
    积分:1
  • MICROSOFT 基础类库: DLLExample 项目概述 ==============================================...
    MICROSOFT 基础类库: DLLExample 项目概述 ======================================================================== 应用程序向导已为您创建了此 DLLExample DLL。此 DLL 不仅演示 Microsoft 基础类的基本使用方法,还可作为您编写 DLL 的起点。 -MICROSOFT Foundation Class Library: DLLExample project outlined ========================================== ============================== Application Wizard has been created for you this DLLExample DLL. This DLL not only the demonstration of Microsoft based on basic use, but also as your starting point for the preparation of DLL.
    2022-01-25 23:23:59下载
    积分:1
  • bizhisetup_4.0.0.14_48_bdwp
    ansys模拟轨道振动123456789(ansys zhendong123456789)
    2019-06-07 12:27:08下载
    积分:1
  • Java中的Canvas绘图源码实例
    Java中的Canvas绘图源码实例,主要是画线条、弧线、圆角矩形、三角形、文字、圆形等简单的几何图形,主要是通过创建DrawingCanvas对象canvas,为canvas设置命令监听者,实现接口CommandListener的方法,把缓冲区图像的内容绘制到画布上,画图部分代码:   int w = getWidth(); // 画布的宽度   int h = getHeight(); // 画布的高度   Image buffer = Image.createImage(w, h); // 用于绘图的缓冲图像   Graphics gc = buffer.getGraphics(); // 获取缓冲图像的图形环境   // 清除画布   public void clearScreen() {    gc.setColor(255,255,255); // 设置绘图颜色为白色    gc.fillRect(0,0,w,h); // 把缓冲图像填充为白色    gc.setColor(255,0,0); // 设置绘图颜色为红色   }   // 绘制直线   public void drawLine() {    setTitle("直线"); // 设置画布的标题    clearScreen(); // 清除画布    gc.drawLine(10,10,w-20,h-20); // 绘制黑色直线    gc.setColor(0,0,255); // 设置绘图颜色为蓝色    gc.drawLine(10,h/2,w-10,h/2); // 绘制蓝色直线   }   // 绘制弧   public void drawArc() {    setTitle("弧线和填充弧");    clearScreen();    gc.drawArc(5,5,w/2-20,h/2-20,60,216); // 绘制弧线    gc.drawArc(5,h/2-10,w/2-20,h/2-20,0,360); // 绘制圆    gc.setColor(0,0,255);    gc.fillArc(w/2,5,w/2-20,h/2-20,60,216); // 绘制填充弧线    gc
    2023-04-11 05:50:03下载
    积分:1
  • 供求信息网站源码整站
    供求信息网站源码,语言asp,有后台管理功能(Supply and demand information website source code, language asp, with background management function)
    2019-01-14 11:23:53下载
    积分:1
  • 一个猜数字的小游戏,初学C++的朋友可以下一下看一下效果哦!
    一个猜数字的小游戏,初学C++的朋友可以下一下看一下效果哦!-A small猜数字games, learning C++ friends can look at the effect of the next Oh look!
    2022-03-16 16:25:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载