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

搜索资源列表

  1. unitary

    0下载:
  2. 这是本人的数据结构课程的课程设计。题目是一元多项式的实现。内附课程设计报告报告。-This is my data structure courses in curriculum design. The subject is a polynomial realization. Reports included curriculum design.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:29454
    • 提供者:柯安滨
  1. 1

    0下载:
  2. 这是一个简单的一元多项式的计算的程序,运用了数据结构中的简单的思想,使用与正在学习数据结构与算法的同学-This is a simple calculation of a polynomial procedure, using a simple data structure ideas, using the data structure and algorithm are learning to students
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1796354
    • 提供者:lujingjin
  1. jisuanjiruanjianjishujichu

    0下载:
  2. 可以用于单链表实现一元多项式的相加,以便在计算时用到,这是单链表的基本类型。-Single linked list can be used to achieve a dollar sum of polynomial order used in the calculation, which is a single list of basic types.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:76689
    • 提供者:何晶晶
  1. Unarypolynomialadditionsubtractionmultiplicationim

    0下载:
  2. 实现一元多项式的加法、减法、乘法和除法。-Realize a polynomial of addition, subtraction, multiplication and division.
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:1658
    • 提供者:刘传邦
  1. Polynomial

    0下载:
  2. 一元多项式的计算,包括加减乘,数据输入时只输入序数和指数,中间有简单的排序,结果按照多项式的降序输出。-Unary polynomial calculations, including addition and subtraction multiplication, data entry only when the input sequence number and index, middle simple sort, the results in descending order accor
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2569
    • 提供者:小伏
  1. shujujiegou

    0下载:
  2. 用C++做的数据结构课程设计,内含三个项目,项目一 牛顿迭代法的数据结构,项目二 一元多项式计算,项目三 民航订票系统-Done using C++ data structures curriculum design, containing three items, the project of a Newton iteration of the data structure, project 21 yuan polynomial terms, the three civil aviation
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1166815
    • 提供者:tdpeng
  1. polynomialmultiplicationadditionsubtraction

    0下载:
  2. 数据结构中 实现 一元多项式的加法 减法 乘法 -Data structure to achieve a dollar' s addition subtraction multiplication of polynomials
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2638
    • 提供者:流水有声
  1. yiyuanduoxiangshi

    0下载:
  2. 通过c++创建一元多项式,能方便的进行增加删除相乘删除操作-By c++ create a polynomial, can easily be increased by multiplying the delete operation to delete
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:916183
    • 提供者:qiancheng
  1. Multinomial

    0下载:
  2. 实现一元多项式的相加相减运算,以链表的形式表现-Realize the sum of one dollar polynomial subtraction operations to the form of linked list
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1844
    • 提供者:刘媛
  1. Unary_polynomial

    0下载:
  2. 两个一元多项式相乘的算法,假设A(x)和B(x)为多项式,则M(x)=A(x)*B(x)其中,每一项都是一个一元多项式-Two unary polynomial multiplication algorithm, assume that A (x) and B (x) is polynomial, then M (x) = A (x)* B (x) which is a one dollar each polynomial
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:191350
    • 提供者:
  1. polynomial

    0下载:
  2. 一个简单的一元多项式,刚开始学数据结构的同学们可能会用到-A simple one polynomial, the beginning students learn the data structure may be used
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:208557
    • 提供者:coco
  1. Polynomial

    0下载:
  2. 一元多项式的加法、减法、乘法的实现,采用顺序和动态存储结构实现,输出结果的升幂和降幂两种排列情况-Unary polynomial addition, subtraction, multiplication implementation, using dynamic storage structures to achieve order and output the result of ascending and descending the arrangement of two
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2122
    • 提供者:王安平
  1. Polynomial

    0下载:
  2. 利用线性表实现一个一元多项式Polynomial f(x) = a0 + a1x + a2x2 + a3x3 + … + anxn -The realization of a linear form of Multinomial Polynomial f (x) = a0+ a1x+ a2x2+ a3x3+ ...+ anxn
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:997091
    • 提供者:莫凡
  1. duoxiangshi

    0下载:
  2. 一元多项式的相加,单链表实现的,挺简单的,第一次传的,多多见谅-The sum of Multinomial single linked list to achieve, quite simply, the first pass, and a lot of excuse me
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:806
    • 提供者:198996
  1. Yinzi

    0下载:
  2. 用C++编写的一元多项式的计算器,可做多项式的相乘、相减等-C++ written with a polynomial calculator, do polynomial multiplication, subtraction, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:2637
    • 提供者:许志勇
  1. polynomial

    0下载:
  2. 一元多项式相加,创建单链表操作,然后用单链表返回值-Of Multinomial added together, create a single list operation, then the return value with a single linked list
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:195554
    • 提供者:yesmylord
  1. plus

    0下载:
  2. 《数据结构》 用c 语言实现的 两个一元多项式相加-plus
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:26112
    • 提供者:杨采凤
  1. y3

    0下载:
  2. 一元多项式简单计算,简单,很简单的代码哦!-calculator
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-04
    • 文件大小:1314289
    • 提供者:luo
  1. yiyuanduoxiangshi

    0下载:
  2. 一元多项式的相加和相减,求值和求导,是一个简单而实用的小程序。-Sum of one dollar and subtraction of polynomials, find the value and derivative, is a simple and useful little program.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:897516
    • 提供者:Tiffany
  1. yiyuanduoxiangshi

    0下载:
  2. 数据结构 一元多项式的加、减、乘简单运算-Data structure of Multinomial add, subtract, multiply simple operation
  3. 所属分类:Data structs

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