-
1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。
2、 运行环境:...
1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。
2、 运行环境:C++
3、 算法描述:首先,把输入的的多项式进行分析,把所有的系数放入一个单链表中llist,指数放入另一个单链表llist2中。然后再在指数链表中比较有没有相同的指数,如果有相同的指数,那就把相对应的系数进行求和,并把求和结果归并到llist2中;如果指数不相等的,就直接归并到llist2中。最后以指数的降幂形式输出。
-1, function : the program summation Operational polynomial, in the face of phase with the introduction of index coefficient of additive or subtraction, the index of output as it stood. The final output coefficients and the respective indices. Two, the environment : C 3, the algorithm Description : First, the importation of a polynomial analysis of all the factors into a single linked list (which, the index Add another single linked list llist2 China. Then in the index compared Linklist have the same index, if the same index, then the corresponding coefficient for peace, and the summation of the results of merging llist2; If the index is not equal, direct incorporation of llist2 China. The final index to a lower output in the form of pow
- 2023-08-10 17:40:03下载
- 积分:1
-
Replace this file with your MSI package (Windows Installer Setup).
Replace this file with your MSI package (Windows Installer Setup).
- 2023-07-03 23:15:03下载
- 积分:1
-
large integer multiplication, for arbitrarily large integers can be calculated r...
大整数相乘,对于任意大的整数都可以计算出结果!-large integer multiplication, for arbitrarily large integers can be calculated results!
- 2022-05-08 13:23:26下载
- 积分:1
-
一个小程序,可以在界面上进行绘声绘图,了解一下图形制作。...
一个小程序,可以在界面上进行绘声绘图,了解一下图形制作。-a small program interface can be conducted in graphic detail drawings, understand graphics production.
- 2022-02-10 12:34:16下载
- 积分:1
-
联合slider control使用的一个编辑框
联合slider control使用的一个编辑框-The edit which is associated with slider control
- 2023-01-15 05:10:03下载
- 积分:1
-
重载了CEdit,实现CFloatEdit和CIntEdit,支持数据循环处理(例如角度循环).jk_erran@163.com...
重载了CEdit,实现CFloatEdit和CIntEdit,支持数据循环处理(例如角度循环).jk_erran@163.com-a heavy CEdit achieve CFloatEdit CIntEdit and support data processing cycle (cycle perspective, for example). Jk_erran@163.com
- 2022-07-23 10:02:30下载
- 积分:1
-
Struts right and the principle of workflow, beginners and easy to understand Str...
这篇文档对Struts的原理和工作流程进行了介绍,便于初学者及想了解Struts的人员从整体和较高层次上掌握它。-Struts right and the principle of workflow, beginners and easy to understand Struts from the higher level and the overall master.
- 2022-02-16 07:55:23下载
- 积分:1
-
安全编辑框(secureeditex)编程示例,包括一些其他的有用功能...
安全编辑框(secureeditex)编程示例,包括一些其他的有用功能-security edit box (secureeditex) programming paradigm, including a number of other useful functions
- 2022-07-02 14:03:23下载
- 积分:1
-
一个CEditView派生类强调插入线。
A CEditView derived class that highlights the caret line.
- 2022-07-24 08:24:05下载
- 积分:1
-
一代IP地址控制,用户可以通过修改属性的变化…
一款生成IP地址控件,用户可通过修改属性改变生成IP地址的类型,提供了原代码方便用户进行修改.-A generation of IP address control, the user can change by modifying the attributes to generate the type of IP address, provides a user-friendly source code be modified.
- 2022-03-26 15:20:44下载
- 积分:1