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

[数据结构] StanfordCPPLib

斯坦福大学的C++的类库包,上海交通大学的数据结构课专用库包
Stanford C++ class library package, Shanghai Jiaotong University, dedicated data structures class library package (2013-10-15, Visual C++, 502KB, 下载17次)

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

[数据结构] Calculator

用堆栈实现的多位数表达式的运算,可以加括号。
Multi-digit arithmetic expressions (2013-10-11, Visual C++, 2KB, 下载4次)

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

[数据结构] One-dimensional-dynamic-array-class

一维动态数组类:定义和一维动态数组,包括重载数组运算符
One-dimensional dynamic array class: definition and one-dimensional dynamic array, including overloaded array operator (2012-10-17, Visual C++, 1KB, 下载6次)

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

[数据结构] sitela

迪杰斯特拉求解单源点最短路径,不能有负权值存在
the shortest path (2012-05-04, Visual C++, 1KB, 下载4次)

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

[数据结构] DIJKSTRA

迪杰斯特拉 算法 求最短路径,我用VC 做的,很不错。供大家阅读。
Dijkstra shortest path algorithm, I use VC to do, very good. For all to read. (2011-11-09, Visual C++, 568KB, 下载5次)

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

[数据结构] DouglasPeucker

道格拉斯—普克法(Douglas—Peucker)的C++程序
Douglas- Puck method (Douglas-Peucker) of the C++ program (2011-08-28, Visual C++, 35KB, 下载30次)

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

[数据结构] Single_source_shortpath_dij

迪杰斯特拉算法求最短路径的并行实现,可以修改结点个数
Parallel Algorithm for Shortest Path (2011-08-25, Visual C++, 2KB, 下载10次)

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

[数据结构] Dijkstra

最短路径算法迪杰斯克拉算法的程序设计的源代码
Shortest path algorithm for calculation 法迪杰斯克拉 programming source code (2011-04-28, Visual C++, 146KB, 下载7次)

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

[数据结构] DFT_1

一维DFT的C++简单实现算法,正反变换。
One-dimensional DFT of C++ algorithm is simple, positive and negative transformation. (2011-04-20, Visual C++, 528KB, 下载57次)

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

[数据结构] knapdynamicprogram

0-1背包问题的动态规划算法实现。包含1维及2维0-1背包问题。
0-1 knapsack problem dynamic programming algorithm. Contains 1-D and 2-dimensional 0-1 knapsack problem. (2011-03-27, Visual C++, 176KB, 下载2次)

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

[数据结构] compress

道格拉斯压缩算法阿索算法 道格拉斯 运用二叉树实现
compress suanfa yasuosuanfa (2010-12-05, Visual C++, 734KB, 下载6次)

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

[数据结构] Sort

采用多种排序算法(归并排序、堆排序)对一维数组进行排序
sort (2010-10-07, Visual C++, 8KB, 下载2次)

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

[数据结构] DijistraShortestPath

迪杰斯特拉 最短路径算法 DevC++ 实现
Dijkstra shortest path algorithm DevC++ Implementation (2010-08-05, Visual C++, 124KB, 下载12次)

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

[数据结构] Bigint

大数的高精度加减乘除(位数较多)。。。。。。。。。。。。。。
bigint (2010-06-09, Visual C++, 506KB, 下载2次)

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

[数据结构] DJalgorithm

迪杰斯特拉算法的C语言实现,可以完成有向图和无向图的最短路径搜索
Dijkstra algorithm C language, can be completed with the graph and undirected graph of the shortest path (2010-06-09, Visual C++, 183KB, 下载47次)

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

[数据结构] polynomial_add_sub

一元多项式加乘法的算法实现数据结构算法练习
polynomia (2009-04-21, Visual C++, 214KB, 下载2次)

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

[数据结构] 7

求最短路径的方法 地杰斯特拉算法 求最短路径的方法 地杰斯特拉算法
DJSTL experiment of the problem is a problem of logic (2009-04-06, Visual C++, 1395KB, 下载7次)

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

[数据结构] OE7

ssd5\op7 一个关于迪克斯拉算法的实现
ssd5op7 a迪克斯拉Algorithm (2008-05-26, Visual C++, 2KB, 下载63次)

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

[数据结构] Kruskal

按克鲁斯卡尔(Kruskal)算法思想,编制一个寻找最小生成树的完整的程序。 (2007-08-13, Visual C++, 1KB, 下载32次)

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

[数据结构] dzqArray

一个非常完整的动态数组类,包含一维数组,二维数组,3维数组. 具有常规构造函数,拷贝构造函数,付值函数,不存在内存泄露.
a very comprehensive array of dynamic category, contains one-dimensional arrays, two-dimensional array, three-dimensional array. conventional structural function, the copy constructor function, pay-valued function, and there is no memory leakage. (2006-08-11, Visual C++, 2KB, 下载63次)

http://www.pudn.com/Download/item/id/208781.html
总计:371