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

搜索资源列表

  1. finds polynomial through given dots using Newton algorithm

    0下载:
  2. finds polynomial through given dots using Newton algorithm
  3. 所属分类:matlab例程

    • 发布日期:2017-11-25
    • 文件大小:962
    • 提供者:Olya
  1. Polynomial

    0下载:
  2. 用链表实现一元多项式的运算,在控制台做了一个简单的文本界面-List yuan polynomial arithmetic, do a simple text interface in the console
  3. 所属分类:Console

    • 发布日期:2017-11-09
    • 文件大小:1201204
    • 提供者:vell001
  1. Design-a-polynomial-sum-algorithm

    0下载:
  2. 设计一个一元多项式相加的算法程序。 两个一元多项式相加的运算规则是:两个多项式中所有指数相同的项,对应系数相加,若和不为0,则生成“和多项式”中的一项;对于所有指数不为相同的项,则分别复制到“和多项式”中去。 -Design a polynomial sum algorithm. Two unary polynomial sum arithmetic rule is: all indices in the same items of the two polynomials, and a
  3. 所属分类:EditBox

    • 发布日期:2017-11-07
    • 文件大小:251462
    • 提供者:马骏
  1. polynomial-multiplication

    0下载:
  2. 本程序可实现多项式乘法,可以输入多项式各项的指数和系数,还可以确定多项式的项数,多项式乘法-This program can achieve polynomial multiplication, you can enter the index and the coefficients of polynomial items, you can also determine the number of terms in the polynomial, polynomial multiplicatio
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-15
    • 文件大小:2339546
    • 提供者:Tubomi
  1. polynomial-delphi

    0下载:
  2. 本源代码实现对输入多项式任意次幂的加减乘除,使用delphi语言编写。注释详尽,便于初学者对链表的结构有详尽的认识。-This source code to achieve input polynomial any time power of add, subtract, multiply and divide, using Delphi language preparation. Detailed notes, facilitate beginners to chain table struc
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-24
    • 文件大小:183882
    • 提供者:纪参
  1. Polynomial-arithmetic

    0下载:
  2. 用delphi实现多项式的加法,减法和乘法-To achieve polynomial addition, subtraction and multiplication with delphi
  3. 所属分类:Delphi VCL

    • 发布日期:2017-12-01
    • 文件大小:346881
    • 提供者:wqh
  1. polynomial

    0下载:
  2. 主要用C++实现了数据结构中的多项式,可以进行加减乘除计算-Mainly implemented in C++ polynomial data structure can be addition, subtraction, multiplication and division calculation
  3. 所属分类:Console

    • 发布日期:2017-11-22
    • 文件大小:2463
    • 提供者:箫筱沐羽
  1. Calculate-the-polynomial

    0下载:
  2. 本程序用于计算多项式的值,输入x和y的值,而后按照计算优先级次序,依次将所得的值存入dx寄存器,计算完成之后即可输出。-This procedure used to calculate the value of the polynomial, input x and y values, and then according to the calculation priority order, in turn, will be the value in dx register, after the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-15
    • 文件大小:14733
    • 提供者:huibian
  1. polynomial-calculation

    0下载:
  2. 用C语言编写的一元稀疏多项式计算,包括加减乘三种计算类型-Written in C language, one yuan sparse polynomial, including addition and subtraction multiplication three types of calculations
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-16
    • 文件大小:185544
    • 提供者:TsaiCai
  1. Orthogonal-polynomial-curve-fitting

    0下载:
  2. 正交多项式最小二乘曲线拟合c语言程序代码-Orthogonal polynomial least squares curve fitting
  3. 所属分类:CSharp

    • 发布日期:2017-11-06
    • 文件大小:1506
    • 提供者:MrZhang
  1. polynomial

    0下载:
  2. c++多项式乘法,可实现负指数,数据结构作业-c++ polynomial multiplication
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:95865
    • 提供者:陶晟轶
  1. Polynomial

    0下载:
  2. 利用运算符重载完成多项式与多项式之间的加减乘除运算,也包括输入输出流运算符重载-To operator overloading completed between polynomials and polynomial arithmetic operations, including input and output streams operator overloading
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-05
    • 文件大小:2141
    • 提供者:zy
  1. Zernike-Polynomial

    0下载:
  2. 利用Zernike Polynomial实现功放模型的文献,IEEE新资料-Zernike Polynomial
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:983063
    • 提供者:lihua
  1. Polynomial-solution

    0下载:
  2. 用C写的多项式求解,用栈实现;判断读入的字符不是数字,是则进栈,然后判断它的下一个是不是数字,是就将数字栈里的顶元素退出并*10在加上该元素回栈-The polynomial written in C, with a stack implementation, the judge read into the character is not a number is the stack then determine the next it is not digital, will exit th
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-14
    • 文件大小:18869
    • 提供者:zhaojy
  1. Quadratic-polynomial

    0下载:
  2. 二次多项式差值,数值计算,C++源码,下载可用-Quadratic polynomial difference numerical calculation, C++ source code, available for download
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:1213
    • 提供者:杰瑞
  1. A-polynomial-derivation

    0下载:
  2. 关键词:数据结构,算法,一元多项式的求导算法。-A polynomial derivation。
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:910
    • 提供者:danzhenglian
  1. A-polynomial-summation

    0下载:
  2. 关键词:数据结构,算法,一元多项式的求和。-A polynomial summation.
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:848
    • 提供者:danzhenglian
  1. A-polynomial-quadrature

    0下载:
  2. 关键词:数据结构,算法,一元多项式的求积。-A polynomial quadrature
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:935
    • 提供者:danzhenglian
  1. A-polynomial-for-worse

    0下载:
  2. 关键词:数据结构,算法,一元多项式的求差。-A polynomial for worse
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:852
    • 提供者:danzhenglian
  1. polynomial

    0下载:
  2. 实验需要,一个多项式相加,一个多项式相乘,用代表头的非循环的单链表完成-Experimental needs, a polynomial, a polynomial multiplication, on behalf of head acyclic singly linked list is complete
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:2974
    • 提供者:zky
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com