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

搜索资源列表

  1. imageCorrectForm

    1下载:
  2. 建立几何畸变模型,实现畸变矫正。通过获取模板图像的坐标值,求取变换模型参数,求出变换多项式的系数。-IMAGECORRECT M-file for imageCorrect.fig IMAGECORRECT, by itself, creates a new IMAGECORRECT or raises the existing singleton*.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:56500
    • 提供者:李海
  1. duoxiangshi

    0下载:
  2. 用C++语言编写一段程序,该程序的功能相当于一个一元多项式计算器。它能够实现按照指数降序排列建立并输出多项式,并且能够完成两个多项式的相加、相减的运算和将其结果输入的功能。-C++ language with a program that functions as a unary polynomial calculator. It can be achieved in accordance with established and the output index in descending o
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:914052
    • 提供者:liulingfengcn
  1. multiply

    0下载:
  2. 多项式乘法,可以完成任意次数多项式相乘~ 我们的数据结构课作业-multiply
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:27360
    • 提供者:MengXiao
  1. severalmatlabprocedures0001

    0下载:
  2. 几个有用的Matlab程序,包括最小二乘法、多项式的交互输入等-several small matlab procedures
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1238
    • 提供者:cougar
  1. additionoperation

    0下载:
  2. VC++ 数据结构 实验算法 多项式加法运算-VC++ data structures algorithms polynomial experimental addition operation
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:162845
    • 提供者:张晓光
  1. duoxiangshinihe

    0下载:
  2. 多项式拟合用于处理实验数据的一种有效方法,简单实用。并且举了一个例子三次拟合-Polynomial fitting of experimental data for processing is an effective method of simple and practical. And cited an example of three fitting
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:3095
    • 提供者:李学文
  1. poly_multi

    0下载:
  2. 用单链表实现多项式乘法。创建一个PolyNode类,用来保存单项式的内容。单链表用来储存多项式,为方便以见,储存时以降幂排列,这样有利于操作。在程序中操作单链表都是用迭代器来实现的。 在输入单链表时也要以降幂排列输入,相乘过程中每两个单项式相乘,然后将相乘得到的单项式结果插入到乘积多项式的正确位置。-Single linked list to achieve polynomial multiplication. Create a PolyNode class to store the con
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:7094
    • 提供者:stanley
  1. Listmultiplier

    0下载:
  2. 数据结构经典入门实例,计算两个以 单链接表表示的多项式相乘的程序。-Classic example of data structure entry, calculation of two single-link table that the polynomial multiplication procedures.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:17993
    • 提供者:周子
  1. test6

    0下载:
  2. matlab实验 用给定的多项式,y=x3-6x2+5x-3,产生一组数据(xi,yi,i=1,2,…,n),再在yi上添加随机干扰(可用rand产生(0,1)均匀分布随机数,或用rands产生N(0,1)分布随机数),然后用xi和添加了随机干扰的yi作的3次多项式拟合,与原系数比较。 如果作2或4次多项式拟合,结果如何? -matlab experiment with a given polynomial, y = x3-6x2+5 x-3, generated a set of da
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:3676
    • 提供者:崔昭宇
  1. Unarysimplecalculator

    0下载:
  2. 一元多项式计算器的基本功能定为 (1) 建立多项式 (2) 输出多项式 (3) 两个多项式相加,建立并输出和多项式 (4) 两个多项式相减,建立并输出差多项式 实现提示:可选择带头结点的单向循环链表 或单链表存储多项式,头结点可存放多项式 的参数,如项数等。 除以上功能外,还有乘法和除法的计算和导数计算-Unary polynomial basic functions of the calculator as (1) the estab
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:2499
    • 提供者:郑海鹏
  1. Polynomialoperations

    0下载:
  2. 多元多项式运算 主要用C++语言实现其功能-Mainly used for computing multivariate polynomials C++ language function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:4479
    • 提供者:周武
  1. pp1

    0下载:
  2. 一个二次多项式曲线拟合算法,功能一般够用了,看明白算法原理应该就可以了-A quadratic polynomial curve fitting algorithm, function normally good enough, look to be able to understand the principle of the algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1754
    • 提供者:jiong33
  1. DuoXiangShi

    0下载:
  2. 自己编写的多项式拟合的例子程序,matlab多项式,。-I have written an example of polynomial fitting procedure, matlab polynomial.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1321
    • 提供者:水手
  1. shuzhijisuan

    0下载:
  2. 里面有用MATLAB自编的几个数值计算方面的几个程序,有拉格朗日多项式插值法,高斯消去法求解方程组,最小二乘法拟合,复合梯形公式求解数值积分-Some Useful MATLAB self inside the numerical calculation of the number of procedures, Lagrange polynomial interpolation method, Gaussian elimination method for solving equations,
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:10772
    • 提供者:arvin
  1. add

    0下载:
  2. 一元多项式相加程序及源代码,绝对可用 内部代码注释清晰,便于阅读。使用链表实现功能!-Polynomial sum of one dollar program and source code, internal code comments can be absolutely clear, easy to read. Achieved using the list features!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:13104
    • 提供者:李浩
  1. sjfx

    0下载:
  2. 关于matlab的方面的一些源代码。可以实现多项式函数计算,插值计算,和傅里叶变换,-Some aspects on the matlab source code. Polynomial function can calculate, interpolation, and Fourier transform, and so on
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:21819
    • 提供者:司文娟
  1. list

    0下载:
  2. 数据结构链表程序:一元多项式加减乘和求导拆分逆置,用的是C语言 -Program list data structure: a polynomial multiplication and addition and subtraction reverse split derivation set, using the C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:214498
    • 提供者:刘本龙
  1. mempa

    2下载:
  2. matlab源码实现记忆多项式模型的功放建模-Memory polynomial model power amplifier
  3. 所属分类:matlab例程

    • 发布日期:2013-09-24
    • 文件大小:618
    • 提供者:hally
  1. a-new-Least-squares-fitting-method

    1下载:
  2. 本程序是基于非等距节点的正交多项式的最小二乘法拟合算法,该算法已经在vc++6.0下调试通过,经多次验证,本算法的拟合误差较小。-This procedure is based on equidistant nodes of non-orthogonal polynomial least squares fit algorithm, which has been in vc++6.0 through debugging, after repeated verification, the algo
  3. 所属分类:Algorithm

    • 发布日期:2015-07-22
    • 文件大小:1024
    • 提供者:张科
  1. duoxiangshiCoculator

    0下载:
  2. 一元稀疏多项式计算器,MFC界面,C-Dollar sparse polynomial calculator, MFC interface, C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:3806364
    • 提供者:jiming
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com