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

搜索资源列表

  1. polynomial-with-linked-list

    0下载:
  2. 能够实现任意项有理多项式的加、减、乘、除、求模以及幂运算-Able to achieve any item rational polynomial plus, subtract, multiply, and exponentiation
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:9024
    • 提供者: wu ting
  1. Polynomial

    0下载:
  2. 数据结构课程设计一元多项式的实现(抽象数据类型)-Data structure courses to design a polynomial realization (abstract data type)
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:242509
    • 提供者:黄斌
  1. Polynomial-Phase-Signal_DOA

    1下载:
  2. 基于电磁矢量传感器的多项式信号源DOA和极化估计-Polynomial source DOA and polarization estimation of electromagnetic vector sensor
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:3405477
    • 提供者:郑桂妹
  1. polynomial-multiplication

    0下载:
  2. 可以实现两个一元多项式相乘,并且能够把两个多项式及结果输出,的算法代码-Can achieve two unary polynomial multiplied, and be able to put two polynomials and the resulting output of the algorithm code
  3. 所属分类:Data structs

    • 发布日期:2017-11-21
    • 文件大小:897730
    • 提供者:李小阳
  1. polynomial

    0下载:
  2. 用c++实现多项式运算,包括多项式相加相减,可以处理不同阶数的多项式加减法-c++ polynomial arithmetic
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:3257
    • 提供者:hepanfeng
  1. Polynomial

    0下载:
  2. 多项式的输入、存储,并且能够进行加减乘除的运算-Polynomial input, storage, arithmetic operations and can be performed
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:3776340
    • 提供者:xupengning
  1. Polynomial-together

    0下载:
  2. 数据结构,一元多项式相加。已编译通过,书本基本算法-Data structure, the sum of one yuan polynomial. Compiled by, books basic algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-11-24
    • 文件大小:411924
    • 提供者:guochuanlei
  1. Polynomial

    0下载:
  2. 编程练习题,多项式的计算,内包含C++代码,使用了类、数组。-Using dynamic arrays, implement a Polynomial class with polynomial addition, subtraction, and multiplication. Hint: A variable in a polynomial does nothing but act as a placeholder for the coefficients. Hence, the
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-21
    • 文件大小:1770
    • 提供者:沈晴雯
  1. polynomial-algorithm

    0下载:
  2. 设计一个多项式类,支持多项式的显示、加减运算、相乘运算,并且必须 使用链式结构来实现该多项式类,包括多项式的存储、显示与运算等等。-Design a polynomial class to support the display of the polynomial, addition and subtraction, multiplication, and must use the chain structure to achieve the polynomial class, includ
  3. 所属分类:CSharp

    • 发布日期:2017-12-03
    • 文件大小:746200
    • 提供者:theseaflows
  1. polynomial

    0下载:
  2. 多项式的乘法的类,含有自测main函数。-Polynomial multiplication of the class, containing a self-test function main.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-07
    • 文件大小:741
    • 提供者:lishuai
  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 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com