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

搜索资源列表

  1. san

    0下载:
  2. 数据结构+一元多项式计算器数据结构+一元多项式计算器-Data structures+ one dollar calculator polynomial data structures+ one dollar polynomial calculator
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:3395
    • 提供者:刘彦龙
  1. link

    0下载:
  2. 两多项式相乘的C程序,作实验报告的好东西-Multiply two polynomials of C procedures, test reports for the good things
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:2699
    • 提供者:yahoo
  1. CCCC

    0下载:
  2. 多项式运算器,实现了多项式的加法,减法和乘法的运算.-Polynomial operations, and the realization of the polynomial addition, subtraction and multiplication operations.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:70964
    • 提供者:李化常
  1. lagrange

    0下载:
  2. 1.n个节点分段Lagrange插值多项式; 2.使用格式y=lagrange(x0,y0,x,k); 3.输入项x0为n维插值节点向量,y0为n维被插函数值向量; 4.x为m维插值点向量,k为分段插值多项式次数,不超过3,缺省为k=1; 5.输出y为插值点x处的函数值;- 1.n a sub-node Lagrange interpolation polynomial 2. The use of the format y = lagrange (x0, y0,
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:1021
    • 提供者:link
  1. doolittle

    0下载:
  2. 1.n个节点分段Lagrange插值多项式; 2.使用格式y=lagrange(x0,y0,x,k); 3.输入项x0为n维插值节点向量,y0为n维被插函数值向量; 4.x为m维插值点向量,k为分段插值多项式次数,不超过3,缺省为k=1; 5.输出y为插值点x处的函数值;- 1.n a sub-node Lagrange interpolation polynomial 2. The use of the format y = lagrange (x0, y0,
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:863
    • 提供者:link
  1. chazhi

    0下载:
  2. Language 求已知数据点的拉格朗日插值多项式 Atken 求已知数据点的艾特肯插值多项式 Newton 求已知数据点的均差形式的牛顿插值多项式 Newtonforward 求已知数据点的前向牛顿差分插值多项式 Newtonback 求已知数据点的后向牛顿差分插值多项式 Gauss 求已知数据点的高斯插值多项式 Hermite 求已知数据点的埃尔米特插值多项式 SubHermite 求已知数据点的分段三次埃尔米特插值多项式及其插值点处的值 SecSampl
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:10192
    • 提供者:舞蛳
  1. divisionotwopolynomial

    0下载:
  2. 此程序功能主要是实现两多项式的除法运算,-The main function of this program is to achieve the division of two polynomial computation,
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:590
    • 提供者:szhg
  1. Matlab

    1下载:
  2. Matlab函数逼近程序,包含下面所列多种算法的程序 。 Chebyshev 用切比雪夫多项式逼近已知函数 Legendre 用勒让德多项式逼近已知函数 Pade 用帕德形式的有理分式逼近已知函数 lmz 用列梅兹算法确定函数的最佳一致逼近多项式 ZJPF 求已知函数的最佳平方逼近多项式 FZZ 用傅立叶级数逼近已知的连续周期函数-Matlab function approximation process, including following the procedu
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:3049
    • 提供者:Wade
  1. 9.02

    0下载:
  2. 抛物线(二项式)拟合方法是多项式拟合常用的方法之一,计算精度较高-Parabolic (binomial) fitting polynomial fitting method is one of the methods used to calculate the accuracy of the higher
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:909
    • 提供者:caoyj
  1. yiyuanduoxiangshi

    0下载:
  2. 数据结构:用链表做存储结构求两个一元多项式相加的结果-Data structures: The linked list storage structure seeking to do two one dollar sum of the results of polynomial
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:3880
    • 提供者:wuruijin
  1. vcStudyPolynomialOperations

    0下载:
  2. 是关于多项式运算的VC++程序 对于初学者有很大的参考意义-Polynomial operations on the VC++ program For beginners there is a great reference value
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:376472
    • 提供者:zrr
  1. gdal

    0下载:
  2. gdal做 影像校正 源码,采用二次多项式,最邻近插值法。大家可以参考一下-failed to translate。again what have i done ,i can t believe
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1999
    • 提供者:luqi
  1. polynomial-

    0下载:
  2. 一元多项式相加减 #include<stdio.h> #include<malloc.h> typedef struct polynode /*用单链表存储多项式的结点结构*/ { int coef int exp struct polynode *next }node-Unary polynomial-phase addition and subtraction# include <stdio.h># incl
  3. 所属分类:Other windows programs

    • 发布日期:2016-01-25
    • 文件大小:1188
    • 提供者:张朗
  1. duoxiangshijishuqi

    1下载:
  2. 一元稀疏多项式计算器,包括加减乘法,可由用户输入x值,计算最终多项式输出结果-Dollar sparse polynomial calculators, including the addition and subtraction, multiplication, by the user to enter x value, calculate the final output of the results of polynomial
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:8118
    • 提供者:杜宾
  1. Project1

    2下载:
  2. 用VB编写的多项式拟合程序 Public Function funPolynomial(Num As Long, x() As Single, y() As Single, Degree As Integer, AA() As Single) As Long 多项式曲线拟合 y=a0+a1*x+a2*x^2+an*x^n Num为输入数据点个数 x()为输入数据点横坐标组成的数组 y()为输入数据点纵坐标组成的数组 Degree为要拟合的多项式曲线次数 A
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:5148
    • 提供者:周伟
  1. shujujiegou

    0下载:
  2. 实现简单多项式计算器的基本功能,即一元多项式计算的加减乘功能-To achieve the basic functions of a simple polynomial calculator
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:20790
    • 提供者:裂云野
  1. duoxiangshi

    0下载:
  2. 计算多项式变换的程序,多项式的算法 非常有用 的-calculator the duoxiamgshi transform s programme,vrey useful for you
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:4614
    • 提供者:freed
  1. gsp

    0下载:
  2. 一种多项式插值方法的计算程序,只要给定多项式次数n,就可以进行插值计算。-1 dimensional power n interpolation program of Matlab.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:2995
    • 提供者:wuxiaoping
  1. duoxiangshinihe

    0下载:
  2. 多项式拟合 多项式拟合 多项式拟合 多项式拟合 多项式拟合-Polynomial polynomial polynomial polynomial polynomial polynomial polynomial polynomial polynomial fitting
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:840
    • 提供者:刘刚
  1. DataStructures

    0下载:
  2. Josephu问题,一元多项式的相加问题,模拟停车场管理问题等问题-Josephu problem, a polynomial of the sum of the problem, simulated car park management and other problems
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:40031
    • 提供者:时菁森
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com