-
Archive-bd7a
说明: ARduino library for proteus
- 2019-04-10 15:40:24下载
- 积分:1
-
bp_filter
说明: BP_Filter: Apply a band-pass filter to a group of traces.
- 2020-05-01 18:46:53下载
- 积分:1
-
Japanese
Japanese-Vietnamese Dictionary - Jack Nguyen-Japanese-Vietnamese Dictionary- Jack Nguyen
- 2022-03-02 20:56:43下载
- 积分:1
-
ember_client
3d mmorpg worldforge的客户端代码,引擎使用ogre3d,支持平台window,linux,mac(3d mmorpg worldforge client-side code, the engine used ogre3d, support platform window, linux, mac)
- 2009-09-06 12:40:15下载
- 积分:1
-
yh636
对于初学matlab的同学会有帮助,小波包分析提取振动信号中的特征频率,IDW距离反比加权方法。( Matlab for beginner students will help, Wavelet packet analysis to extract vibration signal characteristic frequency, IDW inverse distance weighting method.)
- 2017-05-27 12:11:48下载
- 积分: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
-
这个脚本的目的是作为一个单独的脚本,可以很容易地集成…
This script was designed as a stand alone script which can be easily intergrate into any existing website as it is,but if you want to intergrate it into a site which uses a content management format, then some alterations will have to be done for
it to work properly. Remember this is a project and I am constantly working to improve it, so I can t guarantee that
it will work for everyones needs, but dammmmd close. -This script was designed as a stand alone script which can be easily intergrate into any existing website as it is, but if you want to intergrate it into a site which uses a content management format, then some alterations will have to be done forit to work properly. Remember this is a project and I am constantly working to improve it, so I can t guarantee thatit will work for everyones needs, but dammmmd close.
- 2023-06-13 06:40:03下载
- 积分:1
-
Python string
对python中数据类型字符串进行详细介绍,以及对正则表达式的申明(data type
alphabetic string
be in progress
detailed
introduce
declare)
- 2019-05-30 10:35:37下载
- 积分:1
-
Python bootcamp
python my bootcamp and so on
- 2018-08-28 00:49:37下载
- 积分:1
-
TCN-with-attention-master
说明: 基于注意力的的方法,预测使用的tcn,tcn是比lstm更好的一种预测方法,附数据(Based on the attention method, TCN is better than LSTM in prediction, with data attached)
- 2020-12-06 16:19:24下载
- 积分:1