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

[数据结构] exp_dat_reading_group_2021

2021年秋季阅读小组关于PCA、STRUCTURE和其他低维表示方法的公共知识库...
Public Repository of our Fall 2021 Reading group on PCA, STRUCTURE and other means of low-dimensional representation of genetic data (2021-11-26, HTML, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687834908906663.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

[数据结构] DJSITEPATH

根据迪杰斯特拉计算经景点最短路径 并显示路径
According to Dijkstra shortest path calculated by the attractions and shows the path (2015-09-26, Visual C++, 302KB, 下载1次)

http://www.pudn.com/Download/item/id/1443238019457816.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

[数据结构] 7kelusiersuanfa

求图的最小生成树的克鲁斯卡尔算法,数据结构程序
Find the minimum spanning tree diagram of the Kruskal algorithms, data structures, program (2014-04-09, Visual C++, 8KB, 下载4次)

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

[数据结构] kruskal

数据机构中克鲁斯卡尔算法的源代码,隶属于图这一章节。
Data institutions Kruskal algorithm source code, under the figure of this chapter. (2013-06-20, Visual C++, 178KB, 下载1次)

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

[数据结构] kruskal-sf-C

kruskal算法 克鲁斯卡尔算法 最小生成树 C语言程序
kruskal algorithm Kruskal minimum spanning tree algorithm C language program (2013-05-22, Visual C++, 1KB, 下载2次)

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

[数据结构] huisulv

概率加回溯法求解八皇后问题,前k步使用概率法,后8-k步使用回溯法
Probability and backtracking to solve the eight queens problem, k steps before using the probability method, after the 8-k step backtracking (2013-01-06, Visual C++, 1KB, 下载1次)

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

[数据结构] floyed_and_Dijkstra

弗洛伊德和迪杰斯科拉特算法 vs2010实测通过很完美的哦
Floyed and Dijstra algorithm vs2010 measured perfect (2012-12-21, Visual C++, 2011KB, 下载2次)

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

[数据结构] ShortestPath_DIJ

迪杰斯特拉算法实现有向图的的最短路径并在图上表示
Dijkstra algorithm to FIG shortest path represented in FIG. (2012-12-01, Visual C++, 408KB, 下载2次)

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

[数据结构] 1-2

这个是数据结构中的一个例子:一维数组应用。主要是排序,例如冒泡法排序。
This is an example of the data structure: a one-dimensional array application. Mainly sort, such as bubble method to sort. (2012-11-16, Visual C++, 32KB, 下载3次)

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

[数据结构] shortest-path

运用迪杰斯特拉算法求出图中的最短路径,最短路径的求法
Use Dijkstra algorithm to find the shortest path in Figure (2012-06-26, Visual C++, 4KB, 下载2次)

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

[数据结构] Test_ShortPath

贝尔曼福特 和 迪杰斯特拉 单源最短路径算法的实现
single source shortest path algorithm,Bellman Ford and Dijkstra (2011-09-08, Visual C++, 6KB, 下载2次)

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

[数据结构] jiugongge

程序输入任意一个数n,都可以自动生成一个n维的矩阵,满足类似九宫格的排列
Program input any number n, can automatically generate an n-dimensional matrix, arranged to meet a similar Jiugongge (2011-07-28, Visual C++, 212KB, 下载4次)

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

[数据结构] all_Way

求两点之间的所有路径,采用dfs深度搜索加回溯
Find all paths between two points, the depth of the search plus backtracking by dfs (2010-12-10, Visual C++, 1229KB, 下载24次)

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

[数据结构] Desktop

POJ3268题解。因为只有1000,所以可以两次迪杰斯特拉搞定,哈哈
POJ3268 problem solutions. Because only 1000, so you can Dijkstra buttoned twice, ha ha (2010-06-01, Visual C++, 14KB, 下载2次)

http://www.pudn.com/Download/item/id/1197015.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

[数据结构] 1-2

复数四则运算。实现复数的加,减,乘。根据输入的复数分离出实部和虚部。。
Complex four operations. Achieve the plural add, subtract, multiply. Based on the input of the complex separated real and imaginary parts. . (2010-03-25, Visual C++, 1KB, 下载3次)

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

[数据结构] dazuoye2

手动输入,用普利木和克鲁斯卡尔算法求最小生成树
Manual input, with perindopril for wood and Kruskal minimum spanning tree algorithm (2009-06-02, Visual C++, 4KB, 下载1次)

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

[数据结构] PA7

組合語言的大數加減乘除 適合組語初學者訓練計算機科學的運算邏輯
language portfolio of large numbers for the arithmetic group language training beginners computer science arithmetic logic (2006-01-11, Asm, 3KB, 下载2次)

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