资源列表
gui2
- abou gui in different methods like data mining and in other areas
gongetidusuanfa
- 无约束问题最优化方法的核心问题是选择搜索方向。 以正定二次函数为例,来观察两个方向关于矩阵A共轭的几何意义-Unconstrained optimization problems are most core issue is to choose the search direction. In definite quadratic function, for example, to observe both directions on the matrix A conjugate geome
VRE-PCA
- 关于主元分析选取方法重构误差方差法(VRE)的MATLAB仿真代码。-About PCA reconstruction error variance method selection method (VRE) MATLAB simulation code.
PSO
- In computer science, particle swarm optimization (PSO) is a computational method that optimizes a problem by iteratively trying to improve a candidate solution with regard to a given measure of quality. PSO optimizes a problem by having a population
growth
- 这是一个关于随机行走的matlab程序,对初学者会比较有用。-This is a random walk matlab program, it would be more useful for beginners.
Dirty_or_TH_precoding
- 多用户自适应资源分配算法仿真程序 亲测可用-Multiuser adaptive resource allocation algorithm simulation program pro-test available
forwardModeling
- 一个完整模拟地震正演的程序,能够正常运行,完美显示了地震波剖面图。-seismic forward modeling
MainAneal
- 模拟退火算法 是一种性能很不错的优化算法-simulated annealing algorithm,A relatively good optimization algorithm Can be combined with a variety of optimization algorithm together
target_tacking_cv
- 匀速直线运动的滤波仿真程序,适用于目标跟踪算法初学者,注释比较齐全-Uniform linear motion of the filter simulation program for target tracking algorithm for beginners, the Notes more complete
MIMO_RLS
- 针对多输入多输出系统的递推最小二乘参数估计算法,该算法适用2输入2输出,修改即可应用-For multiple input multiple output system of recursive least squares parameter estimation algorithms, the algorithm applies two input two output, application changes
check_stability_and_draw_stability_circles
- this code check stability and draw stability circle
MQL4三色均线指标
- 自己编写的一个均线指标。 当均线的切线足够倾斜的时候,斜率为正均线呈现一个颜色,斜率为负另一个颜色。而当切线比较“平”,也就是说曲线比较和缓的时候,会呈现出第三种颜色。而什么叫“比较平”可以通过“界切”参数来指定,如果“界切”参数值设置为0,则本指标就成了一个双色均线指标了。用以计算平均值的采样数据和平均值的计算方案都可以自由设定的。