Skip to content

maverick0220/Algorithm_Python

Repository files navigation

Algorithm_Python

Some math and other-sort-of algorithms apply in python 通过Python实现的一些数学上的算法

#To Use The Codes files in this project shoule be able to run directly(they are actually demos, if you want use these algorithms you just need to replace the input in the code) 每个python代码文件应该可以直接运行(每一个代码文件就是一个demo自带输入,如果需要使用这些代码只需要更换掉demo代码里的输入)

#To Run The Codes put it in your IDE and run, or in command line enviroment and python3 <fileName>.py 放进你自己的IDE或者在命令行环境下运行

#Algorithms List Already Applied
1.Jacobi迭代
2.超定线性方程组的最小二乘解
3.拉格朗日插值法
4.暴力计算Pi值
5.k-means聚类
6.基于卷积算法的图像边缘提取(老版本的OpenCV,可能运行有问题) 7.图像字符化

About

Some math algorithms apply in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages