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

搜索资源列表

  1. spline2D

    0下载:
  2. Spline2D is a work in progress. Currently it only matches C0 (continuous function) not C1 (continuous in 1st derivative) or C2 (continuous in 2nd derivative), which will be added later.
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:69632
    • 提供者:ouchi
  1. dongliangsuanfa

    0下载:
  2. 采用动量梯度下降算法训练BP网络,证明,一个3层的BP网络能够实现任意的连续映射,可以任意精度逼近任何给定的连续函数。-Using momentum gradient descent algorithm to train the BP network, proved that a three-layer BP network to any continuous mapping can be arbitrary-precision approach any given continuous fun
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:15167
    • 提供者:微信
  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. neural-network-example

    0下载:
  2. 用前向神经元网络逼近连续函数,f(x1,x2,x3,x4)=sinx1+sinx2+sinx3+sinx4 定义域为[0,2*pi].刘宝碇老师例子仅供参考-Let us design a feedforward NN to approximate the continuous function, f(x1, x2, x3, x4) = sin x1+ sin x2+ sin x3+ sin x4 defined on [0, 2*pi]4.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-15
    • 文件大小:4803
    • 提供者:李小静
  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. Gaussian-Function

    0下载:
  2. In probability theory, the normal (or Gaussian) distribution, is a continuous probability distribution that is often used as a first approximation to describe real-valued random variables that tend to cluster around a single mean value. The graph of
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:159544
    • 提供者:hunny
  1. A-new-wavelet-threshold-function

    0下载:
  2. 一种新的小波阈值函数,并与两种已存在的阈值函数进行去噪效果对比。该阈值函数在阈值处连续,且可避免产生恒定误差。-A new wavelet thresholding function, and with the two kinds of the existing threshold function de-noising effect of contrast. The threshold value of the threshold function is continuous, and can
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:680961
    • 提供者:陈晨
  1. BP-feixianxingnihe

    0下载:
  2. bp神经网络实现非线性函数的拟合,拟合精度高,可以很好地根据离散点模拟连续函数-bp neural network nonlinear function fitting, fitting high precision, continuous function can be well simulated based on discrete points
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:48433
    • 提供者:chao w
  1. (chp1)

    0下载:
  2. 连续函数matlab基本用法及各种简单形式描述-Continuous function matlab basic usage and various simple form descr iption
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:15216
    • 提供者:周薇
  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-16
    • 文件大小:11826
    • 提供者:s
  1. chazhiyunihe

    0下载:
  2. 插值和拟合都是函数逼近或者数值逼近的重要组成部分。他们的共同点都是通过已知一些离散点集M上的约束,求取一个定义在连续集合S的未知连续函数,从而达到获取整体规律目的,即通过"窥几斑"来达到"知全豹"。-Interpolation and fitting function approximation or are an important part of the numerical approximation. They have in common are constrained by the k
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:185139
    • 提供者:meihaodi
  1. sample2

    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. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:48050
    • 提供者:沈阳阳
  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-13
    • 文件大小:2024
    • 提供者:李佟
  1. IIC-AT24C02-C

    0下载:
  2. 对AT24C02的读写操作函数,显示到1602上,带有连续读写函数 To read and write AT24C02 operation function, to 1602, read and write with a continuous function
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:69049
    • 提供者:城东
  1. Sampling-of-a-Signal

    0下载:
  2. For a function that varying with time s(t) be a continuous function to be sampled, and sampling be performed by measuring the value of continuous function every T seconds, which is called sampling interval. This sampled function is given by S(nT),for
  3. 所属分类:Communication

    • 发布日期:2017-04-23
    • 文件大小:10031
    • 提供者:Shahbaz Badr
  1. Camera2-master

    0下载:
  2. Use Android L Camera2 API developed a sample application, with photographs, AWB, Flash, Continuous function
  3. 所属分类:android

    • 发布日期:2017-04-17
    • 文件大小:229370
    • 提供者:nonfipz
  1. ACO_matlab

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

    • 发布日期:2017-04-28
    • 文件大小:103893
    • 提供者:zheng
  1. Ant-colony-algorithm

    0下载:
  2. 蚁群算法连续函数优化问题matlab程序-Ant colony algorithm for continuous function optimization problems in MATLAB programming
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:101771
    • 提供者:haiguangchao
  1. 24

    0下载:
  2. 1、具有24秒计时功能; 2、设置外部操作开关,控制计数器的直接清零、启动、和暂停/连续功能; 3、计时器为24秒递减计时,计时间隔为1秒; 4、计时到零时数码管不能灭灯,同时发出光电报警。-1, with 24 seconds timer function 2, set the external operation switch control counter directly cleared, start, and pause/continuous function
  3. 所属分类:assembly language

    • 发布日期:2017-05-14
    • 文件大小:3551480
    • 提供者:张健
« 1 2 3 45 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com