-
SSA
奇异谱方法( SSA) 是一种特别适合于研究周期振荡行为的分析方法, 它是从时间序列的动力重构出发, 并与经验正交函数相联系的一种统计技术, 是EOF分解的一特殊应用。分解的空间结构与时间尺度密切相关, 可以较好地从含噪声的有限尺度时间序列中提取信息, 目前已应用于多种时间序列的分析中(Singular spectrum method (SSA) is a kind of analysis method which is especially suitable for studying periodic oscillation behavior. It is a statistical technique based on dynamic reconstruction of time series and associated with empirical orthogonal function. It is a special application of EOF decomposition. The spatial structure of decomposition is closely related to the time scale. It can extract information from the finite-scale time series with noise. Now it has been applied to the analysis of many time series.)
- 2018-10-04 13:09:05下载
- 积分:1
-
带书签-电力电子技术 第5版 12474073(1)
说明: 王兆安先生编写的《电力电子技术》电子版,十分适合电气工程专业学生。(The electronic edition of power electronics technology compiled by Wang Zhaoan is very suitable for students majoring in electrical engineering.)
- 2020-03-10 19:52:25下载
- 积分:1
-
DVB硬件设计电路,包括原理图、PCB等,可以直接使用
DVB硬件设计电路,包括原理图、PCB等,可以直接使用-DVB hardware circuit design, including schematic, PCB and so on, can be directly used
- 2022-02-16 01:04:42下载
- 积分:1
-
CSS js实现鼠标悬停放大的内容列表
CSS js实现鼠标悬停放大的内容列表,鼠标放上后,对图标进行放大,着重显示当前的列表项内容,可广泛应用于SNS网站、产品网站、文章网站、视频站都可以使用,以前见过的,就觉得挺喜欢,这是特意从网上找的代码分享给大家。
- 2022-01-25 20:32:52下载
- 积分:1
-
数值分析函数插值法
数值分析函数插值方法-numerical analysis function interpolation method
- 2022-01-26 06:35:34下载
- 积分:1
-
Java生成一个文件打开的文件选择对话框窗口
Java生成一个文件打开的文件选择对话框窗口,和Win系统的浏览文件窗口相似,使用Java代码模拟实现的窗口程序,相关代码如下:
button.addActionListener(new ActionListener() { //按钮事件处理
public void actionPerformed(ActionEvent e) {
int state; //文件选择器返回状态
chooser.removeChoosableFileFilter(chooser.getAcceptAllFileFilter()); //移去所有文件过滤器
chooser.addChoosableFileFilter(new MyFileFilter("gif","图像文件")); //增加文件过滤器,接爱gif文件
if (comboBox.getSelectedIndex()==0) //组合框为"打开"
state=chooser.showOpenDialog(null); //显示打开文件对话框
else
state=chooser.showSaveDialog(null); //显示保存文件对话框
File file = chooser.getSelectedFile(); //得到选择的文件
- 2022-11-18 17:40:03下载
- 积分:1
-
ansys程序
ansys骨料生成,用于球形随机骨料的产生。用于混凝土和沥青分析(The ANSYS aggregate is generated for the production of spherical random aggregate. Analysis of concrete and asphalt)
- 2020-10-27 21:39:58下载
- 积分:1
-
RapidIO-3.1-Specification
说明: RapidIO-3.1-Specification,用于rapido的规范的解读,可以更加深入的了解rapido的整个架构。(RapidIO-3.1-Specification, which is used to interpret the specifications of rapido, can provide a deeper understanding of the overall framework of rapido.)
- 2020-06-23 04:40:02下载
- 积分:1
-
IAP-Bootloader V1.0
STM32F103C8T6软件升级IAP的Bootloader文件实测可用(STM32F103C8T6 Software Upgrade IAP Bootloader File is available)
- 2020-06-25 05:20:02下载
- 积分:1
-
点击放大的Flash相册
点击放大的Flash相册,每次刷新页面自动打散图片,以缩略图方式显示,随意点击一张图片,在当前放大显示,双击返回缩略图。带有Flash源文件。
- 2022-03-19 15:23:41下载
- 积分:1