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

[数据结构] MinSpanningTree_Kruskal

Kruskal algorithm for minimum spanning tree, C++ implementation, development environment: Dev-C++
Kruskal algorithm for minimum spanning tree, C++ implementation, development environment: Dev-C++ (2020-08-06, Visual C++, 371KB, 下载0次)

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

[数据结构] Sort-Method

建立一维数组数据结构的模板类,使一维数组中的数据元素可以是char, int, float等多种数据类型,并对数组元素实现多种选择类排序
The establishment of a one-dimensional array template class data structure, so one-dimensional array of data elements can be char, int, float, and other data types, and array elements to achieve a variety of options class sorting (2015-06-06, Visual C++, 2KB, 下载3次)

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

[数据结构] polymorphism

C++里面用于处理有限维的多项式的加减乘除!
The inside of the C++ polynomial for the treatment of the finite dimensional add, subtract, multiply and divide! (2014-07-05, Visual C++, 391KB, 下载5次)

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

[数据结构] Dijkstra

用于寻找最短路径的迪杰斯特拉(Dijsktra)算法
Find the shortest path algorithm Dijkstra (2013-10-29, Visual C++, 1KB, 下载1次)

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

[数据结构] Polynomial

数据结构的作业 简单多项式的加、减、乘、除、求幂等运算,并显示出来
Simple polynomial data structure operations add, subtract, multiply, divide, exponentiation, such as computing and displayed (2013-05-29, Visual C++, 677KB, 下载1次)

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

[数据结构] binany_tree

输入二叉树两种遍历结果(中序加另外一种),恢复该二叉树。
Input binary tree the two traversal results (in sequence plus another) to restore the binary tree. (2013-04-02, Visual C++, 114KB, 下载2次)

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

[数据结构] Dijkstra

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

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

[数据结构] dij

dijkstra单源最短路径源代码模板,迪杰斯特拉算法
the short path (2012-05-03, Visual C++, 1KB, 下载12次)

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

[数据结构] heap_dijkstra

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

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

[数据结构] longint

长整数的加减,能够实现长整数的加和减,如: -324234234+3562435324
Long integer addition and subtraction, can achieve long-integer addition and subtraction, such as:-324 234 234+3562435324 (2011-11-26, Visual C++, 2KB, 下载3次)

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

[数据结构] datastructureMaterial

科学出版社,《实用数据结构》-佟维,的配套实用数据结构电子教案
Science Press, practical data structures- Tong-dimensional, functional data structures supporting electronic lesson plans (2011-11-16, Visual C++, 1546KB, 下载3次)

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

[数据结构] Shortest-path

使用迪杰斯特拉最短路径算法,非常的简单,仅供参考。
Shortest path algorithm (2011-09-26, Visual C++, 10KB, 下载3次)

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

[数据结构] text

24点代码,加算法,有注释,用递归写的,效率还行
24-point code, plus algorithm, there are notes, written with recursion, efficiency okay (2011-09-04, Visual C++, 1KB, 下载4次)

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

[数据结构] beibao

背包问题的动态规划求解采用一维数组求解 结构体数组
Knapsack problem solved using dynamic programming for solving one-dimensional array of array of structures (2011-04-19, Visual C++, 198KB, 下载1次)

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

[数据结构] maze

通过学习奥赛培训课程,利用回溯加递归的编程技巧完成的迷宫问题
Training courses through learning Orsay, plus use of recursive programming skills back to complete the maze problem (2010-09-02, Visual C++, 854KB, 下载2次)

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

[数据结构] SpanningTree

先构造一个图 用邻接矩阵存储 然后用分别普利姆算法和克努斯卡尔算法构造其最小生成树
First construct a map with the adjacency matrix is stored separately plym algorithm and then construct the minimum spanning tree algorithm克努斯卡尔 (2009-09-26, Visual C++, 2KB, 下载6次)

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

[数据结构] 1_1

最小生成树算法 克鲁斯法尔算法 球最佳路径
kulru method class maiun void cx (2009-09-13, Visual C++, 1KB, 下载5次)

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

[数据结构] 1

数据结构 最短路径--迪杰斯特拉算法
Most short-path--Enlightens Gester to pull the algorithm (2009-06-17, Visual C++, 2KB, 下载8次)

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

[数据结构] addmin

数据结构程序,稀疏矩阵运算器,可进行矩阵的加,减,乘运算。运行无误!
Procedures for data structure, sparse matrix computation, and can be matrix addition, subtraction, multiplication. Running correctly! (2009-01-11, Visual C++, 2KB, 下载4次)

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

[数据结构] NNProblem

在N维空间中从海量的点中高效求出中距某点最近的点(即NNProblem),采用的数据结构为RTree,DATA.dll文件中有用来产生N维数据的API.
In N-dimensional space from the point of efficient mass obtained from a point in the most recent point (that is, NNProblem), the data structure used for RTree, DATA.dll document has used to generate N-dimensional data API. (2007-07-13, Visual C++, 1265KB, 下载10次)

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