搜索资源列表
yan.c
- 一元多项式类型的链式实现 一元多项式类型的链式实现-one yuan polynomial type of chain to achieve one y uan polynomial type of chain to achieve
yyxj
- 一元多项式简单计算器,c语言,刚从网上找的-one yuan polynomial simple calculator, c language, just looking at the Internet
Add_Multiply_Polyn
- 两个一元多项式相加相乘源程序。用C++编写。-2 1 yuan polynomial multiplication combined source. C preparation.
duoxiangshixiangjia
- 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;
Oney+-
- 一元多项式加减程序 C 这是基在C下的数据结构算法-one yuan polynomial modified C-This is the C-based data structure algorithm
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语言版)数据结构课程设计大概模型
- 一元稀疏多项式计算器,2. 用户在首先在第一个提示信息的提示下选择是1.一元多项式加法 2.一元多项式减法 3.退出,当用户选择1.一元多项式加法,系统会提示您输入两个多项式信息,然后计算两个多项式的和并输出结果多项式。当用户选择2.一元多项式减法,系统会提示您输入两个多项式信息,然后计算两个多项式的差并输出结果多项式。当用户选择退出,则退回dos-one yuan sparse polynomial calculator, 2. Users first in a message prompte
一元多项式
- 一元多项式 c/c++
yiyuanduxiangshi
- 两个一元多项式相加,C语言版,希望对大家有所帮助,-The sum of one dollar two polynomials, C language version, I hope all of you help,
LNode
- 1、 随机产生或键盘输入一组元素,建立一个带头结点的单向链表(无序)。 2、 遍历单向链表。 3、 把单向链表中元素逆置(不允许申请新的结点空间)。 4、 在单向链表中删除所有的偶数元素结点。 5、 编写在非递减有序链表中插入一个元素使链表元素仍有序的函数,并利用该函数建立一个非递减有序单向链表。 6、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递增链表。 7、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递减链表。 8、 利用算法1建立的链表,
kechengshili
- c++课程设计计划实例 《整系数一元多项式的运算》-c++ examples of curriculum design, program
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
yiyuanduoxiangshi
- 通过c++创建一元多项式,能方便的进行增加删除相乘删除操作-By c++ create a polynomial, can easily be increased by multiplying the delete operation to delete
Yinzi
- 用C++编写的一元多项式的计算器,可做多项式的相乘、相减等-C++ written with a polynomial calculator, do polynomial multiplication, subtraction, etc.
duoxiangshiCoculator
- 一元稀疏多项式计算器,MFC界面,C-Dollar sparse polynomial calculator, MFC interface, C++
addition-of-polynominal
- 利用C++编程,实现一元多项式的加法。但仅限于指数是整形的情况。-The use of C++ programming, achieve a polynomial addition. But only the index case is plastic.
add
- 一元多项式的表示和相加的C++程序实现。-Polynomial representation and the sum of the C program.
list
- 在C++环境中实现线性表的基本操作,一元多项式的求导运算。-The basic operation of the linear table C++ environment, one yuan polynomial derivation operator.
a1
- 用C语言实现两个一元多项式的加减法,最近在看数据结构,想写点这类小程序-Two unary polynomial addition and subtraction using C language, look at the data structure, such as write a bit small program
assignment1
- 【问题描述】 设计一个实现一元稀疏多项式相加运算的演示程序。 【基本要求】 (1)输入并建立两个多项式; (2)多项式a与b相加,建立和多项式c; (3)输出多项式a,b,c。输出格式:比如多项式a为:A(x)=c1xe1+c2xe2+…+ cmxem,其中,ci和ei分别为第i项的系数和指数,且各项按指数的升幂排列,即0≤e1<e2<…<em。多项式b,c类似输出。([descr iption of the problem]