登录
首页 » matlab » ex

ex

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

代码说明:

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

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

发表评论

0 个回复

  • ZigBee资料
    zigbee学习资料,协议规范,紫蜂技术及其应用(ZigBee_afg-home_automation_profile_for_public_download.pdf)
    2020-06-24 15:20:01下载
    积分:1
  • keyboard-shortcuts-macos.pdf
    说明:  vscode2019快捷键说明文档大全英文版,非常好用(Vscode2019 shortcut key description document in English, very easy to use)
    2020-03-17 17:39:57下载
    积分:1
  • 关于电力系统无功优化的学术论文,改论文使用了连续二次规划的方法。...
    关于电力系统无功优化的学术论文,改论文使用了连续二次规划的方法。-On Power System Reactive Power Optimization of theses, papers to the use of a continuous quadratic programming method.
    2022-09-13 19:25:03下载
    积分:1
  • polar+code源码
    说明:  完成极化码的全流程编码及仿真,完整可用。(Complete the whole process coding and Simulation of polarization code, complete and available.)
    2019-03-08 17:56:00下载
    积分:1
  • 参考程序
    光的菲涅尔衍射过程角谱理论matlab实现(Diffraction transfer function and its calculation of classic diffraction formula)
    2020-08-13 20:18:28下载
    积分:1
  • retinex_mccann99
    Matlab通过函数imread读取RGB图像,并通过维数m*n*3的矩阵来表示。其中,维数mn表示图像的行数列数信息,维数3表示图像的RGB三层通道数据。因此,全局直方图处理通过对RGB图像的RGB三通道分别进行直方图均衡化,再整合到新的图像的方式进行。(Matlab reads the RGB image through the function imread and is represented by the matrix of the dimension m*n*3. Among them, the dimension mn represents the row sequence information of the image, and the dimension 3 represents the RGB three-layer channel data of the image. Therefore, the global histogram processing is carried out by equalizing the RGB three channels of the RGB image and integrating them into the new image.)
    2019-03-28 16:26:16下载
    积分:1
  • 【热血江湖】WAP页游源码
    说明:  热血江湖源码MSSQL创建ReXueJiangHu数据库并导入ReXueJiangHu.sql,配置好IIS就可以使用了。(orginal code for wap game RexueJianghu)
    2020-11-15 17:29:41下载
    积分:1
  • xsdk
    说明:  demo使用说明: 1、将libiflytts.so和libqtts.so拷贝到/usr/lib目录下 2、将demo中函数调用的ip地址参数修改成有合成服务的服务器地址 3、编译qtts.java和demo.java 4、输入命令 java -classpath "./" demo即可正常合成,生成的Wav文件为1.wav,在当前目录下(Demo instructions: 1. Will libiflytts.so and libqtts.so Copy to / usr / lib 2. Modify the IP address parameter of function call in demo to the server address with composition service 3. Compiling qtts.java and demo.java 4. Enter the command Java - classpath "." / "demo, and the generated wav file is 1.wav, which is in the current directory)
    2020-10-17 16:53:09下载
    积分:1
  • C# 泛型列表List用法示例
    C# 泛型列表List用法示例,从给出的人员名单中,过滤人员名称中以"科"结束的序列,遍历查询结果。   private void Frm_Main_Load(object sender, EventArgs e)   {    List People = new List{//创建人员列表    new Person(1,"王*科"),    new Person(2,"王*科"),    new Person(3,"赵*东")};    var query = from p in People//过滤人员名称中以"科"结束的序列    where p.Name.EndsWith("科")    select new    {    人员ID = p.ID,    人员姓名 = p.Name    };    foreach (var item in query)//遍历查询结果    {    label1.Text += item + " ";    }   }   }   public class Person   {    public Person(int id, string name)    {    this.ID = id;    this.Name = name;    }    public int ID { get; set; }//人员ID    public string Name { get; set; }//人员姓名   }
    2023-01-08 20:45:03下载
    积分:1
  • Tetris-game
    《C++高级语言程序设计案例与实践辅导(北京市高等教育精品教材立项项目配套教材)》-案例分析:俄罗斯方块游戏(" C++ Advanced Language Program Design Case and Practice Guidance (Beijing Higher quality materials Projects of supporting materials)" - Case Study: Tetris game)
    2014-08-25 10:37:03下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载