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

搜索资源列表

  1. 一元多项式

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

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

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

  1. 一元多项式计算器

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

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

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

    • 发布日期:2017-03-30
    • 文件大小:200.24kb
    • 提供者: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
    • 文件大小:7.39kb
    • 提供者:hj
  1. polyadd

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

    • 发布日期:2017-03-30
    • 文件大小:1.77kb
    • 提供者:姚益武
  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
    • 文件大小:1.52kb
    • 提供者:张晓东
  1. 53629

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

    • 发布日期:2017-04-25
    • 文件大小:9.5kb
    • 提供者:陈培培
  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
    • 文件大小:1.79kb
    • 提供者:shuangqiuan
  1. 2-22

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

    • 发布日期:2017-04-14
    • 文件大小:3.15kb
    • 提供者: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
    • 文件大小:1.84kb
    • 提供者:xt
  1. san

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

    • 发布日期:2017-04-06
    • 文件大小:3.32kb
    • 提供者:刘彦龙
  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
    • 文件大小:3.79kb
    • 提供者: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
    • 文件大小:1.16kb
    • 提供者:张朗
  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
    • 文件大小:39.09kb
    • 提供者:时菁森
  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
    • 文件大小:892.63kb
    • 提供者:liulingfengcn
  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
    • 文件大小:1.13mb
    • 提供者:石灰
  1. 一元多项式计算器

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

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

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

« 12 3 4 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com