CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 书籍源码 搜索资源 - Approximation

搜索资源列表

  1. pudn3

    0下载:
  2. 一般来说,瞬时频率和群延迟在时频平面内定义了两条不同的曲线,但是在时宽(T)和频宽(B)的乘积值逐渐变大时,这两条曲线会慢慢逼近。为了说明这一点,下面计算了信号的瞬时频率和群延迟,T*B值小。- In general, the instantaneous frequency and group delay in the time-frequency plane defines two different curves, but when the width [T] and bandwidth
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:815byte
    • 提供者:吴巧云
  1. sample-rate-conversion

    0下载:
  2. 内容包括:解线性代数方程组,插值,数值积分,特殊函数,函数逼近,特征值问题,数据拟合,方程求根和非线性方程组求解-VB -Include: solving linear algebraic equations, interpolation, numerical integration, special functions, function approximation, eigenvalue problem, the data fit the equation and non-linear eq
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:21.59kb
    • 提供者:hjq
  1. C_language_algorithms_for_Quick_Lookup_Manual

    3下载:
  2. 《C语言算法速查手册》用C语言编写了科研和工程中最常用的166个算法,这些算法包括复数运算、多项式的计算、矩阵运算、线性代数方程组的求解、非线性方程与方程组的求解、代数插值法、数值积分法、常微分方程(组)初值问题的求解、拟合与逼近、特殊函数、极值问题、随机数产生与统计描述、查找、排序、数学变换与滤波等。同时结合这些算法列举了将近100个应用实例,对其进行验证和分析。 -" C language algorithms for Quick Fact Manual" using
  3. 所属分类:source in ebook

    • 发布日期:2014-06-10
    • 文件大小:217.72kb
    • 提供者:Jawen
  1. Approximation4TSP

    0下载:
  2. 三种解决TSP问题的近似算法的实现:最短链路法、最近插入法和最近邻居法-Approximation algorithm for the realization of three to solve the TSP: the shortest link, nearest insertion method and nearest neighbor
  3. 所属分类:source in ebook

    • 发布日期:2017-11-17
    • 文件大小:457.04kb
    • 提供者:黄华仔
  1. RBFNN-1

    0下载:
  2. 使用RBF神经网络实现函数逼近,逼近的函数为y(k)=u(k)^3+y(k-1)/(1+y(k-1)^2).通过对该程序的学习及实现可以更好的了解径向基神经网络的结构及算法-RBF neural network function approximation, the approximation of the function y (k) = u (k) ^ 3+y (k-1)/(1+y (k-1) ^ 2) through the program to learn and achieve mor
  3. 所属分类:source in ebook

    • 发布日期:2017-11-28
    • 文件大小:605byte
    • 提供者:liudandan
  1. MLS1DShape_0

    0下载:
  2. 移动最小二乘法形函数,形函数一阶导数,二阶导数-SHAPE FUNCTION OF 1D MLS APPROXIMATION
  3. 所属分类:source in ebook

    • 发布日期:2017-04-04
    • 文件大小:1kb
    • 提供者:xuxun
  1. MLS1D_0

    0下载:
  2. 一维最小移动二乘法拟合位移场的无网格方法算例。-ONE-DIMENSIONAL MLS APPROXIMATION
  3. 所属分类:source in ebook

    • 发布日期:2017-12-01
    • 文件大小:1.05kb
    • 提供者:xuxun
  1. llr_pearl

    0下载:
  2. 非规则ldpc码情况下的近似对数似然比方法的置信译码方法完整代码-Approximation in the case of non-rule ldpc code complete code decoding method like the confidence of the likelihood ratio method
  3. 所属分类:source in ebook

    • 发布日期:2017-11-25
    • 文件大小:4.2kb
    • 提供者:yyw
  1. remez

    0下载:
  2. Minimax Approximation and Remez Algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-12-09
    • 文件大小:53.29kb
    • 提供者:施政
  1. image2jpg

    0下载:
  2. IM2JPEG Compresses an image using a JPEG approximation.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-02
    • 文件大小:3.63kb
    • 提供者:parham
  1. bp

    0下载:
  2. 使用matlab神经网络工具箱用bp网络实现函数逼近,学习BP网络-use matlab neural network toolbox with bp networks function approximation.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-07
    • 文件大小:621byte
    • 提供者:sun
  1. code

    0下载:
  2. 分别利用 Lagrange插值法、分段线性插值法与三次样条法进行插值逼近-Respectively, by Lagrange interpolation, piecewise linear interpolation and cubic spline interpolation approximation method
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:2.34kb
    • 提供者:Tali
  1. Desktop

    0下载:
  2. 书籍源码,采用泰勒展开近似的误差。用了3D图来画出表示。-Plot a 3D graph of variation in a Taylor series approximation as the degree varies. This program is for log(x) about x=1.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:1.36kb
    • 提供者:孟诗
  1. rbf

    0下载:
  2. 建立一个径向基神经网络,对非线性函数y=sqrt(x)进行逼近,并作出网络的逼近误差-The establishment of a radial basis function neural network, the nonlinear function y = sqrt (x) to approximate, and make the network approximation error
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:791byte
    • 提供者:麦兜
  1. MLP_MG

    0下载:
  2. Mackey-Glass时间序列预测建模问题,建立了四输入一输出、具有3层结构的MLP人工神经网络,实现了函数逼近的功能。-Mackey-Glass time series prediction modeling, the establishment of a four-input one output, with a 3-layer MLP artificial neural network architecture to achieve a function approximation fu
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:1.15kb
    • 提供者:乔木
  1. NH_BJ

    1下载:
  2. 拟合与逼近 主要是应用切比雪夫多项式进行拟合来逼近原始曲线-Fitting and Approximation
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:3.19kb
    • 提供者:王海
  1. chapter three

    0下载:
  2. 第三章:机器人神经网络自适应控制 基于模型不确定补偿 基于模块逼近(Chapter 3: adaptive control of robot neural network Model uncertainty compensation Module approximation)
  3. 所属分类:书籍源码

    • 发布日期:2018-01-05
    • 文件大小:55kb
    • 提供者:派小星
  1. algorithms-master

    0下载:
  2. python 常用算法,快速排序,选择排序,合并排序,dijkstra,二分查找(algorithms:quicksort selectsort mergesort dijkstra binary_search approximation)
  3. 所属分类:书籍源码

    • 发布日期:2018-04-19
    • 文件大小:3kb
    • 提供者:danewton
搜珍网 www.dssz.com