-
重载自 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
-
备忘录由by the Java源码
JAVA编写的记事本源程序 -JAVA memo prepared by the source
- 2022-01-25 15:19:13下载
- 积分:1
-
这个源程序向你介绍了怎样摆脱密码束缚的问题,程序包里有完整的源代码,并有相应的说明。...
这个源程序向你介绍了怎样摆脱密码束缚的问题,程序包里有完整的源代码,并有相应的说明。-the source to tell you how to shake off the shackles of password problems, procedures bag with complete source code and a corresponding note.
- 2022-08-21 05:03:04下载
- 积分:1
-
根据内容自动显示滚动条
根据内容自动显示滚动条-content automatic roll
- 2022-11-26 19:25:04下载
- 积分:1
-
自动检查输入并根据输入来激活确认按钮的编辑框控件
自动检查输入并根据输入来激活确认按钮的编辑框控件-EditBox control which can check input automatically and reactive the botton with input
- 2022-04-12 10:00:31下载
- 积分:1
-
用JAVA编写的一个可以帮助背单词的软件原带、代码哈
用JAVA编写的一个可以帮助背单词的软件原带、代码哈-prepared with Java can help carry a word with the original software, code Kazakhstan
- 2022-03-20 04:29:36下载
- 积分:1
-
关于设计模式的好文章 是一片关于设计模式的翁 大家给点意见...
关于设计模式的好文章 是一片关于设计模式的翁 大家给点意见-on design patterns is an excellent article on design patterns for everyone Weng points
- 2022-03-01 04:27:42下载
- 积分:1
-
color_edit 编辑框! 可以分色的! 可以做语法的!
color_edit 编辑框! 可以分色的! 可以做语法的!-color_edit edit box! Separation can! Grammar can be done!
- 2022-01-25 21:18:36下载
- 积分: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
-
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