资源列表
[数据结构常用算法] depthfirst
说明:这个程序是数据结构的经典算法的实现,用深度优先进行遍历的程序,原创哦-The program is the data structure of the classical algorithm implementation using depth-first traversal of the procedures for the original Oh!<我是谁> 在 2024-11-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] widthfirst
说明:这个也是个数据结构的经典算法,通过广度优先进行遍历,原创-This a data structure of the classical algorithm, through the breadth priority traversal, originality!<我是谁> 在 2024-11-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] movingAveragePredict
说明:/** * @author jakcy_wu(wujichun) * * 预测分析--本算法只适用于受周期变化或者波动影响的数据 * 权值移动平均算法 * 本期預測值=(前期值*權數)求和/n * * 默认权值为{1,1,1},取最近3次的平均 * 注意权值和必须=权值集合.length */-/*** @ author jakcy_wu (wujichun)** Forecast and Analysis-- This algorit<吴名> 在 2024-11-19 上传 | 大小:1kb | 下载:0