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

[数据结构] dijkstra

迪杰斯特拉(Dijkstra)算法是典型最短路径算法,用于计算一个节点到其他节点的最短路径。 它的主要特点是以起始点为中心向外层层扩展(广度优先搜索思想),直到扩展到终点为止
Dijkstra algorithm is a typical shortest path algorithm, which is used to calculate the shortest path from one node to other nodes. Its main feature is to expand to the center of the idea (2020-11-09, C/C++, 1KB, 下载0次)

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

[数据结构] 校园导航系统

校园导航系统,用邻接矩阵和迪杰斯特拉算法
Campus Navigation System Using Adjacency Matrix and Dijkstra Algorithms (2019-05-28, C/C++, 2KB, 下载2次)

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

[数据结构] 公园导游图

公园导游图系统,利用迪杰斯特拉算法实现查询最短路径
Query the Shortest Path (2019-05-15, C/C++, 1KB, 下载0次)

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

[数据结构] josephus problem

分别通过顺序表和链表的方式,利用C++实现约瑟夫斯问题
C++ implementation of the Josephus problem (2017-09-12, C/C++, 1498KB, 下载2次)

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

[数据结构] Int64

完成一个简单64位整数加、减、乘、除运算类,可以进一步修改为长整数运算
Completion of a simple 64-bit integer add, subtract, multiply, with the exception of computing categories, can be further revised to a long integer calculations (2016-02-18, C/C++, 2KB, 下载1次)

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

[数据结构] PictureAL

算法作业包。使用c语言ege图形库做的3个算法实验,直线,直线裁剪,还有bresemham算法。还有2个是贪心算法会场问题和一维找硬币
3computer graphics-experiment。exchange-coins,greedy,line-cuting,bresemham。 (2015-04-22, C/C++, 4KB, 下载3次)

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

[数据结构] Dijkstra-algorithm

对于有向带权图中从一个确定结点到其余各结点的最短路径问题,狄克斯特拉斯提出按路径长度递增顺序逐步产生最短路径的算法构造。
For the weighted graph from one node to determine the shortest path problem the rest of the nodes, Dicks Atlas raised gradually ascending order by the path length of the shortest path algorithm to generate construct. (2014-05-28, C/C++, 94KB, 下载5次)

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

[数据结构] danyuanzuiduanlujing

自己写的关于单元最短路径的算法实现,也就是迪杰斯特拉算法的实现!
Himself wrote on the unit shortest path algorithm, Dijkstra algorithm is realized! (2014-01-09, C/C++, 1KB, 下载3次)

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

[数据结构] jinniandedijitian

程序是在vs2010下实现的,输入一个年月日可以加算出这一天在这一年中的第几天,题目来源于九度
Program is achieved under vs2010, enter a date can be added to calculate this day in this year' s first few days, the title comes from the nine degrees (2013-07-30, C/C++, 720KB, 下载3次)

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

[数据结构] Dijkstra-algorithm

这是求图中的最短路径的一个方法:迪杰斯特拉算法。
This is a method of the figure, find the shortest path: Dijkstra algorithm. (2013-05-10, C/C++, 2KB, 下载3次)

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

[数据结构] ShortPath

这个是一个求最短路径的程序,程序应用了地杰克斯拉算法
This is one of the shortest path procedures, the procedures applied to Dijksla algorithm (2012-04-07, C/C++, 252KB, 下载3次)

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

[数据结构] assn-6-huffman-pc

斯坦福大学 A106X 编程课程作业样例 哈弗曼编码C++实现,
Course work at Stanford University A106X Programming C++ code sample Hafu Man realized (2010-12-07, C/C++, 852KB, 下载5次)

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

[数据结构] Yanghuisanjiao_method1

使用一个一维数组和两个临时变量代替二维数组输出杨辉三角:很巧妙
Using a one-dimensional array and two temporary variables instead of two-dimensional array of output Yang Hui triangle: very clever (2010-05-26, C/C++, 1KB, 下载4次)

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

[数据结构] large

本程序围绕大整数编程,程序能够实现大整数的加、减、乘、除取余等运算。
This program around the big integer programming, the program can achieve large integer add, subtract, multiply, in addition to taking over other operations. (2010-03-08, C/C++, 1KB, 下载9次)

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

[数据结构] 2.3

编程用一维数组模拟一个队列,实现入队列和出队列操作
Programming with one-dimensional simulation of a queue array to achieve up to the queue and queue operation (2009-05-16, C/C++, 103KB, 下载14次)

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

[数据结构] MST

最小生成树的几种算法的实现,包括克鲁斯卡尔和Prim算法
Minimum Spanning Tree Algorithms of implementation, including the Kruskal and Prim algorithms (2009-03-27, C/C++, 3KB, 下载9次)

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

[数据结构] lelusikaewr

利用克鲁斯卡尔算法求最小生成树,并画出图形
The use of Kruskal algorithm for minimum spanning tree, and draw graphics (2008-07-22, C/C++, 5KB, 下载66次)

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

[数据结构] aybook.cn_sjjgkcsj1105

数据结构课程设计 排序算法的 比较 完整 源码加文档
Data structure the curriculum design of the sorting algorithm relatively complete source code plus documentation (2008-07-01, C/C++, 32KB, 下载73次)

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

[数据结构] 12JSIM

常用算法程序集(C语言描述)第三版+徐士良 求N维极值的单调调优法
Commonly used algorithm for assembly (C language description of) the third edition of+徐士良for N-dimensional extremal monotone tuning method (2008-05-22, C/C++, 1KB, 下载4次)

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

[数据结构] 实现多个多项式的加减乘

清华大学版的数据结构实验中利用链表编的多项式的加,减,乘的原程序
version of the experimental data structure used Listless series polynomials, plus or minus, by the original procedure (2005-05-23, C/C++, 3KB, 下载54次)

http://www.pudn.com/Download/item/id/1116839696804668.html
总计:145