-
刚写好的一个EDIT小程序
刚写好的一个EDIT小程序-just write a small program EDIT
- 2023-02-17 10:20:04下载
- 积分:1
-
beautiful edit box
漂亮的编辑框-源代码-beautiful edit box-source
- 2022-01-25 14:24:07下载
- 积分:1
-
在程序运行时,经常需要输入一些数据,数据输入的正确与否影响到程序的正常运行.因此,有必要对输入的数据进行检验.过滤掉不合法的数据....
在程序运行时,经常需要输入一些数据,数据输入的正确与否影响到程序的正常运行.因此,有必要对输入的数据进行检验.过滤掉不合法的数据.-in running, often need to import some data data input correct or not affect the normal operation procedures. Therefore, it is necessary to input data for examination. do not filter out legitimate data.
- 2022-04-19 08:18:52下载
- 积分:1
-
可以拖放数据的Edit控件
可以拖放数据的Edit控件-The edit which can drag and drop data
- 2023-04-24 04:15:03下载
- 积分:1
-
一个很漂亮的web上的Grid可以托拽,排序,取值
一个很漂亮的web上的Grid可以托拽,排序,取值-a very nice web of Grid can drag, scheduling, value
- 2022-02-03 06:19:31下载
- 积分: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
-
如何混合使用Jsp和SSI #include? 在JSP中可以使用如下方式包含纯HTML: <!...
如何混合使用Jsp和SSI #include? 在JSP中可以使用如下方式包含纯HTML: 但是如果data.inc中包含JSP CODE ,我们可以使用: 如何执行一个线程安全的JSP? 只需增加如下指令 JSP如何处理HTML FORM中的数据? 通过内置的request对象即可,如下: 在JSP如何包含一个静态文件? 静态包含如下: 动态包含如下: 在JSP中如何使用注释? 主要有四中方法: 1。 2。// 3。/**与**/ 4。-how mixed use Jsp and SSI# include JSP can be used as follows contains pure HTML : lt ;!--# include file = "data.inc"-- gt; But if data.inc JSP CODE contains, we can use : lt ; % @ include file = "data.inc"% gt; how to implement a security thread JSP only increased as follows instructions lt; % @ page isThreadSafe = "false"% gt; JSP HTML FORM how to handle the data through built-in
- 2022-01-28 18:56:30下载
- 积分:1
-
withdrawal achieve multiple functions, interested friends can see
实现多重撤消功能,有兴趣的朋友可以研究一下-withdrawal achieve multiple functions, interested friends can see
- 2022-07-17 09:33:40下载
- 积分:1
-
基于JAVA实现的简单编辑器,
*EditFace实现了界面制作;
*EditFace$FileOpen完成了打开文件功能;
*EditFac...
基于JAVA实现的简单编辑器,
*EditFace实现了界面制作;
*EditFace$FileOpen完成了打开文件功能;
*EditFace$FileSave完成了保存文件功能;
*Edit$FindAndReplace查找与替换窗口;
*Edit$AutoSave自动备分文件线程;
*Edit$SaveFileDialog保存文件对话框;
*SetKey添加关键字;
*SetColor设置颜色;
*About程序基本介绍;
*Edit组合各个窗口,并实现功能。-based on the simple JAVA editor,* EditFace realized interfaces;* EditFace $ FileOpen completed the open file function;* EditFace $ FileSave completed a document retention function;* Edit $ FindAndReplace search and replacement windows;* Edit $ AutoSave Automatic Backup documents threads ;* Edit $ SaveFileDialog save dialog;* SetKey add keywords;* SetColor set color;* About introductory procedures;* Edit window various combinations, and to achieve functional.
- 2022-02-07 14:31:04下载
- 积分:1
-
可以控制每个位置输入值的格式编辑框
可以控制每个位置输入值的格式编辑框-The edit which can control the style of input in each place
- 2022-03-02 21:04:39下载
- 积分:1