搜索资源列表
多项式求和
- 1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。 2、 运行环境:C++ 3、 算法描述:首先,把输入的的多项式进行分析,把所有的系数放入一个单链表中llist,指数放入另一个单链表llist2中。然后再在指数链表中比较有没有相同的指数,如果有相同的指数,那就把相对应的系数进行求和,并把求和结果归并到llist2中;如果指数不相等的,就直接归并到llist2中。最后以指数的降幂形式输出。
shareinfo
- *** Installation Started 06/16/2005 14:52 *** Title: 天网防火墙个人版V2.70 安装 Source: G:\\Downloads\\天网防火墙个人版 v2.7.0.1 Final 零售版\\天网防火墙个人版 v2.7.0.1 Final 零售版\\Setup\\SkynetPFW_Retail_Release_v2.70_Build0909@ttdown.com.EXE | 09-09-2004 | 04:04:54 | 550870
MydesktopClock
- 桌面时钟软件,最后一个了,我尽力了桌面时钟软件,最后一个了,我尽力了-desktop clock software, the final one, I tried the desktop clock software, the final one, I tried the
AutoCompleteTextBox
- This article is an elementary tutorial that shows you how you can have auto-completing combo-boxes in your Managed C++ programs. Of course it wouldn t be much of a difficulty to convert the code straight to C# or VB .NET. The technique described in t
Final
- 通过输入动压静压或高度速度能够方便的进行大气数据计算。-air calculation.
sort
- MFC程序,实现冒泡法数字排序,按要求输入数字后点击排序即可获得最终结果。-MFC procedures, digital bubble sort method, enter the number required and click to sort the final result can be obtained.