资源列表

« 1 2 ... .82 .83 .84 .85 .86 1487.88 .89 .90 .91 .92 ... 2656 »

[数据结构常用算法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

[数据结构常用算法LargeNumber

说明:大数运算包括加、减、乘、除四则运算 MFC-Large number
<凌珍珍> 在 2024-11-13 上传 | 大小:28kb | 下载: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

[数据结构常用算法gblb

说明:归并链表:将两链表合并为同一链表。MFC-Merge linked list: the two lists into one list.
<凌珍珍> 在 2024-11-13 上传 | 大小:24kb | 下载:0

[数据结构常用算法khpp

说明:括号匹配:利用栈实现括号是否匹配的判定。MFC-Bracket matching: the use of parentheses stack implementation to determine whether the match. MFC
<凌珍珍> 在 2024-11-13 上传 | 大小:23kb | 下载:0

[数据结构常用算法Heap-sort

说明:堆排序 MFC 显示初始化的堆和排序后的堆。-Heap sort heap and initialize MFC display sorted heap.
<凌珍珍> 在 2024-11-13 上传 | 大小:28kb | 下载:0

[数据结构常用算法Binary-sort-tree

说明:创建二叉排序树 显示树和中序遍历结果 MFC-Create a binary search tree and the tree traversal results in MFC
<凌珍珍> 在 2024-11-13 上传 | 大小:33kb | 下载:0

[数据结构常用算法biaodashi

说明:有中缀表达式转换成后缀表达式并计算结果 主要是数据结构上的一些算法以后又需要请联系我数据结构所有算法-With infix expressions into postfix and calculate the data structure is mainly the result of some of the algorithms later I need to contact all of the data structure
<wenjinjie> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法001

说明:求字符串next数组,实现快速模式匹配,将文件直接在C++环境下执行即可-String array for next, realizing fast pattern matching
<青山小子> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法ch02

说明:经典数据结构程序,链表,队列,栈的顺序存储与链式存数程序实现-Classic data structure program, linked list, queue, stack with the order of the chain store in several program realization
<青山小子> 在 2024-11-13 上传 | 大小:15kb | 下载:0

[数据结构常用算法ch04

说明:数据结构字符串与数组操作实现程序,内容详尽-Data structure and realizing program operation string array, detailed the content
<青山小子> 在 2024-11-13 上传 | 大小:11kb | 下载:0

[数据结构常用算法Maze-problem

说明:解决数据结构中的迷宫问题 可在TUEBOC中直接运行-Data structure to solve the maze problem can be run directly in TUEBOC
<陈蓝> 在 2024-11-13 上传 | 大小:1kb | 下载:0
« 1 2 ... .82 .83 .84 .85 .86 1487.88 .89 .90 .91 .92 ... 2656 »

源码中国 www.ymcn.org