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

搜索资源列表

  1. 一元多项式

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

    • 发布日期:2008-10-13
    • 文件大小:1439
    • 提供者:金理华
  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. 一元多项式

    1下载:
  2. 一元多项式 c/c++
  3. 所属分类:其他小程序

  1. 数据结构一元多项式报告

    1下载:
  2. 数据结构一元多项式报告
  3. 所属分类:软件工程

  1. 一元多项式计算器

    0下载:
  2. 一元多项式计算器
  3. 所属分类:系统编程

    • 发布日期:2011-08-25
    • 文件大小:2472185
    • 提供者:sandara
  1. duoxiangshi

    0下载:
  2. 编程求两个一元多项式的乘积。 输入   输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。   例如:1+2x+x2表示为:<1,0>,<2,1>,<1,2>, 输出   以指数递增的顺序输出乘积: <系数,指数>,<系数,指数>,<系数,指数>,   零多项式的输出格式为:<0,0>,-Program
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:205042
    • 提供者:martinwok
  1. 01131516409

    0下载:
  2. 简单的一元多项式计算器,C语言,包含程序原代码和课程设计文挡-One simple polynomial calculator, C language, contains procedures for the original code and curriculum design text block
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:7567
    • 提供者:hj
  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. 53629

    0下载:
  2. 一元多项式计算器 可以实现加减等 大家参考参考把 -One dollar polynomial addition and subtraction, such as calculators can achieve your information to
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:9733
    • 提供者:陈培培
  1. exe1

    0下载:
  2. 这是一个小小的程序,主要描述的一元多项式的加减乘除!-This is a small procedure, described in one major addition and subtraction, multiplication and division of the polynomial!
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1830
    • 提供者:shuangqiuan
  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. yydxs

    0下载:
  2. 本程序用C语言编写,完成一元多项式的代数运算,加减乘。-This procedure using C language, completing a polynomial algebraic computation, addition and subtraction by.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1887
    • 提供者:xt
  1. san

    0下载:
  2. 数据结构+一元多项式计算器数据结构+一元多项式计算器-Data structures+ one dollar calculator polynomial data structures+ one dollar polynomial calculator
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:3395
    • 提供者:刘彦龙
  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. 一元多项式的运算

    1下载:
  2. 利用c语言实现的一元多项式的运算。程序能够完成如下功能:(1)创建多项式;(2)打印显示多项式;(3)销毁多项式;(4)复制多项式;(5)求两个多项式的和;(6)求两个多项式的差;(7)求两个多项式的积;(8)求一个多项式的n次幂;(9)计算一个多项式在x=a处的值;(10)退出。
  3. 所属分类:文档资料

  1. -一元多项式的求和

    0下载:
  2. 一元多项式求和,面向对象程序设计,课程设计作业(It's about sum of unary polynomials and object oriented programming,It's my homework about .curriculum design.)
  3. 所属分类:网络编程

    • 发布日期:2017-12-18
    • 文件大小:1189888
    • 提供者:石灰
  1. 一元多项式计算器

    0下载:
  2. 一元多项式计算器可输入负号20个字要我怎么写呀,现在够不够了(One element polynomial calculator)
  3. 所属分类:数据结构

    • 发布日期:2018-01-07
    • 文件大小:5120
    • 提供者:RuizJoker
  1. 一元多项式

    1下载:
  2. 实现一元多项式包括定积分、不定积分在内的各种运算(Realizing various operations of one-variable polynomial including definite integral and indefinite integral)
  3. 所属分类:Windows编程

    • 发布日期:2020-10-14
    • 文件大小:3072
    • 提供者:马斯切拉诺
« 12 3 4 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com