资源列表
[数据结构常用算法] parallel-dijkstra
说明:并行化思路实现dijkstra算法。假设有p个处理器,N个顶点。给每个处理器分配N/p个顶点,求出局部的最小值,复杂度为O (N/p)。然后后一半的处理器将自己的最小值发送给第前p/2个处理器。前一半处理器接收到传来的值后,与局部的最小值比较,作为新值。继续循环,直到剩下一个处理器为止。-Parallelized dijkstra algorithm. Suppose there is p a processor, N vertex.<joyce> 在 2024-11-13 上传 | 大小:727kb | 下载:0
[数据结构常用算法] datastructrue
说明:数据结构中一个统计程序中代码、注释和空行的行数以及函数的个数和平均行数,并评定程序设计等级的实习报-Data structure in a statistical program code, comments and empty lines lines and the number and function of the average number of rows, and assess levels of training prog<李志> 在 2024-11-13 上传 | 大小:94kb | 下载:0
[数据结构常用算法] Binary-sort-tree
说明:创建二叉排序树 显示树和中序遍历结果 MFC-Create a binary search tree and the tree traversal results in MFC<凌珍珍> 在 2024-11-13 上传 | 大小:33kb | 下载:0
[数据结构常用算法] Maze-problem
说明:解决数据结构中的迷宫问题 可在TUEBOC中直接运行-Data structure to solve the maze problem can be run directly in TUEBOC<陈蓝> 在 2024-11-13 上传 | 大小:1kb | 下载:0