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

[数据结构] graph

关于图的代码,可以实现最小生成树迪杰斯特拉算法等很多功能
Code on the map, you can implement lots such as Dijkstra algorithm of minimum spanning tree function (2016-06-05, Visual C++, 4KB, 下载2次)

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

[数据结构] TicketQue-lgood

C++ 写的 基于队列的火车站购票系统,可以与数据库连接,可以加图形界面,可以改变成真实项目
C++ wrote train station ticket queue-based system, you can connect to the , you can add a graphical interface, it can change into a real project (2015-07-09, Visual C++, 1983KB, 下载5次)

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

[数据结构] dxcl

单元最短路径算法,又称迪杰斯特拉算法,是图论中的经典算法
Unit shortest path algorithm, also known as the Dijkstra algorithm is a classical algorithm in graph theory (2013-07-24, Visual C++, 2KB, 下载3次)

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

[数据结构] Plumbing-problems

数据结构中的管道铺设问题,考虑成本选择最短路径,是关于图,利用迪杰斯特拉算法的一个数据结构经典问题。
Plumbing problems in data structure. (2013-07-12, Visual C++, 199KB, 下载4次)

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

[数据结构] Dijkstra

迪杰特斯拉算法 求最短路径。数据结构,树,构造图方面的内容
Dykstra algorithm for the shortest path. The contents of the tree structure diagram of the data structure, (2013-03-18, Visual C++, 2KB, 下载1次)

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

[数据结构] Dijkstra

迪杰斯特拉算法,数据结构,C语言写的,上大学计算机系会用到的。。。
Dijkstra algorithm, data structures, C language written on the Department of Computer Science will be used. . . (2013-03-06, Visual C++, 14KB, 下载4次)

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

[数据结构] nweixiangliang

编写一个n维向量类,要求具有构造函数和拷贝构造函数,实现如下功能: a) 成员变量为正整数n和n维float数组 b) 能够计算该向量的模(长度),并将向量单位化 c) 进行向量的加减运算 d) 计算两个向量的内积
Preparation of an n-dimensional vector class, the constructor and copy constructor, the following functions: a) the member variables of positive integers n and n-dimensional float array b) be able to calculate the modulus (length) of the vector and vector unitised c) performing vector subtraction d) calculating the inner product of two vectors (2012-12-05, Visual C++, 250KB, 下载12次)

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

[数据结构] Dijkstra

数据结构中的迪杰斯特拉算法,能求出从起点到其他各个点的最短距离
Dijkstra algorithm, the data structure to calculate the shortest distance from point of origin to other points (2012-04-20, Visual C++, 208KB, 下载6次)

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

[数据结构] Dijstra-Algorithm

迪杰斯特拉算法,也就是最短路径树的算法之一,通过连续的松弛操作完成搜寻最短路径树的任务
Dijkstra Algorithm (2012-04-14, Visual C++, 524KB, 下载3次)

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

[数据结构] Calculator

实现任意精度的加、减、乘、除和开方运算,精度位数可由用户设定,数据结构才用链表结构
Arbitrary-precision add, subtract, multiply, division, and square root of bits of precision can be set by the user, the data structure to a linked list structure (2012-04-03, Visual C++, 119KB, 下载2次)

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

[数据结构] Graph

图的操作,包括1.利用普利姆算法实现最小生成树; 2.利用克鲁斯卡尔算法实现最小生成树; 3.利用迪克斯特拉算法实现最短路径; 4.构建图形;
The chart operation, including 1. the algorithm realizes the smallest spanning tree using Pu Limb 2. algorithm realizes the smallest spanning tree using Crue the Scull 3. algorithm realizes the most short-path using Dick the Stella 4. construction graph (2011-03-30, Visual C++, 951KB, 下载6次)

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

[数据结构] shortestDistance-Dijkstra

利用地杰斯特拉算法求两点之间的最短距离,用C语言实现,经过验证。
Tel algorithm used to find Jess the shortest distance between two points (2010-11-19, Visual C++, 117KB, 下载6次)

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

[数据结构] reversed_Polish_notation

逆波兰算法,用以实现四则混合运算,可以支持加,减,乘,除,括号的优先级判断,得到运算结果。
RPN algorithm to achieve four hybrid operation, to support add, subtract, multiply, divide, to determine the priority of parentheses to get the results of operations. (2010-11-13, Visual C++, 3KB, 下载17次)

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

[数据结构] 111

实现数组的自动排序,以及2个一维数组的合并。合并后的新数组也实现自动排序
To achieve an array of automatic sorting, as well as two one-dimensional array of the merger. After the merger is also automatically sort the new array (2010-10-27, Visual C++, 1KB, 下载2次)

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

[数据结构] Dijkstra

迪杰斯特拉算法,求网络上的最短路径,这是算法的实现代码
Dijkstra' s algorithm, find the shortest path on the network, which is code for Algorithm (2009-11-29, Visual C++, 1KB, 下载2次)

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

[数据结构] Kruskal

克鲁斯卡尔算法思想.cpp int seekedge(EDGE * (&a), int n) void bubble(EDGE * (&a), int size) void searchandjoin(EDGE * (&a1), int k) // a1是图边集头指针,a2是最小生成树边集的头指针,k为所要删的边 void storepicture(EDGE * (&a), int n, VERTEX *b, int m)
Thinking of Kruskal algorithm. Cpp int seekedge (EDGE* (& a), int n) void bubble (EDGE* (& a), int size) void searchandjoin (EDGE* (& a1), int k) // a1 edge set is the first pointer map, a2 is the minimum spanning tree of the first indicators margination, k for the edges to be deleted void storepicture (EDGE* (& a), int n, VERTEX* b, int m) (2009-06-27, Visual C++, 24KB, 下载3次)

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

[数据结构] xishujuzhen

稀疏矩阵的转置相加与相乘,已经通过编译与实现,数据结构的课程设计,加乘转置功能很全!
Sparse matrix transpose sum and multiplication, has been adopted and implementation of compilers, data structure of curriculum design, transpose function increases by a very wide! (2009-01-01, Visual C++, 116KB, 下载32次)

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

[数据结构] Deliver

包含冒泡排序算法函数模板和数据结构中的字符串查找例子及解线性方程组的3个典型算法加演示。
Contains the Bubble Sort algorithm function templates and data structure of string to find examples and solutions of linear equations of the three typical algorithms plus demo. (2008-10-06, Visual C++, 4KB, 下载17次)

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

[数据结构] path

算法作业,迪杰斯特拉算法模拟公车选路,任选图上两点算出经过的最少站点数和最短路径及最短路径长度
err (2007-12-11, Visual C++, 1873KB, 下载169次)

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

[数据结构] heapxu

通过堆(heap)排序法对关键字成员为实数的结构体一维数组进行排序计算和数值模拟。
through the reactor (heap) the keyword method of ranking members of the real structure of the one-dimensional array by calculated and Numerical simulation. (2007-03-04, Visual C++, 1KB, 下载2次)

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