CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - 模板

搜索资源列表

  1. ceshi_Excel

    0下载:
  2. 本m文件讲了在matlab中如何生成一个EXCEL的文档模板,在以后做数据报表时可自动根据数据变化动态生成完整的动态的统计分析图表-This m file describes in matlab how to generate an EXCEL document template for the data reporting in the future when the data changes dynamically
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2339
    • 提供者:小肖
  1. ceshi_Word

    0下载:
  2. 本m文件讲了如何在matlab中生成一个WORD文档的模板,可实现数据和图表的动态变动-This m file describes how to generate a WORD document templates, which enables the dynamic changes of data and charts in WORD
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:2942
    • 提供者:小肖
  1. fspecial

    0下载:
  2. 建立滤波器 如均值 高斯 中值 维纳 可以设置模板-fspecial
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3906
    • 提供者:qujingying
  1. apfft_image_filter_design

    0下载:
  2. 为克服常用滤波模板的缺陷,消除传统图像滤波中存在的振铃现象和方块效应,提出了任意正交变换下的2维加窗全相位滤波算法-apfft image filter design
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:284686
    • 提供者:李灿
  1. fangzhen

    0下载:
  2. 数学建模训练时队里写得一些仿真拟合源代码,内有很多模板,可以参考一下,有tsp、神经网络等问题求解-Written a number of mathematical modeling training simulation fitting the source code, there are many templates, you can refer to, there tsp, neural networks, problem solving
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:25421
    • 提供者:幻叶
  1. watermask

    0下载:
  2. 一个MATLAB程序,简单的将一个模板水印加到图片上 可以实现放大缩小模板,可以任意位置添加-A MATLAB program, simply add a watermark template can zoom the image template, you can add anywhere
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:626
    • 提供者:叶昕辰
  1. MCM_latex_Template

    1下载:
  2. latex的模板,适用于各种学术论文的排版,简单易用,可操作性强。-latex template for a variety of publishing academic papers, easy to use, easy to operate.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:475043
    • 提供者:
  1. camener

    0下载:
  2. 此程序主要是检测黄色区域(用于人脸识别) 所用摄像头为USB320X240RGB的 原理: 先利用颜色找出符合条件的大面积黄 再利用模板闭运算补充连通与 再利用XY轴上连同域的寻找 标出人脸-The procedure is to detect the yellow area (for recognition) camera for USB320X240RGB used the principle: first, to identify qualified by the
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2764
    • 提供者:陈乐吉
  1. particles_5X5

    0下载:
  2. 以5*5为模板在一幅灰度图像中寻找像素值大于给定阈值的所有点-To 5* 5 as a template to look at a gray image pixel value is greater than a given threshold for all points
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1014
    • 提供者:孟军
  1. particles_4X4

    0下载:
  2. 以4*4为模板在一幅灰度图像中寻找像素值大于给定阈值的点-Of 4* 4 in a gray image as a template to find the pixel value is greater than a given threshold point
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:985
    • 提供者:孟军
  1. ODE45

    1下载:
  2. matlab仿真模拟中的ode45的使用例程,文件代码是一个很好的ode45实验模板-ode45 matlab simulation in the use of routine, the file code is a good experimental template ode45
  3. 所属分类:matlab

    • 发布日期:2016-01-23
    • 文件大小:6144
    • 提供者:刘子超
  1. particles_3X3

    0下载:
  2. 以3*3为模板在一幅灰度图像中寻找像素值大于给定阈值的所有点-To 3* 3 as the template to look at a gray image pixel value is greater than a given threshold for all points
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:966
    • 提供者:孟军
  1. work

    0下载:
  2. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:956084
    • 提供者:isharesin
  1. Templates1_7

    0下载:
  2. 本书是C++模板编程的完全指南,旨在通过基本概念、常用技巧和应用实例3方面的有用资料,为读者打下C++模板知识的坚实基础。 全书共5个部分,22章。第1章全面介绍了本书的内容结构和相关情况。第1部分(第2~7章)以教程的风格介绍了模板的基本概念,第2部分(第8~13章)阐述了模板的语言细节,第3部分(第14~18章)介绍了C++模板所支持的基本设计技术,第4部分(第19~22章)深入探讨了各种使用模板的普通应用程序。附录部分是一处定义原则和重载解析的相关资料。 本书适合C++模板技术的初学者阅读
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:632627
    • 提供者:于志
  1. HSV

    0下载:
  2. HSV模板的人脸肤色分割程序,用于人脸识别及定位工作中-HSV template, skin color segmentation procedures for the recognition and positioning work
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:530
    • 提供者:王新竹
  1. xiaorgb

    0下载:
  2. rgb颜色模板的肤色提取方法,对于人脸定位有着一定的帮助-rgb color color template extraction method for face detection with some help
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:733
    • 提供者:王新竹
  1. tiduquzao

    0下载:
  2. 对图像的去噪处理,包括了加权梯度领域去噪、高斯模板去噪和两种方法的结合-Denoising of images, including the weighted gradient field denoising, Gaussian model for denoising and the combination of two methods
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:855
    • 提供者:zbj
  1. matlab-picture-matching

    1下载:
  2. matlab下实现模板的匹配,完整的UI设计 欢迎下载哦,多多支持!-matlab template matching to achieve complete UI design are welcome to download Oh, a lot of support!
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:196327
    • 提供者:盖盖
  1. Desktop

    0下载:
  2. rbf神经网络训练以及模板,matlab应用神经网络可以省去很多人工模拟的麻烦-rbf neural network training, and templates, matlab application of artificial neural network can save a lot of trouble
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1486
    • 提供者:daoping
  1. Desktop

    0下载:
  2. matlab非常实用的编码模板,方便大家熟练应用matlab-matlab code very useful template to facilitate the application of all skilled matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1195
    • 提供者:daoping
« 1 2 3 45 6 7 8 9 10 ... 31 »
搜珍网 www.dssz.com