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

搜索资源列表

  1. visualbasic

    0下载:
  2. 一本非常实用的编程工具书,常用的数值计算的vb源代码,及其运算公式和测试例子 包括微积分 求导和多项式插值-A very useful programming tool, commonly used in numerical calculation of the vb source code, and the computing formula and test examples include calculus, and polynomial interpolation derivatio
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-24
    • 文件大小:8020408
    • 提供者:long
  1. fenglong07323206

    1下载:
  2. 一个菜单界面,分别用菜单命令来绘制原数据曲面图,线性插值,最近点插值,3次多项式插值,3次样条插值后的图形,每次插值都可以在同一图形界面下比较插值前后图形。-A menu interface, respectively, using the menu command to map the original data surface map, linear interpolation, nearest point interpolation, polynomial interpolation 3
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2218
    • 提供者:feng
  1. duoxs

    1下载:
  2. 根据输入构建一个用广义表表示的m元多项式,并按照一定格式输出-According to the importation of building a generalized form of the polynomial expressed by m, and in accordance with a certain output format
  3. 所属分类:Data structs

    • 发布日期:2017-02-15
    • 文件大小:3767
    • 提供者:yyx
  1. swing

    1下载:
  2. 数值分析的曲线插值算法,包含了多项式插值和样条插值。本人研究生作业。附带详细说明(作业报告)。如果显示曲线,需要OpenGL库支持。-Numerical analysis of curve interpolation algorithm, including a polynomial and spline interpolation. I am post-graduate work. Incidental details (operation report). If you see a curv
  3. 所属分类:Algorithm

    • 发布日期:2016-11-16
    • 文件大小:870881
    • 提供者:轩辕十四
  1. yydxs

    0下载:
  2. 本程序用C语言编写,完成一元多项式的代数运算,加减乘。-This procedure using C language, completing a polynomial algebraic computation, addition and subtraction by.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1887
    • 提供者:xt
  1. dx

    0下载:
  2. 课程实验关于多项式相加和相减,相乘 数据结构-Add and subtract polynomials, multiply
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1670
    • 提供者:陈文取
  1. LMS_poly_fit

    0下载:
  2. 最小二乘实现多项式拟合,数值分析作业,给初学者作为参考。-Achieve least-squares polynomial fitting, numerical analysis operations as a reference for beginners.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:209594
    • 提供者:lsw_hit
  1. leastsquaresprocedure090513

    0下载:
  2. 最小二乘法实现m个方程的最高n次多项式的拟合。-least-squares procedure
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1083
    • 提供者:程文杰
  1. polynomialfitting

    0下载:
  2. 最小二乘法解多项式拟合问题的fortran编写的源程序 -Least squares polynomial fitting problem solution prepared fortran source
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:976
    • 提供者:wxw
  1. VcHomework

    0下载:
  2. 本程序界面采用基于对话框技术,并用ADO数据库技术,能实现添加,删除,查询,拟合,用多项式表示等基本功能。-This procedure based on the dialog box interface technology, and ADO database technology, to achieve add, delete, query, fitted with basic functions such as polynomials, said.
  3. 所属分类:Other Databases

    • 发布日期:2017-05-12
    • 文件大小:2745115
    • 提供者:yanzhenghua
  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 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com