搜索资源列表
一元多项式
- 一元多项式相加数据结构算法-sum of one yuan polynomial algorithm data structure
c语言一元多项式相加
- 一元多项式相加 模块具体功能如下: 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
一元多项式
- 一元多项式 c/c++
一元多项式计算器
- 一元多项式计算器
duoxiangshi
- 编程求两个一元多项式的乘积。 输入 输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。 例如:1+2x+x2表示为:<1,0>,<2,1>,<1,2>, 输出 以指数递增的顺序输出乘积: <系数,指数>,<系数,指数>,<系数,指数>, 零多项式的输出格式为:<0,0>,-Program
01131516409
- 简单的一元多项式计算器,C语言,包含程序原代码和课程设计文挡-One simple polynomial calculator, C language, contains procedures for the original code and curriculum design text block
polyadd
- 一元多项式相加程序-One of the polynomial sum of the procedures
yiyuanduxiangshi
- 两个一元多项式相加,C语言版,希望对大家有所帮助,-The sum of one dollar two polynomials, C language version, I hope all of you help,
53629
- 一元多项式计算器 可以实现加减等 大家参考参考把 -One dollar polynomial addition and subtraction, such as calculators can achieve your information to
exe1
- 这是一个小小的程序,主要描述的一元多项式的加减乘除!-This is a small procedure, described in one major addition and subtraction, multiplication and division of the polynomial!
2-22
- 数据结构里面中的一元多项式的表示及相加,用到了比较复杂的数据结构-Data structure in which one of the polynomial expression and add
yydxs
- 本程序用C语言编写,完成一元多项式的代数运算,加减乘。-This procedure using C language, completing a polynomial algebraic computation, addition and subtraction by.
san
- 数据结构+一元多项式计算器数据结构+一元多项式计算器-Data structures+ one dollar calculator polynomial data structures+ one dollar polynomial calculator
yiyuanduoxiangshi
- 数据结构:用链表做存储结构求两个一元多项式相加的结果-Data structures: The linked list storage structure seeking to do two one dollar sum of the results of polynomial
polynomial-
- 一元多项式相加减 #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
DataStructures
- Josephu问题,一元多项式的相加问题,模拟停车场管理问题等问题-Josephu problem, a polynomial of the sum of the problem, simulated car park management and other problems
duoxiangshi
- 用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
-一元多项式的求和
- 一元多项式求和,面向对象程序设计,课程设计作业(It's about sum of unary polynomials and object oriented programming,It's my homework about .curriculum design.)
一元多项式计算器
- 一元多项式计算器可输入负号20个字要我怎么写呀,现在够不够了(One element polynomial calculator)
一元多项式
- 实现一元多项式包括定积分、不定积分在内的各种运算(Realizing various operations of one-variable polynomial including definite integral and indefinite integral)