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

搜索资源列表

  1. 一元多项式

    0下载:
  2. 一元多项式相加数据结构算法-sum of one yuan polynomial algorithm data structure
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1439
    • 提供者:金理华
  1. o

    0下载:
  2. 一个简单使用的求一元多项式相加 的程序 请大家多作点评
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1905
    • 提供者:ma
  1. yiyuanduoxiangsh

    0下载:
  2. 一元多项式相加, 一元多项式相加, 一元多项式相加, -one yuan polynomial together, the sum of one yuan polynomials and polynomials together, the sum of one yuan polynomials, one yuan polynomial together, the sum of one yuan polynomials an d polynomials together, the sum of o
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:1171
    • 提供者:ckdidi
  1. Add_Multiply_Polyn

    0下载:
  2. 两个一元多项式相加相乘源程序。用C++编写。-2 1 yuan polynomial multiplication combined source. C preparation.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1910
    • 提供者:陈光馨
  1. duoxiangshixiangjia

    0下载:
  2. windows编程工具Visual C++编写,数据结构作业,两个一元多项式相加源程序,多项式的系数coef是float型; 多项式的指数expn是int 型 ;-Visual C preparation, data structure operations, 2 1 yuan polynomial combined source, the polynomial coefficients is Coef float; Polynomial index expn is int type;
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1841
    • 提供者:刘宇
  1. 20061010101010

    0下载:
  2. 一元多项式相加. 从键盘输入两个一元多项式,输出两个多项式的和。-sum of one yuan polynomial. Keyboard input from two one yuan polynomial, output and the two polynomials.
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:1065
    • 提供者:sammi
  1. yiyuanduoxiangshijiajian

    0下载:
  2. 根据提示操作,可以实现任意一元多项式相加减
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11097
    • 提供者:陈良
  1. c语言一元多项式相加

    0下载:
  2. 一元多项式相加 模块具体功能如下: 1.链表存储多项式的结构 2.实现两个多项式相加-one yuan polynomial function of the sum of specific modules, as follows : 1. Chain store the structure of two polynomials. Add to achieve two polynomials
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1331
    • 提供者:马芳萍
  1. oneade

    0下载:
  2. 一元多项式相加程序,用于完成一元多项式的相加
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1436
    • 提供者:like
  1. 一元稀疏多项式的计算

    0下载:
  2. 一元多项式的计算,建立两个多项式,并进行相加,相减运算,输出结果.参考资料:严蔚敏《数据结构与算法》-one yuan polynomial calculations, the establishment of two polynomials, and together, subtract operation, the output results. References : Yan Wei Min "data structure and algorithm"
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1480
    • 提供者:王伟
  1. Polynomial-together

    0下载:
  2. 这是一个一元多项式相加的数据结构的小程序,是C++版的 -Polynomial together
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:893175
    • 提供者:Ben
  1. polyadd

    0下载:
  2. 一元多项式相加程序-One of the polynomial sum of the procedures
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1808
    • 提供者:姚益武
  1. yiyuanduxiangshi

    0下载:
  2. 两个一元多项式相加,C语言版,希望对大家有所帮助,-The sum of one dollar two polynomials, C language version, I hope all of you help,
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:1560
    • 提供者:张晓东
  1. 2-22

    0下载:
  2. 数据结构里面中的一元多项式的表示及相加,用到了比较复杂的数据结构-Data structure in which one of the polynomial expression and add
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3228
    • 提供者:hedy
  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. polynomial-

    0下载:
  2. 一元多项式相加减 #include<stdio.h> #include<malloc.h> typedef struct polynode /*用单链表存储多项式的结点结构*/ { int coef int exp struct polynode *next }node-Unary polynomial-phase addition and subtraction# include <stdio.h># incl
  3. 所属分类:Other windows programs

    • 发布日期:2016-01-25
    • 文件大小:1188
    • 提供者:张朗
  1. DataStructures

    0下载:
  2. Josephu问题,一元多项式的相加问题,模拟停车场管理问题等问题-Josephu problem, a polynomial of the sum of the problem, simulated car park management and other problems
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:40031
    • 提供者:时菁森
  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. 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. 多项式

    2下载:
  2. 一个一元稀疏多项式简单计算器。输入并建立多项式、按指数 降序输出多项式实现、多项式相加、相减、求导等操作(A simple calculator with sparse polynomials of one element. Enter and build polynomials, exponentially In descending order output polynomial realization, polynomial addition, subtraction, derivat
  3. 所属分类:其他

« 12 3 4 5 6 7 »
搜珍网 www.dssz.com