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

[数据结构] 0567748

最小生成树算法, 包括克卢斯卡尔和普里姆算法,不错的源码
Minimum spanning tree algorithm, including g luce Carl and she algorithm, good source (2017-06-25, Visual C++, 2KB, 下载1次)

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

[数据结构] project1

一个本地路由选择算法,用地杰斯特拉算法构建,实现最短路径选择等等
A local routing algorithm, land Jess Tel algorithm to construct, the shortest path selection, etc. (2016-12-22, Visual C++, 2048KB, 下载1次)

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

[数据结构] shortest

使用迪杰斯特拉求最短路径算法。用到了VC++6.0开发工具
Use Dijkstra shortest path algorithm. Used the VC++ 6.0 development tools (2014-10-29, Visual C++, 1816KB, 下载3次)

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

[数据结构] dijkstranewstring

数据结构的图知识,寻找最短路径,采用迪杰斯特拉Dijkstra方法
FIG knowledge of data structures, find the shortest path using Dijkstra Dijkstra method (2014-01-08, Visual C++, 214KB, 下载3次)

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

[数据结构] Cyuyanshuzu

数组是c语言程序设计中最常使用的数据结构,分别有一维数组和二维数组。
An array is a data structure c programming language most commonly used, there were one-dimensional and two-dimensional array of arrays. (2014-01-07, Visual C++, 7KB, 下载3次)

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

[数据结构] shortest_path_dij

数据结构中,迪杰斯特拉算法的源代码,用于求最短路径。
Data structure, Dijkstra algorithm source code, used to find the shortest path. (2013-06-20, Visual C++, 171KB, 下载3次)

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

[数据结构] dijstla-(2)

数据结构中用邻接矩阵实现的迪杰斯特拉最短路径的路径输出
Data structure using adjacency matrix of the Dijkstra shortest path path output (2013-05-18, Visual C++, 1KB, 下载1次)

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

[数据结构] duoxiangshi

数据结构,输入两个个多项式进行数学运算,如加、减、乘、除,按照数学法则得到相应的结果
Data structure, enter the results of two polynomial mathematical operations such as addition, subtraction, multiplication, division, and in accordance with the laws of mathematics (2013-02-26, Visual C++, 2KB, 下载2次)

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

[数据结构] box-nesting

最长d维箱嵌套问题的贪心算法, 采用贪心算法不能得到整体最优解, 但其最终结果也可以是最优解的很好的近似
The Greedy Algorithm of the Longest Nesting of d一Dimenson Boxes (2012-06-11, Visual C++, 125KB, 下载5次)

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

[数据结构] DIjkstras-algorithm

迪杰斯特拉算法的C++实现 其中使用一个例子验证实现该算法
Dijkstra algorithm in C++ which uses an example to implement the algorithm verification (2011-09-18, Visual C++, 796KB, 下载13次)

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

[数据结构] a3003@04.02

本程序算法相对简单,可以申请一个2维数组,作为方格的抽象,本程序做了一个尝试,即将2维数组变为一维,但是仍然可以通过整数除法与模运算求得相应与2维数组的行列数值。本题算法其实是经典迷宫问题的一个变种。只是判断规则和行走规则有所出入。解决思想基本一致。现规定从当前点有4*step(step是最大步长)个选择(如果存在的话,否则到方格边界则不走);采用回溯遍历所有的情况,取得最大值输出。
The program algorithm is relatively simple, can apply for a 2-dimensional array, as an abstract grid, made an attempt this procedure, about 2 dimensional array into a one-dimensional, but still can be obtained by integer division and modulo with the corresponding two-dimensional the ranks of the array values. The problem algorithm is a variant of the classic maze. Only to determine the rules of the rules and walk out. To solve basically the same idea. There are requirements from the current point 4* step (step is the biggest step) option (if it exists, or not to go to the grid boundary) using back through all of the circumstances, to obtain maximum output. (2011-09-03, Visual C++, 1738KB, 下载2次)

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

[数据结构] kruskal

在VC6.0上通过的克鲁斯卡尔算法,TXT中附有输入数据范例
Adopted in VC6.0 Kruskal algorithm, TXT in the input data with examples (2011-08-06, Visual C++, 58KB, 下载3次)

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

[数据结构] KSP

dijkstra第k条最短路径算法 Dijkstra(迪杰斯特拉)算法是典型的最短路径路由算法,用于计算一个节点到其他所有节点的最短路径。
dijkstra Kth shortest path algorithm (2011-07-21, Visual C++, 19KB, 下载87次)

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

[数据结构] Dijkstra

用C语言实现迪杰斯特拉算法 简单易懂 界面也较好
With the C language interface easy to understand Dijkstra algorithm is also better (2010-12-05, Visual C++, 120KB, 下载36次)

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

[数据结构] calculator

带括号的算术表达式求值,可用特殊符号加自然语言或算法框图(程序流程图等)或伪语言(like C++)
Bracketed arithmetic expression evaluation, natural language can add special symbols or diagram of algorithm (program flow chart, etc.) or pseudo-language (like C++) (2010-09-13, Visual C++, 396KB, 下载5次)

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

[数据结构] caculate

《数据结构》 课设 利用栈计算浮点数的加,减,乘,除,有一定的判错功能
" Data Structure" class-based calculation of floating-point increases in the use of the stack, subtract, multiply, divide, there is a certain sub-error functions (2009-12-11, Visual C++, 3KB, 下载5次)

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

[数据结构] min_tree

实现用普利姆算法,克鲁斯卡尔算法,去变法得到最小生成树
Using普利姆algorithm, Kruskal algorithm, minimum spanning tree to be reform (2009-07-13, Visual C++, 3KB, 下载2次)

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

[数据结构] Kruskal

按克鲁斯卡尔(Kruskal)算法思想,编制一个寻找最小生成树的完整的程序。
By Kruskal (Kruskal) algorithm ideas, the preparation of a minimum spanning tree search procedures. (2008-03-27, Visual C++, 1KB, 下载10次)

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

[数据结构] djstl

最短路径--迪杰斯特拉算法,求图最短路径的经典算法
The shortest path- Dijkstra algorithm, and the classic shortest path graph algorithm (2007-12-10, Visual C++, 1KB, 下载21次)

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

[数据结构] zuiduanlujing

这是一个用来求最短路径的程序,用的是迪杰斯特拉算法
This is a used to seek the shortest path procedure, using a Dijkstra algorithm (2007-10-20, Visual C++, 208KB, 下载25次)

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