-
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
-
本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是...
本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展-this program is the role of TEST language lexical analysis. 2, double-click operation input file name, or under the command prompt test input file name ... supports multiple documents simultaneously lexical analysis. 3, the procedure was VC6.0 testing environment, using the C syntax. Of course, there are C syntax. 4, the process left a lot of interface to question the future of grammar analysis and semantic analysis experiments expansion
- 2023-09-02 19:15:03下载
- 积分:1
-
dialog multiple expansion, expansion of the multiple dialog, the dialog multiple...
对话框多重展开,多重对话框的展开,对话框多重展开
- 2022-11-06 20:10:04下载
- 积分:1
-
This is a very nice edit box that contains a number of enhancements. Good result...
这是一个非常漂亮的编辑框,包含了一些增强的功能.效果不错.-This is a very nice edit box that contains a number of enhancements. Good results.
- 2022-03-12 22:47:05下载
- 积分:1
-
可以显示特殊边框的编辑框
可以显示特殊边框的编辑框-The edit which can display special edge
- 2022-11-29 23:30:03下载
- 积分:1
-
多
实现多区域编辑的输入控件-multi-regional edit controls on the importation
- 2022-08-09 01:16:53下载
- 积分:1
-
最新的流行的用户界面从三维又回到了二维平面,本程序介绍如何实现平面外观的编辑框...
最新的流行的用户界面从三维又回到了二维平面,本程序介绍如何实现平面外观的编辑框-the latest popular user interface from the 3D back to the two-dimensional plane, the procedures on how to achieve the appearance of the graphic editing Box
- 2022-05-10 16:19:04下载
- 积分:1
-
通过程序向RichEditView写文本,功能比较齐全
通过程序向RichEditView写文本,功能比较齐全-RichEditView through procedures to write text, more complete function
- 2023-08-30 04:50:03下载
- 积分:1
-
备忘录由by the Java源码
JAVA编写的记事本源程序 -JAVA memo prepared by the source
- 2022-01-25 15:19:13下载
- 积分:1
-
第四个标注特殊字符的编辑框
第四个标注特殊字符的编辑框-fourth edit which can label special chars
- 2022-05-15 03:49:01下载
- 积分:1