CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 函数最

搜索资源列表

  1. KPLS

    7下载:
  2. 基于核函数的偏最小二乘算法,先对原矩阵进行核函数非线性变化,再用非线性迭代求解-Kernel-based partial least-squares algorithm, first the original non-linear function of changes in the nuclear matrix, and then non-linear iterative solution
  3. 所属分类:matlab例程

    • 发布日期:2013-12-02
    • 文件大小:749
    • 提供者:书虫
  1. 06071419

    1下载:
  2. 机械优化设计的作业 包括一维搜索方法(二次差值,牛顿法,黄金分割法),以及最速下降法和内点惩罚函数法及等值线图-Optimal Design of mechanical operations, including one-dimensional search method (the second difference, Newton' s law, golden section method), and the steepest descent method and interior po
  3. 所属分类:matlab

    • 发布日期:2017-05-30
    • 文件大小:12697443
    • 提供者:王正宇
  1. ndregr

    0下载:
  2. 多元线性回归的一个程序包括输入函数和回归函数 用的是最小二乘法 -n dimonsions regression
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:186487
    • 提供者:simon
  1. dfs_image_main

    0下载:
  2. 图像域上的DFS遍历,函数返回连通域数量,范围端点以及最大值-DFS traversal on the image domain, the function returns the number of connected domains, the scope of the endpoint as well as the maximum value
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-05
    • 文件大小:1092
    • 提供者:paul
  1. compare-five-window-functions

    1下载:
  2. 比较五种窗函数特性matlab程序:得到矩形窗、海明窗、三角窗、汉宁窗和布莱克曼窗图形。从仿真结果可知:矩形窗设计的过渡带最窄,但阻带最小衰减也最差。布莱克曼窗设计的阻带最小衰减最好,但过渡带最宽。-Comparison of characteristics of five kinds of window function matlab program: to be a rectangular window, Hamming window, triangular window, Hanning
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-01-24
    • 文件大小:976
    • 提供者:anchor
  1. MATLAB

    0下载:
  2. 利用了遗传算法求解函数最大值的源程序代码-Use of genetic algorithm source code for the function maximum
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:12374
    • 提供者:邓延丽
  1. GA

    1下载:
  2. 用遗传算法求解自变量是多维的函数的最优值-Genetic Algorithm for the optimal value of Multi-dimensional function
  3. 所属分类:matlab

    • 发布日期:2015-05-24
    • 文件大小:4280
    • 提供者:缪玉
  1. zuiyouhuashiyanbaogao

    5下载:
  2. 用MATLAB求解无约束的问题,主要有最速下降法,牛顿法,共轭梯度法,变尺度法(DFP和BFGS法),非线性最小二乘法。 用MATLAB求解有约束的问题,主要是外惩罚函数和广义乘子法。 以及一些对具体问题的分析,MATLAB的代码在文档里都有。 -Using MATLAB to solve the problem of non-binding, there are the steepest descent method, Newton method, conjugate gradie
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:82318
    • 提供者:ljw
  1. gg_mle

    0下载:
  2. 广义高斯概率分布函数的指数估计,包括矩估计和最大似然估计,并对这两种估计进行了比较-exponential cosfficients estimation for generalized Gaussian pdf,include moment estimator and Maximum Likehood estimator.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:9197
    • 提供者:meizi
  1. LM

    0下载:
  2. LM算法的简要描述。LM算法是一种定位多变量函数最小值的迭代技术,是解决非线性最小二乘问题的基本技术之一。-The Levenberg-Marquardt(LM)algorithm is an iterative technique that locates the minimum of a multivariate function that is expressed as the sum of squares of non-linear real-valued functions[4
  3. 所属分类:Algorithm

    • 发布日期:2016-01-25
    • 文件大小:27648
    • 提供者:徐琼
  1. TrayIcon_for_Delphi

    0下载:
  2. 本例程是利用Windows API函数Shell_NotifyIcon()实现系统托盘图标功能,这个函数和其他处理Windows外壳的函数都包含在ShellAPI单元中 在窗口创建时在Windows任务栏的右下角创建一个托盘图标,图标由两个ICON交替出现,当窗口最小化时任务栏中只有托盘图标,当左键单击托盘图标窗口恢复,图标停止交替.-This routine is to use Windows API function Shell_NotifyIcon () function to ach
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-28
    • 文件大小:10612
    • 提供者:SeaHe
  1. pls

    2下载:
  2. 偏最小二乘法PLS广泛应用于很多领域。这个程序包提供了一个函数,使用非线性迭代偏最小二乘法NIPALS算法,实现PLS回归。同时包含NIPALS算法的教程-PLS PLS is widely used in many areas. This package provides a function, use of non-linear iterative partial least squares algorithm NIPALS achieve PLS regression. NIPALS al
  3. 所属分类:matlab

    • 发布日期:2014-09-21
    • 文件大小:32134
    • 提供者:xuechaoling
  1. zuishuxiajiangfa

    0下载:
  2. 运用最速下降法来给函数求极值的c++ 程序-Using the steepest descent method to seek extreme value to the function of the c++ program
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1913408
    • 提供者:周文欢
  1. scilab

    0下载:
  2. 本文使用遗传算法解决三个问题。它们都是变量在一定范围变化的条件下求解函数最小或者最大值的问题。总之属于最优化问题。这三道题的区别在于变量的个数以及它们是连续的还是离散的。但这些区别不是本质上的,在编写程序的时候处理方法是一样的。-messi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:27960
    • 提供者:许小丫
  1. myIterative

    0下载:
  2. 迭代法阈值分割,迭代法自动计算最优阈值。已经写成函数形式,输入灰度图,输出分割好后的阈值图。-Threshold segmentation iterative method, iterative method for automatically calculating the optimal threshold. Function has been written in the form of input grayscale output partition threshold after a
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1126
    • 提供者:fang
  1. normfun

    0下载:
  2. 正态分布函数累积分布,是最简单的分布函数类型-Normal cumulative distribution function
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:684
    • 提供者:stephen
  1. ga

    0下载:
  2. 基本遗传算法,求函数最值问题。全用C编写,使用VC6.0完全可以编译通过。-The basic genetic algorithm, the most value for the issue of function. Prepared by C-wide, using VC6.0 can be compiled through.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:3111
    • 提供者:高超
  1. ls-ar

    0下载:
  2. 自编函数实现AR模型的最小二乘估计(AR阶数=4)-AR model of self-function of least squares estimation (AR order = 4)
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:897
    • 提供者:王冰
  1. OneDimensionalSearch

    0下载:
  2. 优化设计中的一维搜索方法,包括牛顿梯度法,平分线法,割线法,以及各种插值方法;能计算函数最优点,以及迭代的循环次数-Optimal Design of one-dimensional search methods, including Newton
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2870
    • 提供者:张宪
  1. segmention-threshod

    0下载:
  2. 一些关于图像阈值确定的matlab程序,包括迭代阈值,最小类内方差,最大熵,和用matlab库函数对图像进行边缘检测。可运行-Number of image thresholding matlab identified procedures, including iterative threshold, the smallest category of variance, maximum entropy, and the use of matlab library function of the
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:31346
    • 提供者:刘大专
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com