搜索资源列表
python算法
- python算法,包括遍历,排序,递归,动态规划的一些内容(Python algorithm, including traversal, sort, recursive, dynamic programming of some content)
和声搜索算法-python代码
- 主要用于实现和声搜索算法的代码,用于进行算法优化(It is mainly used to realize the code of harmony search algorithm, which is used to optimize the algorithm)
【算法与数据结构】105《Python算法教程》
- 【算法与数据结构】《Python算法教程》,适合python开发的人。([algorithm and data structure] "Python algorithm tutorial", suitable for the python development of people.)
python-codes
- scipy_uspline.py: 使用UnivariateSpline进行插值、外推和Spline拟合; scipy_stats.py: 演示stats模块的概率密度函数、直方图统计和累积分布函数。 scipy_rbf.py: 演示径向基函数(radial basis function, 简称RBF)插值算法。 scipy_fsolve.py: 使用fsolve()计算非线性方程组的解。 numpy_polyfit.py:使用多项式函数拟合正弦波,并显示拟合误差。(scipy_uspl
RadarUDP0914(算法)
- 建立一个python udp客户端和服务器(this is a python udp client and server,very simple.)
python实现代码、测试数据集及结果
- 密度距离矩阵优化聚类算法python实现(Python implementation of density distance matrix optimization clustering algorithm)
Python+
- 计算Python环境下插值排序算法时间,用于比较不同硬件下的运行速度 取1000次数值平均(Calculate the time it takes for Insertion Ordering Algorithms)
Python算法:如何解决回文索引问题
- Python算法:如何解决回文索引问题 本文将给与解答(Python algorithm: how to solve the problem of the palindrome index)
Apress.Python.Algorithms.2010
- Apress.Python.Algorithms.2010
python实现VRPTW求解禁忌搜索算法
- 采用禁忌搜索算法解决问题,解决带时间窗的VRP问题(Tabu search algorithm is used to solve the problem and solve the VRP problem with time windows.)
py-EM算法
- 用Python实现的EM算法,拟合高斯分布的缺失数据。(EM algorithm writed in python)
Python-Stepwise-Regression-master
- 用python实现的逐步回归算法,希望对大家有用(Step-by-step regression algorithm implemented in python, I hope to be useful to everyone)
python数据分析教程
- 利用Python对各类数据分析算法进行编写,文档包括数据预处理方法,相关的分类和回归分析的算法理论及实践,以及一些实例应用分析。(Use Python to write various data analysis algorithms, including data preprocessing methods, algorithm theory and practice of related classification and regression analysis, and some app
Python实现EM算法完美版
- Python EM算法实现过程说明 具体代码(Python EM algorithm implementation process)
Python实现HMM模型完美版
- Python实现HMM算法完美版 代码全集(Python realize HMM algorithm perfect edition code complete works)
Python实现HMM模型完美版
- Python实现HMM算法完美版代码集合(Python realize HMM algorithm perfect edition code complete works)
Python实现LDA模型完美版
- Python实现LDA算法完美版代码全集(Python realize LDA algorithm perfect edition code complete works)
Python-Ant-Colony-TSP-Solver-master
- 用于路径规划的蚁群算法,蚁群算法是一种用来寻找优化路径的概率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为。(Ant colony algorithm for path planning)
基于python的最优路径规划
- 基于蚁群算法的python程序,用于最优路径规划,仅做参考!(Python program based on ant colony algorithm for optimal path planning, only for reference!)
-VRPTW-Python--master
- python源码,利用人工蚁群算法解决带时间窗的车辆调度问题。(Python source code, using artificial ant colony algorithm to solve the vehicle scheduling problem with time windows.)