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

搜索资源列表

  1. Polynomial-calculator

    0下载:
  2. 多项式计算器,用于多项式计算用的-Polynomial calculator, used for calculation of polynomial with
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:41061
    • 提供者:SHEN
  1. Polynomial

    0下载:
  2. 这是一个用list完成一个多项式的类,STL初学者可以体会一下list的用法。-This is a list of classes to complete a polynomial, STL beginners can learn about the usage list.
  3. 所属分类:STL

    • 发布日期:2017-03-27
    • 文件大小:3972
    • 提供者:miaomiao
  1. 1002NA

    5下载:
  2. A polynomial of degree n has the common form as . Your task is to write a function to find a root of a given polynomial in a given interval. Format of function double Polynomial_Root(int n, double c[], double a, double b, double EPS) whe
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1039
    • 提供者:suncheng
  1. warping

    0下载:
  2. Title:polynomial warping.you can warp images.It has an atractive interface.
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2129652
    • 提供者:Cristina
  1. DPD_sim

    10下载:
  2. Digital Predistortion of Nonlieaner RF Power Amplifier with Memory Effects. This M code simulates a DPD technique linearization for a AB-class nonlinear HPA with memory effects. Here we consider a memory polynomial predistorter to modeling nonline
  3. 所属分类:matlab

    • 发布日期:2014-07-25
    • 文件大小:19976192
    • 提供者:shahram
  1. Polynomial-together

    0下载:
  2. 这是一个一元多项式相加的数据结构的小程序,是C++版的 -Polynomial together
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:893175
    • 提供者:Ben
  1. Linear_regression

    0下载:
  2. Locally weighted polynomial regression LWPR is a popular instance based al gorithm for learning continuous non linear mappings For more than two or three in puts and for more than a few thousand dat apoints the computational expense of pre dic
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:746241
    • 提供者:陈月辉
  1. Polynomial

    0下载:
  2. 径向基网络对Polynomial函数的逼近和拟合-Radial basis function networks Polynomial Approximation and fitting
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:985
    • 提供者:jiang
  1. lwr

    0下载:
  2. 强局部加权回归算法由Cleveland[7]提出,主要利用局部观测数据对欲拟合点进行多项式加权拟合,并用最小二乘法进行估计.它综合了传统的局部多项式拟合,局部加权回归以及具有强鲁棒性的拟合过程 -Strong locally weighted regression algorithm by Cleveland [7] proposed, mainly using local observational data points on the polynomial fitting For wei
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3315
    • 提供者:wanghuaqiu
  1. PolyfitnTools

    0下载:
  2. 多项式拟合的MATLAB工具。只要具有以下几个函数 POLYFITN - A general n-dimensional polynomial fitting tool POLYVALN - An evaluation tool for polynomials produced by polyfitn POLYN2SYMPOLY - A conversion tool to generate a sympoly from the results of polyfitn POLYN
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:49215
    • 提供者:celeneyang
  1. analysis2

    0下载:
  2. 数值分析B计算实习作业二:分别用分段线性插值、分段二次多项式插值、 分段三次多项式插值和三次样条插值对所给的数据进行细化 -Numerical Analysis of B calculated internship operation II: piecewise linear interpolation, respectively, sub-quadratic polynomial interpolation, sub-cubic polynomial interpolation and
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:2543
    • 提供者:madier
  1. matlab_trm

    4下载:
  2. MATLAB 有约束信赖域算法,以四元多项式为算例 适用于学习最优化算法的数学专业学生以及其他数值分析课程的同学, 程序清晰,对MATLAB的学习也有很大的帮助,同时程序还有一些不足,读者自己须根据实际问题更正。-MATLAB constrained trust region algorithm to quaternion polynomial example for the application of optimization algorithms in the learning o
  3. 所属分类:Algorithm

    • 发布日期:2014-06-19
    • 文件大小:1137
    • 提供者:李龙
  1. polynomial

    0下载:
  2. polynomial interpolation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-27
    • 文件大小:12980
    • 提供者:triyanto123
  1. Polynomial

    0下载:
  2. 数据结构多项式求值的实现 数据结构多项式求值的实现-Polynomial data structure for the realization of the value of the data structure of the realization of polynomial evaluation
  3. 所属分类:Data structs

    • 发布日期:2016-01-25
    • 文件大小:825
    • 提供者:liuying
  1. routhtablepaper

    0下载:
  2. 利用Matlab编写程序实现以下功能:以多项式形式输入系统前向通路传递函数和反馈回路传递函数,计算系统开环增益,判定型别,根据控制系统劳斯稳定判据原理,列出得到的任意阶次系统的劳斯表,判定闭环系统稳定性,若不稳定给出具有正实部极点的数目。 (1)根据用户输入的稳定度a,计算稳定的开环增益K的范围; (2)确定系统的最大稳定度a,计算相应的开环增益K的值。 -The use of Matlab programming to achieve the following functions
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:227354
    • 提供者:小黄
  1. taylor

    0下载:
  2. Animation for 1. Polynomial fitting 2. First, second, and third order Taylor expansion of a curve - Animation for 1. Polynomial fitting 2. First, second, and third order Taylor expansion of a curve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:1290
    • 提供者:ev4nsence
  1. Matlab

    0下载:
  2. Matlab数据统计和分析的程序,包含下面所列的多种算法的 MultiLineReg 用线性回归法估计一个因变量与多个自变量之间的线性关系 PolyReg 用多项式回归法估计一个因变量与一个自变量之间的多项式关系 CompPoly2Reg 用二次完全式回归法估计一个因变量与两个自变量之间的关系 CollectAnaly 用最短距离算法的系统聚类对样本进行聚类 DistgshAnalysis 用Fisher两类判别法对样本进行分类 MainAnalysis 对样本进行主成分
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3531
    • 提供者:Wade
  1. polynomial

    0下载:
  2. Least-square curve fitting using polynomials is probably the most basic way to perform some parametric regression analysis. Foor basic tools for polynomial curve fitting are provided here. I also strongly recommend the exhaustive function POLYFITN
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:8010
    • 提供者:Karthikeyan
  1. polynomial

    2下载:
  2. 对滤波器耦合矩阵中的极点和零点位置进行编程,以求出表示零点极点的多项式-Coupling matrix of the filter pole and zero position programming has been calculated F (w) E (w) polynomial
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1221
    • 提供者:eddiej
  1. polynomial

    0下载:
  2. 求解拉格朗日插值多项式、牛顿插值多项式、分段插值多项式,并能求出插值点的值。(The Lagrange interpolation polynomial, Newton interpolation polynomial and piecewise interpolation polynomial are solved, and the value of interpolation point can be calculated.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-29
    • 文件大小:14336
    • 提供者:FFGGFF
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com