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

[数据结构] 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

[数据结构] coursera-algorithms-part-1-princeton-university

课程算法第1部分普林斯顿大学,,
coursera-algorithms-part-1-princeton-university,, (2023-09-04, Java, 0KB, 下载0次)

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

[数据结构] CS3230

算法设计与分析(CS3230)-新加坡国立大学
Design and Analysis of Algorithms (CS3230) - National University of Singapore (2017-11-06, Java, 0KB, 下载0次)

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

[数据结构] span-skip-list

用于计算O(ln(n))中任意维的运行总和的数据结构
A data structure for computing running totals in arbitrary dimensions in O(ln(n)) (2022-09-28, JavaScript, 0KB, 下载0次)

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

[数据结构] CS112-Rutgers

罗格斯大学CS 112数据结构
CS 112 Data Structures at Rutgers University (2022-06-08, Java, 0KB, 下载0次)

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

[数据结构] 数据结构实习

迪杰斯特拉算法计算城市与城市间时间最短,距离最短的路线,并用百度地图进行可视化
Dijkstra algorithm calculates the shortest time and shortest distance between cities, and visualizes it with Baidu map (2020-05-01, C/C++, 70KB, 下载4次)

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

[数据结构] Dijkstra

迪杰特斯拉的最短径路算法java简单实现,提供两种查找模式,从一个源点到所有的点最短路径,也可以指定任意两点查找最短路径。程序是面向过程写法。
Dijtesla's shortest path algorithm is implemented simply in java. It provides two search modes, the shortest path from one source point to all points, and can also specify any two points to find the shortest path. (2018-10-11, Java, 2KB, 下载2次)

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

[数据结构] 07611407

提供一个求解庞加莱映射的方法,分享相关的程序,互相学习,
To provide a solution to the Poincare mapping, to share programs, to learn from each other, (2018-09-11, matlab, 245KB, 下载1次)

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

[数据结构] dijiesitela

迪杰斯特拉算法,希望对于一些刚学c语言编程的有帮助
dijiesitela (2016-02-16, DOS, 1KB, 下载1次)

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

[数据结构] 6-1solution

哥尼斯堡的“七桥问题”,哥尼斯堡是位于普罗格河上的一座城市,包含两个岛屿及连接他们的七座桥,问可否走出这样的七座桥,而且每桥只走一次
Konigsberg' s " Seven Bridges problem," Konigsberg is a city located on the river progreso, contains two islands and seven bridges connecting them, asking whether we could out of this seven bridges, and each bridge only once away (2015-03-06, C++, 1KB, 下载7次)

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

[数据结构] polyn

用链表实现的一元多项式的加、减、乘、除、求值、求导、定积分
Achieve with a polynomial of addition, subtraction, multiplication, division, evaluation, derivation, definite integrals (2013-12-27, Visual C++, 3KB, 下载5次)

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

[数据结构] Programs

算法加数据结构等于程序,这本书乃研究生演习数据结构必备书籍
Algorithm data structure equals plus program, this book is essential books Graduate exercise data structures (2013-10-10, Visual C++, 20174KB, 下载1次)

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

[数据结构] Dijkstra

迪杰斯特拉算法,利用贪心算法实现两点间最短路径的求解
Dijkstra Algorithm (2012-11-27, Visual C++, 2KB, 下载7次)

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

[数据结构] polynomial-with-linked-list

能够实现任意项有理多项式的加、减、乘、除、求模以及幂运算
Able to achieve any item rational polynomial plus, subtract, multiply, and exponentiation (2012-05-24, Visual C++, 9KB, 下载5次)

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

[数据结构] heap_dijkstra

狄杰斯特拉算法的heap实现,比较简单和优化
the dijkstra algorithm (2012-03-29, Visual C++, 1KB, 下载5次)

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

[数据结构] shortest

最小代价生成树,克鲁斯卡尔算法,最短路径
Minimum cost spanning tree, Kruskal algorithm (2011-09-22, C/C++, 1KB, 下载3次)

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

[数据结构] ShortestPath

用邻接链表做的最短路径算法 迪杰斯特拉算法 可以实现大数据量的计算
Adjacency lists to do with the shortest path algorithm can count 法迪杰斯特拉 calculation of a large amount of data (2011-04-24, Visual C++, 5308KB, 下载66次)

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

[数据结构] 1

主要是住距结构课程中的一元多项式的加、减、乘运算
Stay away from the main structure of the course is a polynomial of addition, subtraction, multiplication (2011-01-16, Visual C++, 2KB, 下载1次)

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

[数据结构] CInt96

实现96位长整数的运算,包括加、减、乘、除以及幂运算等。
96-bit long integer to achieve computing, including addition, subtraction, multiplication, division, and exponentiation, etc.. (2010-06-05, Visual C++, 10KB, 下载1次)

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

[数据结构] rtbzip

多功能的红黑树和压缩算法,可用于网络传输加减压
Red, black and multi-functional tree and compression algorithms, network transmission can be used to add decompression (2009-03-12, Visual C++, 5KB, 下载1次)

http://www.pudn.com/Download/item/id/670208.html
总计:732