-
此程序是如何利用SDK编码
此程序是如何利用SDK编码- How is this procedure codes using SDK
- 2022-07-27 14:55:58下载
- 积分:1
-
又一个标注特殊字符的编辑框
又一个标注特殊字符的编辑框-another edit which can label special chars
- 2022-03-04 00:02:47下载
- 积分:1
-
边缘的检测与提取,从一幅图象中将边缘提取出来供识别或处理使用...
边缘的检测与提取,从一幅图象中将边缘提取出来供识别或处理使用-edge detection and extraction, from the edge of an image will be extracted for use or disposal Recognition
- 2022-02-03 22:45:30下载
- 积分:1
-
本程序实现了对语法敏感的功能。有三个类为用色彩表示语法的文本编辑提供了一个可扩充的框架结构。...
本程序实现了对语法敏感的功能。有三个类为用色彩表示语法的文本编辑提供了一个可扩充的框架结构。-realized by the right syntax-sensitive functions. There are three categories for the use of color, said grammar text editor provides an extensible framework.
- 2022-02-13 04:24:57下载
- 积分: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
-
* Function: Input Double number in CEdit
* 支持拷贝和粘贴,粘贴的时候只支持数字和一个小数点,不让支持负号
*...
* Function: Input Double number in CEdit
* 支持拷贝和粘贴,粘贴的时候只支持数字和一个小数点,不让支持负号
* Last Update Date: 02-04-2009 11:32:06 Guang Zhou Logansoft.com
* Last Update Date: 02-05-2009 10:17:46 Guang Zhou Logansoft.com
*
* 使用方法:
* Add to Project file:EditNumeric.h/CPP
* Add the follow code in your StdAfx.h
* #include "EditNumeric.h"
* CEditNumeric m_Edit1-* Function: Input Double number in CEdit
* 支持拷贝和粘贴,粘贴的时候只支持数字和一个小数点,不让支持负号
* Last Update Date: 02-04-2009 11:32:06 Guang Zhou Logansoft.com
* Last Update Date: 02-05-2009 10:17:46 Guang Zhou Logansoft.com
*
* 使用方法:
* Add to Project file:EditNumeric.h/CPP
* Add the follow code in your StdAfx.h
* #include "EditNumeric.h"
* CEditNumeric m_Edit1
- 2022-07-04 06:40:23下载
- 积分:1
-
automatic chat source code, you do not when it can automatically reply to a mess...
自动聊天源代码,你不在的时候,它可以自动回复信息,这样不错哦-automatic chat source code, you do not when it can automatically reply to a message, oh well
- 2022-07-19 23:25:03下载
- 积分:1
-
第四个标注特殊字符的编辑框
第四个标注特殊字符的编辑框-fourth edit which can label special chars
- 2022-05-15 03:49:01下载
- 积分:1
-
全攻略jspSmartUpload上传和下载
上传下载全攻略jspSmartUpload-uploading and downloading the entire Raiders jspSmartUpload
- 2022-02-14 05:44:26下载
- 积分: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