-
MFC文本框和文本文件的数据交换
MFC文本框和文本文件的数据交换-MFC text boxes and text files for data exchange
- 2022-08-12 14:54:53下载
- 积分:1
-
旅行商算法算出全国31外城市的最短单源路径。
旅行商算法算出全国31外城市的最短单源路径。-traveling salesman algorithm calculates the country"s 31 cities outside the single source shortest paths.
- 2022-03-22 21:14:44下载
- 积分:1
-
winapi32hssm API api.api
winapi32hssm api api.api-winapi32hssm
- 2022-01-22 17:34:21下载
- 积分:1
-
VC缟的密码查看器,程序代码比较小,但很有用
VC缟的密码查看器,程序代码比较小,但很有用-VC Banded password viewer, the program code is relatively small, but useful
- 2023-06-28 12:20:03下载
- 积分:1
-
刚写好的一个EDIT小程序
刚写好的一个EDIT小程序-just write a small program EDIT
- 2023-02-17 10:20:04下载
- 积分:1
-
RichEdit编辑框
RichEdit编辑框-RichEdit edit box
- 2022-03-20 12:31:52下载
- 积分:1
-
扁平编辑框控件
扁平编辑框控件-Editbox control
- 2022-01-26 06:21:41下载
- 积分:1
-
自己写的关于CEdit的一个类,当CEdit选为只读背景色还是为白色的。...
自己写的关于CEdit的一个类,当CEdit选为只读背景色还是为白色的。-Himself wrote about in a CEdit class, when the CEdit background color of selected read-only or for the white.
- 2022-08-23 22:04:45下载
- 积分:1
-
可滚动的编辑框,可以直接操作增加或减少数字
可滚动的编辑框,可以直接操作增加或减少数字-can edit box, can operate directly increase or decrease figures
- 2022-02-12 03:49:23下载
- 积分: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