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

搜索资源列表

  1. Chebeshev.rar

    3下载:
  2. 切比雪夫插值(利用切比雪夫点进行多项式插值),对连续函数进行逼近。,Chebyshev interpolation (using Chebyshev polynomial interpolation points), for continuous function approximation
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:141743
    • 提供者:dreamhunter
  1. zuoye

    1下载:
  2. 利用有限差分法 (Finite Differential Method, FDM)将场域离散为许多小网格,应用差分原理,将求解连续函数的泊松方程问题转换为求解网格节点上的差分方程组的问题。-The use of finite difference method (Finite Differential Method, FDM) will field for many small discrete grid, the application of differential principle, t
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1587
    • 提供者:刘文
  1. 12_dimensional

    0下载:
  2. 针对一维,二维函数个g(x),设计一个模糊系统f(x),使之一致的逼近定义在某区间上的连续函数并且满足所需精度-For one-dimensional, two-dimensional function of g (x), to design a fuzzy system f (x), consistent approach to the definition of a continuous function on the range and accuracy to meet the requi
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1088
    • 提供者:00
  1. AdaptivePIDcontrolbasedonRBFIdentification

    0下载:
  2. RBF神经网络整定的PID控制,能以任意精度逼近任意连续函数-RBF neural network-tuning of PID control to arbitrary accuracy any continuous function approaching
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1197
    • 提供者:邹志励
  1. PSO-toolbox

    0下载:
  2. PSO的matlab工具箱 群体智能算法:对求解连续函数的极值问题上比GA好用-PSO' s intelligent algorithm matlab toolbox groups: continuous function of solving the issue of the extreme ease of use than GA
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:759951
    • 提供者:lihao
  1. MyGUI

    0下载:
  2. 这是用MATlab进行用户界面设计的程程序这是界面的功能是:对连续时间函数w(t)=exp(-abs(t))在【-5,5】区间内进行采样,利用样条插值重构该连续函数,绘出重构图形并输出重构误差。-It is used MATlab process of user interface design process which is the interface functions are: a continuous time function w (t) = exp (-abs (t)) in th
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1602
    • 提供者:邱娜
  1. ACOUCP

    0下载:
  2. 无约束连续函数优化的人工蚁群算法通用MATLAB源码 此源码是对人工蚁群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解 -Unconstrained optimization of continuous function of artificial ant colony algorithm for general-purpose MATLAB source code。 This sour
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1701
    • 提供者:孙准
  1. ACOmatlab

    0下载:
  2. 蚁群算法的Matlab程序,用于连续函数优化-Ant colony algorithm Matlab program for continuous function optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:5391
    • 提供者:杜政
  1. continuous

    0下载:
  2. 正弦信号产生一个具有两个正弦信号向量,本设计中运用continuous-state space s-function模块对输入信号进行变换,并通过scope模块显示出来。压缩文件中提供了M文件s-function的编写,以及搭建的模型框图-Generate a sinusoidal signal with two sinusoidal signal vector, the design of the use continuous-state space s-function module to
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:6613
    • 提供者:mcr
  1. PMA-Matlab

    1下载:
  2. 人口迁移算法,此程序实现人口迁移算法,用于求解无约束连续函数最小化问题,仅供学习参考。-Migration algorithm, this process of population migration algorithm for solving unconstrained continuous function minimization problem, study reference purposes only.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:5032
    • 提供者:涛哥
  1. rengong-swarm-algrithim

    0下载:
  2. 此函数实现人工鱼群算法,用于求解无约束连续函数最小化问题,仅供学习参考。-Artificial fish school algorithm to achieve this function, continuous function for solving unconstrained minimization problem, study reference purposes only.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:5074
    • 提供者:涛哥
  1. CTFShchsym

    1下载:
  2. 采用符号计算法求一个周期内连续时间函数的三角级数展开系数,并绘出前七次-Using symbolic computation method for a period of continuous function of time Fourier series expansion coefficients, and draw seven times before
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1183
    • 提供者:chancie
  1. juanji

    0下载:
  2. 求连续函数的卷积,利用matlab中的conv函数实现-Seek a continuous function of the convolution, using the conv function in Matlab to achieve
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1013
    • 提供者:秤子33
  1. Ant-colony-algorithm-Matlab-program

    0下载:
  2. 无约束连续函数优化的人工蚁群算法通用MATLAB源码 -The general MATLAB source of unconstrained artificial ant colony algorithm for continuous function optimization
  3. 所属分类:matlab

    • 发布日期:2017-11-04
    • 文件大小:1911
    • 提供者:king
  1. ABC_MATLAB

    1下载:
  2. 人工蜂群算法(ABC)的matlab代码,外国人做得,求解连续函数问题-Artificial bee colony algorithm (ABC) matlab code, foreigners do, problem solving continuous function
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:4852
    • 提供者:xinli
  1. Unconstrained-continuous

    0下载:
  2. 无约束连续函数优化的人工鱼群,matble代码,用着还行-Unconstrained continuous function optimization artificial fish, matble code,feel okay
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2406
    • 提供者:
  1. Program

    0下载:
  2. 单位采样序列在时域离散信号和系统中所起的作用和单位冲激函数在时域连续信号和系统中所起的作用相同,但其定义简单而精确。为方便起见,通常称该序列为离散冲激,或简称冲激,程序3.1为生成单位采样序列的MatLAB程序,生成的序列如图 3.7所示。-Action units and units of sample sequences in the time domain and the discrete signal from the system as a function of the impuls
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:11826
    • 提供者:s
  1. sample6

    0下载:
  2. 非线性映射能力:BP神经网络实质上实现了一个从输入到输出的映射功能,数学理论证明三层的神经网络就能够以任意精度逼近任何非线性连续函数。这使得其特别适合于求解内部机制复杂的问题,即BP神经网络具有较强的非线性映射能力-Nonlinear mapping ability: BP neural network essentially implements a mapping from input to output function, the mathematical proof of the thr
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:12599
    • 提供者:沈阳阳
  1. Desktop

    0下载:
  2. 蚁群算法连续函数优化问题。包含FIT测试函数,主函数。-Ant colony optimization algorithm for continuous function. Contains FIT test function, the main function.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:2024
    • 提供者:李佟
  1. ACO_matlab

    0下载:
  2. 蚁群算法实现连续函数优化问题,包含程序说明。-Ant colony algorithm for continuous function optimization problems, including program instructions.
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:103893
    • 提供者:zheng
« 12 3 4 5 6 »
搜珍网 www.dssz.com