登录

最新会员 最新下载

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09

成为了本站VIP会员

04月18日 18:37

成为了本站VIP会员

04月18日 18:25
已选条件
  1. 编程语言:Python
  2. 代码类别:数据结构
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. Python实现各种图算法

用Python实现各种图算法,包括深度优先,广度优先,Dijkstral,Prim,WelshPowell_Coloring等算法,

1
下载
75
浏览
2022-01-25发布

2. Cluster-master

说明:  用kmeans算法对输入点云进行聚类分割(Clustering segmentation of input point cloud using kmeans algorithm)

1
下载
131
浏览
2020-12-18发布

3. 算法图解.pdf

说明:  本书示例丰富,图文并茂,以简明易懂的方式阐释了算法,旨在帮助程序员在日常项目中更好地利用 算法为软件开发助力。前三章介绍算法基础,包括二分查找、大 O 表示法、两种基本的数据结构以及递归 等。余下的篇幅将主要介绍应用广泛的算法,具体内容包括 :面对具体问题时的解决技巧,比如何时采用 贪婪算法或动态规划 ;散列表的应用 ;图算法 ;K 最近邻算法。 本书适合所有程序员、计算机专业相关师生以及对算法感兴趣的读者。(This book is rich in examples, illustrated and illustrated. It explains the algorithm in a concise and easy to understand way. It aims to help programmers make better use of algorithms to help software development in daily projects. The first three chapters introduce the basic algorithm, including binary search, big O representation, two basic data structures and recursion. The remaining space will mainly introduce the widely used algorithms, including: when facing specific problems, how to use greedy algorithm or dynamic programming; hash table application; graph algorithm; k-nearest neighbor algorithm. This book is suitable for all programmers, computer related teachers and students as well as interested in algorithm readers.)

1
下载
91
浏览
2020-11-19发布

4. tree

说明:  python运用决策树算法实现数据分析与预测(Python uses decision tree algorithm to realize data analysis and prediction)

0
下载
97
浏览
2020-04-26发布

5. ChineseSegmentUsingHashTable

  用python实现双字哈希字典,可用于中文分词(Using Python to realize double-character hash dictionary, which can be used for Chinese word segmentation)

2
下载
80
浏览
2019-04-20发布

6. ChineseSegmentUsingHashTable

说明:  用python实现双字哈希字典,可用于中文分词(Using Python to realize double-character hash dictionary, which can be used for Chinese word segmentation)

4
下载
103
浏览
2019-04-20发布

7. 算法与python版)(北大内部教材)

  算法与数据结构,python版本的,北大内部教材(Algorithms and Data Structures, Python Version, Peking University Internal Textbook)

6
下载
77
浏览
2019-04-11发布

8. 算法与python版)(北大内部教材)

说明:  算法与数据结构,python版本的,北大内部教材(Algorithms and Data Structures, Python Version, Peking University Internal Textbook)

13
下载
61
浏览
2019-04-11发布

9. AlgorithmsByPython-master

  一些常见算法实现和牛客网以及leetcode刷题(Some Common Algorithms Implementing and Title Brushing)

0
下载
90
浏览
2018-12-24发布

10. AlgorithmsByPython-master

说明:  一些常见算法实现和牛客网以及leetcode刷题(Some Common Algorithms Implementing and Title Brushing)

1
下载
71
浏览
2018-12-24发布

11. 与算法 Python语言描述_裘宗燕.pdf

  数据结构与算法 Python语言描述_裘宗燕(Data structures and algorithms described in Python language _ Qiu Yan Zong)

136
下载
247
浏览
2018-01-26发布

12. Dijkstra

  用Python实现dijkstra算法。使用python 语言在网络图中实现Dijkstra 算法,返回从源点出 发到每个结点的最短距离、路径,并打印出该路由(源点)的forwarding table,(dijkstra algorithm in Python)

11
下载
99
浏览
2018-01-03发布

13. livewire

  模拟Photoshop中的磁力套索的算法,主要是先用Opencv做梯度相关处理,然后用Djisktra最短路径搜索找到边缘。(Magnetic Lasso implementation using Python)

43
下载
92
浏览
2014-05-14发布

14. python-data-structure

  Python 数据结构,英文版Python 数据结构,英文版Python 数据结构,英文版(Python data structure is introduced, the English versionPython data structure is introduced, the English versionPython data structure is introduced, the English versionPython data structure is introduced, the English version)

13
下载
80
浏览
2013-08-12发布

15. python-data-structure

  Python 数据结构,英文版Python 数据结构,英文版Python 数据结构,英文版(Python data structure is introduced, the English versionPython data structure is introduced, the English versionPython data structure is introduced, the English versionPython data structure is introduced, the English version)

13
下载
84
浏览
2013-08-12发布

16. Python-Algorithms-

  python算法教程,数据结构和算法实例在python下的应用范例(tutorial of python algorithms, data structures and algorithms instance application examples in python)

20
下载
77
浏览
2013-02-04发布

17. DE.python

  Python实现的差分进化算法源代码 使用Python实现的差分进化算法,引用到Numpy和Scipy,可以支持多核与集群并行计算。使用时只需继承DESolver并定义函数def error_func(self, indiv, *args)作为目标函数即可。(Python implementation of the differential evolution algorithm source code uses the Python implementation of the differential evolution algorithm, a reference to Numpy and Scipy, can support multi-core and parallel computing cluster. Just use the definition of Inheritance DESolver and function def error_func (self, indiv,* args) as the objective function can be.)

40
下载
105
浏览
2011-04-25发布