-
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
-
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
-
创建一个派生类,可以在任何时候改变编辑框的前景色和背景…
创建一个派生类,能随时随意改变编辑框的前景色与背景色.-Create a derived class can change at any time edit box of Foreground and background color.
- 2022-01-21 02:51:04下载
- 积分:1
-
一个自定义的编辑框
一个自定义的编辑框-a custom frame editor
- 2023-09-08 07:30:04下载
- 积分:1
-
Effective C++,介绍关于C++编程的规范问题以及应该注意的一些问题,跟高质量的C++编程差不多!是CHM格式的!...
Effective C++,介绍关于C++编程的规范问题以及应该注意的一些问题,跟高质量的C++编程差不多!是CHM格式的!-Effective C, C programming introduced on the issue of standardizing and should pay attention to some problems with high-quality C programming almost! Yes CHM format!
- 2022-02-14 19:07:47下载
- 积分:1
-
汇编开发软件汇 编语言集成编译器 1.0 汇编 语言集成编译器 1.0 汇编语言集成编译器 1.0...
汇编开发软件汇 编语言集成编译器 1.0 汇编 语言集成编译器 1.0 汇编语言集成编译器 1.0-compilation software integrated assembler language compiler 1.0 integrate d assembler language compiler 1.0 assembler language compiler integrated 1.0
- 2022-03-02 22:54:38下载
- 积分:1
-
关于设计模式的好文章 是一片关于设计模式的翁 大家给点意见...
关于设计模式的好文章 是一片关于设计模式的翁 大家给点意见-on design patterns is an excellent article on design patterns for everyone Weng points
- 2022-03-01 04:27:42下载
- 积分:1
-
重载自 CWnd 的编辑器,支持类似.NET网络的代码折叠,支持代码关键字高亮显示,可以通过自己编写扩展模块支持各种不同的语言...
重载自 CWnd 的编辑器,支持类似.NET网络的代码折叠,支持代码关键字高亮显示,可以通过自己编写扩展模块支持各种不同的语言-heavy since CWnd the editor, similar support.NET code folding support code keywords highlighted, and by extension to prepare their support for a wide variety of language
- 2022-01-26 05:57:17下载
- 积分:1
-
此程序是如何利用SDK编码
此程序是如何利用SDK编码- How is this procedure codes using SDK
- 2022-07-27 14:55:58下载
- 积分:1
-
original Chinese character input
本来在tc中输入输出汉字是不可能的事情,此程序采用描点的办法来输出汉字,对于学习单片机的非常 有用-original Chinese character input-output is impossible, this program uses a depiction point approach to the export of Chinese characters, learning SCM very useful
- 2022-02-10 06:54:26下载
- 积分:1