-
基于Matlab的ARMA模型时间序列分析法仿真
对ARMA时间序列模型在matlab上进行仿真实现。(The ARMA time series model is simulated on matlab.)
- 2017-07-12 17:07:39下载
- 积分:1
-
YCArray
说明: /**
* 动态数组的模板类
* 1.支持字符索引
* 2.方便的添加删除修改任意一项
* 最后更新 2004-8-9 yzh
**1.优化了字符索引的运作方式,使用数组存储
**2.重写了底层数据的存储,将连续性的存储方式改为了非连续,
*** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速
* 用法如:
* YCArray<int,int> test
* test.Add("Number2",4)
* test.Add("Number1",2)
* printf("%d %d",test["Number1"],test["Number2"])
* 显示:
* 2 4
*******
*******
History:
2004-11-19
修改了析构函数,解决了索引没有释放的bug
**/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
- 2005-09-06 13:03:51下载
- 积分:1
-
C#摄像头视频录像源代码
简单的C#视频录像,编译通过,你可以使用windows的AVICap 类轻松地完成视频捕获。AVICap 提供给应用程序一个简单的、基于消息的接口去访问视频设备,并且可以控制处理视频流捕获,但未用视频压缩,希望以后加入!Microsoft® Video for Windows® (VFW) 提供的函数可以让应用程序去处理视频数据。 VFW 在16位Windows的时候就被引入了。它的许多重要功能已经被DirectX取代了。 要获得更多的信息,你可以参考DirectX 的文档。现在将介绍VFW的视频捕获!
- 2023-05-19 17:50:04下载
- 积分:1
-
Asp. Net platform, suitable for learning to use, better Elective System
asp.net平台,适合学习使用,选课系统较完善-Asp. Net platform, suitable for learning to use, better Elective System
- 2023-08-17 11:30:03下载
- 积分:1
-
PSO-bp-MATLAB
利用PSO训练BP神经网络的MATLAB源码(use PSO training Neural Network MATLAB source)
- 2020-06-26 04:20:02下载
- 积分:1
-
C#网络应用编程 矩阵并行计算练习
C#网络应用编程 矩阵并行计算练习
- 2020-06-09下载
- 积分:1
-
ffmpeg
ffmpeg-0.4.6.tar.gz
- 2023-05-07 19:20:02下载
- 积分:1
-
SVM-matlab
几个SVM实现的matlab代码,比较详细(Several SVM realization of matlab code, more detailed
)
- 2013-01-09 10:28:14下载
- 积分:1
-
shogramming__force
有限元编程问题,解决的是一个杆件受力的情况与位移的分析,(Finite element programming problem, the solution is a member of the force and displacement analysis,)
- 2018-11-20 23:05:37下载
- 积分:1
-
machine learning enample of spam email
说明: 机器学习示例之垃圾邮件识别,包括csv数据和python代码(machine learning example of spam email filter, including csv data and python code)
- 2021-04-04 23:03:45下载
- 积分:1