资源列表
Dijkstra算法
- Dijkstra算法求最短路径的简单代码的实现(Implementation of simple code for finding shortest path by Dijkstra algorithm)
LevyDistribution
- 实现levy-flight算法,可以应用到布谷鸟搜索算法,其中参数为(3,1)(levy-flight algorithm)
interp
- 分奇偶两种情况讨论的二次插值程序。当区间数为奇时,最后一个单独区间与倒数第二个区间一起插值。(The two interpolation procedure discussed in two cases of odd even numbers. When the interval number is odd, the last individual interval is interpolated with the last second intervals.)
grnn
- 导入数据可以实现逐次预报计算,并保存结果(Importing data allows you to predict successive calculations and save the results)
CS_SWOMP
- 可用于恢复稀疏信号,图像处理/噪声处理/医学成像等应用中,是压缩感知重构算法中的分段弱正交匹配追踪算法(It can be used to recover sparse signals, image processing / noise processing / medical imaging, and so on. It is a piecewise weak orthogonal matching pursuit algorithm in compressed sensing reconst
改进的高斯混合背景模型的实现
- 利用改进的高斯混合模型对前景目标的提取有较好的作用,这是基于OpenCV的C++程序,请安装OpenCV库进行调试(The improved Gauss mixture model has a good effect on foreground target extraction. This is a C++ program based on OpenCV. Please install OpenCV library for debugging)
Asuanfa
- 建立一个30*30带障碍的小地图,包括起点和终点。寻找最短路径。(Create a small map of 30*30 with obstacles, including starting and ending points. Find the shortest path.)
LinearRegression.py.tar
- 在ubuntu平台,用tensorflow可以实现线性回归(Linear regression can be achieved)
BP
- 一个关于实现BP神经网络的例子,很容易理解,简单方便(An example of the implementation of BP neural network, it is easy to understand, simple and convenient)
shenjingwangluo
- 一种神经网络算法,可以运行,使用时可以适当做出修改(A neural network algorithm that can be run and can be modified as appropriate)
D2Q4 advective-diffusion
- LBM方法编制的二维对流扩散问题,适合入门者学习(LBM method for two-dimensional convection diffusion problem, suitable for beginners to learn)
遗传算法求解布局问题
- 遗传算法解决布局问题。应用matlab语言,通过遗传算法(Genetic Algorithm Solves Layout Problem.)