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

[数据结构] allCodeLecture13

斯坦福数据结构练习 bouncing ball 和 fraction 包括lib res src 包
practice for data structure (2020-04-20, C/C++, 5326KB, 下载0次)

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

[数据结构] si2yuesu

用C语言实现求约束条件下n维极值的单纯形法,可供初学者参考
C language is used to realize the simplex method to find the n-dimensional extremum under constraints (2019-12-06, C/C++, 1KB, 下载0次)

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

[数据结构] 1

求最短路,迪杰斯特拉算法,以格子顶点为点,格子上数字为路径长度
dijkstra to the closest road. (2019-08-11, C/C++, 1KB, 下载1次)

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

[数据结构] Test

证明最小生成树,克鲁斯卡尔算法的准确性,无向图
Minimum spanning tree (2018-06-16, C/C++, 1KB, 下载0次)

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

[数据结构] 图的最短路径之迪杰斯特拉和弗洛伊德算法

数据解构中的经典算法,图的最短路径算法之迪杰斯特拉和弗洛伊德的C++实现
Classic algorithms in data deconstruction, Dijkstra's and Floyd's C++ implementation of the shortest path algorithm of graphs (2018-05-01, C/C++, 1KB, 下载1次)

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

[数据结构] SJF

数据结构设计(JCB,后备作业队列) – 算法实现与模拟(排序、调度) – 输出调度结果,展示调度过程并解释
检测到中文 英语 自动检测 你的常用语种在这里-常用语种中文英语 ABC 阿拉伯语 爱沙尼亚语 保加利亚语 波兰语 DEFG 丹麦语 德语 俄语 法语 芬兰语 HIJKLMN 韩语 荷兰语 捷克语 罗马尼亚语 OPQRST 葡萄牙语 日语 瑞典语 斯洛文尼亚语 泰语 UVWX 文言文 西班牙语 希腊语 匈牙利语 YZ 中文 英语 意大利语 粤语 中文繁体 -常用语种英语中文 ABC 阿拉伯语 爱沙尼亚语 保加利亚语 波兰语 DEFG 丹麦语 德语 俄语 法语 芬兰语 HIJKLMN 韩语 荷兰语 捷克语 罗马尼亚语 OPQRST 葡萄牙语 日语 瑞典语 斯洛文尼亚语 泰语 UVWX 文言文 西班牙语 希腊语 匈牙利语 YZ 中文 英语 意大利语 粤语 中文繁体 划词翻译 实时翻译 输入文字或网址,即可翻译 数据结构设计(JCB,后备作业队列) 算法实现与模拟(排序、调度) 输出调度结果,展示调度过程并解释 数据结构设计(JCB,后备作业队列) Data structure design (JCB, backup job queue) 算法实现与模拟(排序、调度) Algorithm implementation and simulation (scheduling, scheduling) 输出调度结果,展示调度过程并解释 Output scheduling results, display scheduling process and explain (2016-05-20, C/C++, 1KB, 下载1次)

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

[数据结构] bignum100

设计超长整数类,完成超长整数的加、减、乘、整除、取余运算。
long integer type design, long integer completed the addition, subtraction, multiplication and divisible to admit I computing. (2016-02-15, C/C++, 2KB, 下载2次)

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

[数据结构] Kruskal.cpp

基于c语言的克鲁斯卡尔算法和Dijkstra算法
Kruskal arithmetic and Dijkstra arithmetic with C (2015-05-01, C/C++, 3KB, 下载6次)

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

[数据结构] hw2-poly

c++数据结构中处理多项式加和问题源码,使用链表。配套清华版数据结构图书。
c++ data structure in processing the polynomial plus problem source, use a linked list. Supporting Tsinghua version data structure books. (2012-12-08, C/C++, 151KB, 下载6次)

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

[数据结构] kd-tree

knn搜索 利用kd tree 查找最相邻的k个高维空间的点
knn kd-tree (2012-07-02, C/C++, 204KB, 下载50次)

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

