-
test123
说明: 继电保护运行,这是老师做的一个示例,可以用来参考(Relay protection operation,which is an example that the teacher did.It can be used for reference.)
- 2020-05-19 10:08:07下载
- 积分:1
-
Wavenetrecogniton
小波神经网络用于分类的基础源码,供参考!(Wavelet neural network for classification of basic source for information!)
- 2009-02-19 15:02:33下载
- 积分:1
-
JXC
说明: 使用方法重载来计算三角形,长方形和圆形的面积。给三维向量的加法设计运算符重载并测试结果(Use method overload to calculate the area of triangle, rectangle and circle. Overload the additive design operators for three-dimensional vectors and test the results)
- 2020-06-25 01:40:01下载
- 积分:1
-
kuimun
采用波束成形技术的BER计算,小波包分析提取振动信号中的特征频率,利用最小二乘算法实现对三维平面的拟合。( By applying the beam forming technology of BER Wavelet packet analysis to extract vibration signal characteristic frequency, Least-squares algorithm to fit a three-dimensional plane.)
- 2016-10-12 18:19:23下载
- 积分:1
-
Java实现窗体右键菜单
Java实现窗体右键菜单,简约易操作的窗体菜单,这是一个相当易懂的制作实例。
super( "右键弹出菜单" ); //调用父类构造函数
ChangeColorAction action = new ChangeColorAction(); //菜单项事件处理
String[] str = {"Blue","Pink","Yellow","Red","Orange"}; //菜单项名称
ButtonGroup colorGroup=new ButtonGroup(); //实例化按钮组
popupMenu=new JPopupMenu(); //实例化弹出菜单
items=new JRadioButtonMenuItem[5]; //初始化数组
for (int i=0;i items[i]=new JRadioButtonMenuItem(str[i]); //实例化菜单项
popupMenu.add(items[i]); //增加菜单项到菜单上
colorGroup.add(items[i]); //增加菜单项到按钮组
items[i].addActionListener(action); //菜单项事件处理
}
addMouseListener(new MouseAdapter(){ //窗口的鼠标事件处理
public void mousePressed( MouseEvent event ) { //点击鼠标
triggerEvent(event); //调用triggerEvent方法处理事件
- 2023-03-05 04:05:03下载
- 积分:1
-
自己编写的logistic程序,简单明了速度快
自己编写的logistic程序,简单明了速度快-I have written a logistic procedure, simple fast
- 2022-10-21 07:50:03下载
- 积分:1
-
cm
说明: 连续波信号的模糊函数MATLAB代码,可直接运行。(The Fuzzy Function MATLAB code of CW signal can run directly.)
- 2019-04-08 15:22:43下载
- 积分:1
-
Pull-SDK-Demo-master
zkteco pull sdk for connecting c3 devices
- 2020-06-25 06:40:02下载
- 积分:1
-
特效(改进版)
实现网页动态背景,鼠标点击有炫酷特效,演示:gugudy.vip(Realize the dynamic background of web page)
- 2020-06-16 14:20:01下载
- 积分:1
-
qqwuxiamb
一个简单的武侠小游戏源码。喜欢的可以下载来参考一下。本人也比较喜欢文字游戏。怀旧(A simple martial arts games source code. What you like can be downloaded for reference. I also prefer word games. Nostalgia)
- 2020-06-24 03:40:02下载
- 积分:1