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

[数据结构] StanfordCPPLib

斯坦福大学数据结构学习用标准代码 适合初学者学习了解应用vector stack queue等数据结构 该代码是vector stack queue等容器的源代码
deep learning vactorization (2020-04-20, C/C++, 2913KB, 下载0次)

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

[数据结构] 队列2

某汽车轮渡口,过江渡船每次能载 10 辆车过江。过江车辆分别为客车类和 货车类,上船有如下规定:同类车先到先上船,客车先于货车上渡船,且每上 4 辆客 车,才允许上一辆货车;若等待客车不足 4 辆则以货车代替;若无货车等待则允许客 车都上船。设计一个算法模拟渡口管理。
An automobile ferry can carry 10 vehicles across the river at a time. The vehicles crossing the river are passenger cars and passenger cars respectively. For trucks, there are the following regulations for boarding: the same kind of vehicles first come first board the ship, the passenger cars first take the ferry on the truck, and each passenger gets on four passengers. Only one truck is allowed; if less than four waiting buses are replaced by a truck; if no waiting truck is allowed, passengers are allowed. All the cars get on board. Design an algorithm to simulate ferry management. (2019-06-22, C/C++, 1KB, 下载2次)

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

[数据结构]

数据结构 网的那一部分 挺重要的哈哈哈哈哈哈哈哈哈哈哈
ggr de wa da d w e faf ewf ew af sf wa Wf rw fer j ljb ,j ,j, ,kj, , j (2019-03-16, C/C++, 1KB, 下载0次)

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

[数据结构] program 3

实现对美国地图的朴素迪杰斯特拉算法与A*最短路径搜索
Simple implementation of Dijkstra algorithm and A* on the map of the United States of the shortest path search (2018-02-09, C/C++, 1427KB, 下载2次)

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

[数据结构] dijkstra

求有向图中的一点到任意一点之间的最短路径,用dijkstra算法实现。
The shortest path between one point and any point in the directed graph is realized by the Dijkstra algorithm. (2018-01-11, C/C++, 809KB, 下载1次)

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

[数据结构] 123

求最小生成树,迪杰特斯拉最短路径,打印最短路径Minimum spanning tree, shortest path Dykstra, print the shortest path
Minimum spanning tree, shortest path Dykstra, print the shortest path (2016-07-05, C/C++, 5KB, 下载1次)

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

[数据结构] Dijkstra

数据结构Dijkstra迪杰斯特拉带权有向图求最短路径算法,有图分析。
Data structure Dijkstra Dijkstra weighted directed graph algorithm for the shortest path between a figure analysis. (2016-05-31, C/C++, 399KB, 下载2次)

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

[数据结构] Reference-to-one-dimensional-array

在C语言的环境下,进行简单的一维数组的引用,注意:只能逐个引用数组元素,而不能一次引用整个数组
In the C language environment, a simple one-dimensional array of references, attention: only one by reference to the array element, and not a reference to the entire array (2016-05-31, C/C++, 611KB, 下载1次)

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

[数据结构] Vigenere

C语言编写双向循环链表26字母维吉尼亚加密解密,用codeblocks测试通过,见小甲鱼数据结构视频第22集。
C language bi-circular list 26 letters Virginia encryption and decryption, using codeblocks tested, see a small turtle data structure of the video the first 22 episodes. (2014-08-13, C/C++, 44KB, 下载16次)

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

[数据结构] list_main

链表,对链表的一些基本操作,包括创建、初始化,在里面加一个元素,删除一个元素,查找一个元素等,查找有多少个元素,销毁链表等,这里包括测试函数,和前面的不同
List, some of the list operations, including create, initialize, which add an element, delete an element, find an element (2012-04-30, C/C++, 2KB, 下载2次)

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

[数据结构] lvyouzuiduanluxian

旅游交通路线的最短路径问题,使用了迪克斯特拉算法。通过文件进行读入数据。
Tourist traffic routes, the shortest path problem, the Dick Stella algorithm. Read into the data file. (2012-04-19, C/C++, 333KB, 下载6次)

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

[数据结构] Algorithm

sara baase 巴斯 著 第六版 计算机算法设计与分析导论中文翻译
sara baase Bath sixth edition book Design and Analysis of Computer Algorithms Introduction to Chinese translation (2011-11-10, C/C++, 11496KB, 下载36次)

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

[数据结构] hash2

标准C的Hash表实现,采用环形队列加顺推的原理,实现高效的HASH表,参考暴雪游戏的实现原理,原创
Standard C, Hash table implementation, pushed along by the ring plus the principle of the queue, to achieve efficient HASH table, refer to the realization of the principle of Blizzard games, original (2011-01-29, C/C++, 13KB, 下载16次)

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

[数据结构] dijkstra

地杰斯特拉算法,实现确定图中任意两点间的最短距离,并显示最短路径
Jess Terra algorithm to achieve an arbitrary figure to determine the shortest distance between two points and displays the shortest path (2011-01-11, C/C++, 1KB, 下载9次)

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

[数据结构] Shortestpath_Dijkstra

最短路径:运用迪杰斯特拉算法编写的寻找两点之间,多点之间的最短路径,可以运行!
The shortest path: Dijkstra algorithm used to find written between two points, the shortest path between many points, you can run! (2011-01-02, C/C++, 1KB, 下载8次)

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

[数据结构] Introduction.to.Algorithms.Second.Edition

算发导论,英文第二版,达特茅斯学院和麻省理工合著
Introduction to hair count, the second edition in English, Dartmouth College and the Massachusetts Institute of Technology co-author (2009-03-30, C/C++, 18275KB, 下载1次)

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

[数据结构] abc

数据结构最短路径求法,迪杰斯算法。大二时写的。在可以运行C的环境中都可运行。
Data structure for shortest path method, DiGisi algorithm. Sophomore year when writing. C can run in the environment can be run. (2008-06-30, C/C++, 2KB, 下载3次)

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

[数据结构] zhujujiegou

串及矩阵的压缩存储应用,二叉树的构造与遍历,栈的测试和应用,线性表的链存储操作实现 源码加报告
String and the compressed matrix storage applications, the binary tree structure and traversal, stack testing and applications, linear forms of chain store operations to achieve source plus report (2008-05-26, C/C++, 164KB, 下载1次)

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

[数据结构] kruskal

本程序为使用克鲁斯卡尔 (kruskal)算法构造最小生成树,首先使用链表建立连通图,交换权值以及头和尾,对权值进行排序,使用克鲁斯卡尔 (kruskal)算法构造最小生成树
This procedure for the use of Kruskal (kruskal) Minimum Spanning Tree Algorithm, the first to use linked lists to establish connectivity map, the right to exchange value, as well as head and tail, sort of weights, the use of Kruskal (kruskal) algorithm for the smallest structure Spanning Tree (2008-05-25, C/C++, 1KB, 下载30次)

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

[数据结构] ShortestPathUsingC

的克斯查最短路径分析的c代码实现,可以手工输入路径矩阵并得到两点路径。
investigation of Vieques analysis of the shortest path to achieve c code can be entered manually path matrix and the following two paths. (2006-03-28, C/C++, 84KB, 下载18次)

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