联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 数据结构(14) 
按平台查找All Python(14) 

[数据结构] WIKIHYDRA

这是一个简单地获取维基百科文章最新变化的工具,包括我祖父的维基网站的作者,一个艺术SPYTOOL来检查谁最后编辑了该网站。
A tool that simply get the latest changes of the Wikipedia articles including there authors of my Grandfathers Wikipedia site, a art SPYTOOL to check who last edit the site. (2024-03-19, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1711357673241041.html

[数据结构] AI-2-red-blue-nim-game

硕士课程期间我的人工智能课程工作的2号项目。苏维埃红蓝NIM游戏使用数据结构。
Project no 2 for my AI course work during masters program. Soved Red Blue NIM game using data structures. (2023-08-07, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1691510520921510.html

[数据结构] EDUnB

数据结构学科,UnB,2023 1 |路易斯·保罗
Data Structure discipline, UnB, 2023 1 | Luis Paulo (2023-07-26, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1690792675647809.html

[数据结构] rectangle_dropping_data_structure

播放俄罗斯方块简化版本的快速数据结构
A fast data structure that plays a simplified version of Tetris (2023-07-27, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1690792601512142.html

[数据结构] Python_DSA

Python3中的DSA(基本到高级),分叉并创建PR以支持,提出疑问建议。极客对极客的参考
DSA in Python3 (Basic to Advance), fork and create PR to support, Raise Issue for doubt Suggestions. References from Geeks for Geeks (2023-02-04, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689439238886691.html

[数据结构] fenwick

芬维克树的实施(芬维克1994)。
An implementation of Fenwick trees (Fenwick 1994). (2023-06-25, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689438892308966.html

[数据结构] ensemble_hic

“从人群平均接触数据中进行染色质结构集成的贝叶斯推断”(PNA...
Code for the article "Bayesian inference of chromatin structure ensembles from population-averaged contact data" (PNAS, 2020) (2022-07-01, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687831260814247.html

[数据结构] sudoku

对于康卡斯特技术公司Freewheel的算法团队:该存储库实现了线性规划的研究...
For the Algorithms team of Comcast s technology company Freewheel: This repository implements research on linear programming and data structure storage with a sudoku puzzle. (2018-01-18, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687831060914059.html

[数据结构] wikipedia_parser

从维基百科api中获取内容并解析为结构化数据。
Fetches content from wikipedia apis and parses into structured data. (2019-11-04, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687830978334841.html

[数据结构] topopy

用于计算源自莫尔斯理论的拓扑数据结构的库。给定一组任意排列的p...
A library for computing topological data structures stemming from Morse Theory. Given a set of arbitrarily arranged points in any dimension, this library is able to construct approximate topological structures using a neighborhood graph to simulate manifold structures. (2022-11-22, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687830861534993.html

[数据结构] xg_shortestPath

用迪杰斯特拉算法实现指定点之间的最短路径算法,用于路径规划
Realize the shortest path between the specified points (2021-04-06, Python, 1KB, 下载0次)

http://www.pudn.com/Download/item/id/1617701602919241.html

[数据结构] python-data-structure-cn

Introduction 1.介绍 1.1.目标 1.2.快速开始 1.3.什么是计算机科学 1.4.什么是编程 1.5.为什么要学习数据结构和抽象数据类型 1.6.为什么要学习算法 1.7.回顾Python基础 2.算法分析 2.1.目标 2.2.什么是算法分析 2.3.大O符号 2.4.一个乱序字符串检查的例子 2.5.Python数据结构的性能 2.6.列表 2.7.字典 2.8.总结 3.基本数据结构 3.1.目标 3.2.什么是线性数据结构 3.3.什么是栈 3.4.栈的抽象数据类型 3.5.Python实现栈 3.6.简单括号匹配 3.7.符号匹配 3.8.十进制转换成二进制 3.9.中缀前缀和后缀表达式 3.10.什么是队列 3.11.队列抽象数据类型 3.12.Python实现队列 3.13.模拟:烫手山芋 3.14.模拟:打印机 3.15.什么是Deque 3.16.Deque抽象数据类型 3.17.Python实现Deque 3.18.回文检查 3.19.列表 3.20.无序列表抽象数据类型 3.21.实现无序列表:链表 3.22.有序列表抽象数据结构 3.23.实现有序列表 3.24.总结 4.递归 4.1.目标 4.2.什么是递归 4.3.计算整数列表和 4.4.递归的三定律 4.5.整数转换为任意进制字符串 4.6.栈帧:实现递归 4.7.介绍:可视化递归 4.8.谢尔宾斯基三角形 4.10.汉诺塔游戏 4.11.探索迷宫 4.12.动态规划 4.13.总结 5.排序和搜索
Classic books on Python data structure (2020-07-14, Python, 5071KB, 下载0次)

http://www.pudn.com/Download/item/id/1594720047642356.html

[数据结构] z2

对于给定的任意四个整数(可重复),判定是否可以通过加、减、乘、除(可重复)运算使得计算结果为24。如果可以则给出其计算表达式或者计算步骤。
For any four integers (repeatable), it is determined whether the calculation result can be 24 by adding, subtracting, multiplying and dividing (repeatable). If you can, give its calculation expression or calculation steps. (2020-06-19, Python, 216KB, 下载0次)

http://www.pudn.com/Download/item/id/1592553429957134.html

[数据结构] AlgorithmsByPython-master

一些常见算法实现和牛客网以及leetcode刷题
Some Common Algorithms Implementing and Title Brushing (2018-12-24, Python, 235KB, 下载1次)

http://www.pudn.com/Download/item/id/1545638624700132.html
总计:14