CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - python 算法

搜索资源列表

  1. python算法

    0下载:
  2. python算法,包括遍历,排序,递归,动态规划的一些内容(Python algorithm, including traversal, sort, recursive, dynamic programming of some content)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:8192
    • 提供者:佳欣
  1. 和声搜索算法-python代码

    0下载:
  2. 主要用于实现和声搜索算法的代码,用于进行算法优化(It is mainly used to realize the code of harmony search algorithm, which is used to optimize the algorithm)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:11264
    • 提供者:平常心123
  1. 【算法与数据结构】105《Python算法教程》

    0下载:
  2. 【算法与数据结构】《Python算法教程》,适合python开发的人。([algorithm and data structure] "Python algorithm tutorial", suitable for the python development of people.)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:42352640
    • 提供者:ysz
  1. python-doc-27-34

    0下载:
  2. Python算法解释了Python算法分析和设计的方法。Magnus Lie Hetland写的,开始的Python作者,这本书清晰地聚焦于经典的算法,但它也提供了一个坚实的理解基本算法解决问题的技巧。*本书讨论了一些最重要和最具挑战性的编程领域和C语言。(Python Algorithms explains the Python approach to algorithm analysis and design. Written by Magnus Lie Hetland, author of
  3. 所属分类:Windows编程

    • 发布日期:2018-04-20
    • 文件大小:349184
    • 提供者:aas33ss
  1. 零基础Python入门课件和代码

    1下载:
  2. 书确实很不错,首先因为个人偏爱python,本书是用python描述,顿时感觉亲切很多。有人说python这种高级语言实现算法隐藏了很多细节,确实书中很多地方直接用到python bult-in的数据结构,如set dict list作为表达算法的载体,似乎不如c那么底层,但是从算法入门角度来讲,python语言因为清晰简练更适合用来描述算法轮廓,而且这也不是本讲数据结构的书,MIT的算法导论现在也开始用python来讲授恰好说明了这一点。(The book is really good, fi
  3. 所属分类:Windows编程

    • 发布日期:2018-04-20
    • 文件大小:47772672
    • 提供者:aas33ss
  1. python-codes

    0下载:
  2. 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
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:hsy6002
  1. RadarUDP0914(算法)

    0下载:
  2. 建立一个python udp客户端和服务器(this is a python udp client and server,very simple.)
  3. 所属分类:其他

  1. osr-python

    0下载:
  2. 写了一堆高仿Fortran最优子集回归算法的python代码,现分享出来,如果有用得着的就拿去用吧,避免纠结python3在win7环境下调用fortran程序这么些跟系统兼容相关程度高 的问题(I wrote a bunch of Python codes that imitate Fortran's optimal subset regression algorithm. Now share them. If you can use them, you can use them, avoid
  3. 所属分类:Windows编程

    • 发布日期:2018-04-21
    • 文件大小:3072
    • 提供者:失态
  1. python实现代码、测试数据集及结果

    9下载:
  2. 密度距离矩阵优化聚类算法python实现(Python implementation of density distance matrix optimization clustering algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:206848
    • 提供者:hahchichi
  1. Python+

    0下载:
  2. 计算Python环境下插值排序算法时间,用于比较不同硬件下的运行速度 取1000次数值平均(Calculate the time it takes for Insertion Ordering Algorithms)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:zlyan1998
  1. Python算法:如何解决回文索引问题

    0下载:
  2. Python算法:如何解决回文索引问题 本文将给与解答(Python algorithm: how to solve the problem of the palindrome index)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:15360
    • 提供者:明天是否蓝
  1. Apress.Python.Algorithms.2010

    0下载:
  2. Apress.Python.Algorithms.2010
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:3036160
    • 提供者:wangwu1
  1. python实现VRPTW求解禁忌搜索算法

    4下载:
  2. 采用禁忌搜索算法解决问题,解决带时间窗的VRP问题(Tabu search algorithm is used to solve the problem and solve the VRP problem with time windows.)
  3. 所属分类:其他

    • 发布日期:2020-06-30
    • 文件大小:160768
    • 提供者:当当0221
  1. py-EM算法

    1下载:
  2. 用Python实现的EM算法,拟合高斯分布的缺失数据。(EM algorithm writed in python)
  3. 所属分类:其他

    • 发布日期:2020-07-17
    • 文件大小:2048
    • 提供者:gist
  1. Python-Stepwise-Regression-master

    3下载:
  2. 用python实现的逐步回归算法,希望对大家有用(Step-by-step regression algorithm implemented in python, I hope to be useful to everyone)
  3. 所属分类:其他

    • 发布日期:2019-01-02
    • 文件大小:225280
    • 提供者:包子123321
  1. python数据分析教程

    1下载:
  2. 利用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
  3. 所属分类:其他

    • 发布日期:2019-12-19
    • 文件大小:15582208
    • 提供者:Mr.Wxg
  1. Python实现EM算法完美版

    3下载:
  2. Python EM算法实现过程说明 具体代码(Python EM algorithm implementation process)
  3. 所属分类:其他

    • 发布日期:2019-06-16
    • 文件大小:24576
    • 提供者:转身距离
  1. Python实现HMM模型完美版

    5下载:
  2. Python实现HMM算法完美版 代码全集(Python realize HMM algorithm perfect edition code complete works)
  3. 所属分类:其他

    • 发布日期:2019-11-08
    • 文件大小:36038656
    • 提供者:转身距离
  1. Python实现HMM模型完美版

    1下载:
  2. Python实现HMM算法完美版代码集合(Python realize HMM algorithm perfect edition code complete works)
  3. 所属分类:其他

    • 发布日期:2020-02-16
    • 文件大小:10240
    • 提供者:转身距离
  1. Python实现LDA模型完美版

    5下载:
  2. Python实现LDA算法完美版代码全集(Python realize LDA algorithm perfect edition code complete works)
  3. 所属分类:其他

    • 发布日期:2019-10-17
    • 文件大小:6135808
    • 提供者:转身距离
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com