资源列表
convolution
- this is the code for convolution of two sequences
correlation
- this is the code for correlationof two sequences
数模完整教程-14讲(附带程序lingo matlab程序)
- 内含数模需要的模型,且均有模型对应算法与数据(The model contains both the model and the corresponding algorithm and data)
经典程序1
- 内含matlab经典程序算法以及新型智能算法,程序均能运行(Contains matlab classic procedures, algorithms, and new intelligent algorithms, procedures can run)
EKF_2D_tracking
- 用扩展卡尔曼滤波器跟踪一个平面滤波目标,功能齐全,可直接运行(An extended Kalman filter is used to track a planar filtering target)
自学Matlab必备的60个小程序代码
- 内含自学matlab小程序比如求解根等使用算法,一共60个(Contains self-study matlab small procedures, such as solving roots and so on using the algorithm, a total of 60)
SRC
- 冒险岛8个版本的SRC开源,全部都能编译(Adventure Island 8 versions of SRC open source, all can compile)
matlab经典算法的程序
- 数学建模用,包含回归、神经网络等等算法和详细讲解(Mathematical modeling, including regression, neural networks, algorithms and detailed explanation)
adaboost-py-master
- 这是基于python 编写的 adaboost源码 和说明,直接调用即可。(This package implements a framework of adaboost, the famous Machine Learning algorithm. It is widely used in face related issues such as Face Recognition.)
imbalanced-learn-master
- 基于不均衡数据的学习,包含各种机器学习算法,python 操作(imbalanced-learn is a python package offering a number of re-sampling techniques commonly used in datasets showing strong between-class imbalance. It is compatible with scikit-learn_ and is part of scikit-learn-contr
FastJson-1.0.min
- 解决fastjson循环引用问题。fastjson如果存在多个对象,重复的对象会引用之前存在的,这个可以解决此问题。(Solving the fastjson loop reference problem. Fastjson if there are more than one object, repeated objects will reference what existed before, and this can solve the problem.)
OSC
- VAR1赋值:1日前的收盘价 VAR2赋值:成交量(手)的2日累和/((2日内最高价的最高值-2日内最低价的最低值)*100) VAR3赋值:(收盘价-VAR1)*VAR2 VAR4赋值:VAR3的历史累和 VAR5赋值:VAR4的5日[1日权重]移动平均 VAR6赋值:VAR4的8日[1日权重]移动平均 输出变动速率线: VAR5-VAR6 输出OSCMA: OSC的4日简单移动平均,COLOR00FF00 OSC, COLORSTICK 输出VD: 如果OSC>0,返