-
鼠标事件
package T1;
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
public class SimpleStamper extends Applet
implements MouseListener {
public
void init() {
setBackground(Color.black);
addMouseListener(this);
}
- 2023-07-07 16:35:02下载
- 积分:1
-
文本转换成语音tts,可以将文本自动转换为英文语音。只支持英文。...
文本转换成语音tts,可以将文本自动转换为英文语音。只支持英文。-Text converted to voice tts, text can be automatically converted to the English voice. Only supports English.
- 2022-03-07 17:22:49下载
- 积分:1
-
zchr_ver_alphy
说明: 一个人才网站有源码,所使用的技术是struts+jdbc。是一个学习strtuts页面表现层的一个不错的例子。是本人学习作品,仅供学习参考,不足这处请多指教。(site is a talent source, the technology used is the struts jdbc. Learning is a performance-strtuts pages of a good example. I was learning works, only to learn reference insufficient please enlighten Department.)
- 2006-01-13 09:31:57下载
- 积分:1
-
use EJB development of the calculator
使用EJB开发的计算器 -use EJB development of the calculator
- 2023-08-15 05:30:03下载
- 积分:1
-
下面的程序说明了通信接口的类的使用…
The program listed below illustrates the use of the communication interface class to open a connection to a remote APC UPS device. The program has two important functions named as snmpSet and snmpGet. These methods can be used as standalone methods.
- 2023-01-21 15:30:04下载
- 积分:1
-
spxy
spxy,用于校正集验证集划分,基于X、Y矩阵的校正集及验证的划分(Correction set verification set partition)
- 2019-05-25 20:11:17下载
- 积分:1
-
struts+ hibernate to achieve Logistics Management System
struts+hibernate实现物流管理系统-struts+ hibernate to achieve Logistics Management System
- 2022-03-22 23:19:50下载
- 积分:1
-
DFA
DFA自动状态机的JAVa编程实现。程序调试成功/(DFA using by JAVA.)
- 2015-09-23 16:42:48下载
- 积分:1
-
JAVA实现的父子窗体的实现的简单小程序
JAVA实现的父子窗体的实现的简单小程序-JAVA father and son forms the realization of the simple small program
- 2022-03-24 05:18:22下载
- 积分:1
-
Cipher-Of-SM2-SM3-SM4-master
说明: 基于Java语言的国密SM2/SM3/SM4算法库 , 包含加密/解密、签名/验签、摘要算法的实现代码和测试方法(Java language-based secret SM2/SM3/SM4 algorithm library, including encryption/decryption, signature/verification, digest algorithm implementation code and test methods)
- 2020-06-22 20:20:01下载
- 积分:1