搜索资源列表
多项式求和
- 1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。 2、 运行环境:C++ 3、 算法描述:首先,把输入的的多项式进行分析,把所有的系数放入一个单链表中llist,指数放入另一个单链表llist2中。然后再在指数链表中比较有没有相同的指数,如果有相同的指数,那就把相对应的系数进行求和,并把求和结果归并到llist2中;如果指数不相等的,就直接归并到llist2中。最后以指数的降幂形式输出。
polysum
- 多项式求和计算的程序-polynomial SUMMATION procedures
hkjh
- 这是用C++编写的程序,可以实现多项式的求和。-C preparation procedures can be achieved polynomial summation.
suanshuqiuhe
- 数据结构实验:实现两表达式算术求和 任务:能够按照指数降序排列建立并输出多项式; 能够完成两个多项式的相加、相减,并将结果输入; -experimental data structure : achieving two arithmetic expressions Summation tasks : According to index in descending order and the establishment of export polynomial; to complet
lianbiaodeyingyong
- 链表的应用,两个多项式的求和。做的不是很好,忘见谅,也希望大家多提意见
c
- 大灰狼和小白兔 大数的乘法 多项式求和 浮点取整
C源代码实例
- 包含220个C语言的各种源程序:001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010 猜数字游戏 011 模拟ATM(自动柜员机)界面 012 用一维数组统计学生成绩 013 用二维数组实现矩阵转置 014 求解二维数组的最大/最小元素 015 利用数组求前n个
WL40987330 C语言算法集
- 目录 第一部分 基础篇 001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010&
hsbj
- 1.级数求和 2.多项式和有理函数 3.切比雪夫逼近 4.积分和导数的切比雪夫逼近 5.有切比雪夫逼近函数的多项式逼近-1. Sum 2. Polynomials and rational functions 3. Chebyshev approximation 4. Integrals and derivatives of Chebyshev approximation 5. There Chebyshev approximating function of the polyn
MyPoly
- 多项式求和的计算,多项式求和的计算 多项式求和的计算-The Plus of Poly
sum
- 一个比较快速和简便的多项式求和程序,功能强大-multinomial polynomial quantic
Polynomial
- 多项式的计算,采用链表结构,对两个多项式进行求和-Polynomial calculation, using the list structure, the sum of two polynomials
exp2-7
- 对多项式A,B进行求和,并对AB进行排序。-Polynomial A, B and, and sort AB.
sum
- 多项式的计算问题,这个小程序实现了多项式的求和的计算,输入系数和次数,并以-1 -1 结束-Polynomial computational problems, this small program enables the calculation of polynomial derivation, input coefficients and the frequency and to the end of-1-1
MACD
- 用MACD 指令完成多项式的求和。系数放在程序存储器,变量放在数据存储器。-Polynomial with the MACD instruction to complete the sum. Coefficients in program memory, variable on the data memory.
PolyArith
- 数据结构乘客设计案例精编中的多项式求和、相乘-Data structures passengers for fine design cases polynomial sum, multiplied
polyn
- 一个多项式计算器,能计算多项式的值,对多项式求和差积商余,积分微分,等小功能,是中科大顾为滨老师的作业题,界面友好,容错性好-A polynomial calculator can calculate the value of the polynomial USTC Gu Bin teacher job title, the polynomial summation poor plot I, integral-derivative, and other small, friendly inter
Experimental-data-structure
- 数据结构的一些基本实验,包括多项式求和,后缀表达式求解,稀疏矩阵,循环队列的实现等,可以对刚开始学习数据结构的学生有很大的帮助-Some of the basic structure of the experimental data, including polynomial summation, postfix expression solving sparse matrix, the realization of the circular queue students just beginn
A-polynomial-summation
- 关键词:数据结构,算法,一元多项式的求和。-A polynomial summation.
sx413
- 此算法实现了多项式求和,利用栈实现。主要应用了出栈、入栈、查看栈顶指针等-easy C Program