[数据结构] dksql

迪克斯屈拉算法,最做算法设计的朋友有借鉴意义,加油
algorithm design friends to do the most worth learning, refueling (2011-12-21, C/C++, 168KB, 下载2次)

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

[数据结构] task

加里森的任务 有n个加里森敢死队的队员要炸掉敌人的一个军火库,谁都不想去,队长加里森决定用轮回数数的办法来决定哪个战士去执行任务。如果前一个战士没完成任务,则要再派一个战士上去。现给每个战士编一个号,大家围坐成一圈,随便从某一个战士开始计数,当数到5时,对应的战士就去执行任务,且此战士不再参加下一轮计数。如果此战士没完成任务,再从下一个战士开始数数,被数到第5时,此战士接着去执行任务。以此类推,直到任务完成为止。 加里森本人是不愿意去的,假设加里森为1号,请你设计一程序为加里森支招,求出从第几号战士开始计数才能让加里森最后一个留下来而不去执行任务。 要求自拟1个实验实例验证程序正确性(即:n自拟)。
Garrison s task A n garrison of death squads players to blow up the enemy s a Arsenal, who all don t want to go, captain garrison decided to use to cycle count to decide which soldiers to perform the task. If a soldier before didn t finish the task, want to be a warrior and send up. Now give each soldier make up a number, you sit in a circle, literally from a soldier began to count, when several to 5, the corresponding warrior is to perform the task, and the warrior will no longer take part in the next round of counting. If the soldiers didn t finish the task, and from a soldier began to count down, number to the fifth, the soldiers then to perform the task. And so on, until task completion date. Garrison himself does not want to go to is, provided garrison for 1, please design a program for the garrison court, find out what number from soldiers start counting to make garrison last to stay and not to perform the task. Since one experiment to request an example to verify the correctn (2011-11-04, C/C++, 685KB, 下载4次)

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

[数据结构] dijstra

数据结构中的经典算法——迪杰斯特拉算法的实现。
Data structure in the classical algorithm- Dijkstra algorithm. (2011-06-27, C/C++, 1KB, 下载3次)

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

[数据结构] YYZ_DictS

迪杰斯特拉算法的另外一种写法。。代码简单易懂。。
Dijkstra algorithm is a different wording. . Code is straightforward. . (2011-05-10, C/C++, 1KB, 下载2次)

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

[数据结构] suanshuyouxianquan

最短路径之贪心算法,用C语言实现,主要是参考了迪杰斯特拉算法。
The greedy algorithm for shortest path (2011-04-18, C/C++, 1KB, 下载3次)

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

[数据结构] shortest-distance

数据结构中的经典算法。用迪杰斯特拉算法求有向网的源点到其余各顶点的最短距离。
The classical algorithm data structure. Dijkstra algorithm is used to find a source network to the rest of the vertices of the shortest distance. (2011-03-15, C/C++, 1KB, 下载3次)

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

[数据结构] City_Guide_Consulting

城市导游咨询,包含迪杰斯特拉算法,求关节点算法,采用图的数据结构。
City Guide Consulting (2010-04-22, C/C++, 8KB, 下载17次)

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

[数据结构] poly

一元多项式的加、减、乘、除法,用链表存储多项式的每一个结点
Polynomial plus one dollar, subtraction, multiplication, division, polynomial using linked list storage of each node (2009-07-14, C/C++, 1KB, 下载10次)

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

[数据结构] tree

克鲁斯卡尔算法构造最小生成树,数据结构,可执行
Construction Kruskal minimum spanning tree algorithm, data structure, the executable (2009-03-31, C/C++, 16KB, 下载3次)

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

[数据结构] arithmeticexpression

数据结构的长数字算术表达式计算算法,包括加\减\乘\除等
Data structure of the long digital arithmetic expressions calculation algorithm, including the addition and subtraction multiplication and division, etc. (2008-11-01, C/C++, 1KB, 下载3次)

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