资源列表

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

[数据结构常用算法Stones-merger

说明:在一个圆形操场的四周摆放着n 堆石子。现要将石子有次序地合并成一堆。规定每次只能选相邻的2 堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分。 试设计一个算法,计算出将n堆石子合并成一堆的最小得分和最大得分。 【输入文件】 包含两行,第1 行是正整数n(1<=n<=100),表示有n堆石子。 第2行有n个数,分别表示每堆石子的个数。 -Around in a circular playground placed n heap stones. Ston
<阿四> 在 2025-06-18 上传 | 大小:10kb | 下载:0

[数据结构常用算法parallel-dijkstra

说明:并行化思路实现dijkstra算法。假设有p个处理器,N个顶点。给每个处理器分配N/p个顶点,求出局部的最小值,复杂度为O (N/p)。然后后一半的处理器将自己的最小值发送给第前p/2个处理器。前一半处理器接收到传来的值后,与局部的最小值比较,作为新值。继续循环,直到剩下一个处理器为止。-Parallelized dijkstra algorithm. Suppose there is p a processor, N vertex. Give each processor distributi
<joyce> 在 2025-06-18 上传 | 大小:727kb | 下载:0

[数据结构常用算法LargeNumber

说明:大数运算包括加、减、乘、除四则运算 MFC-Large number
<凌珍珍> 在 2025-06-18 上传 | 大小: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 program design report
<李志> 在 2025-06-18 上传 | 大小:94kb | 下载:0

[数据结构常用算法gblb

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

[数据结构常用算法khpp

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

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

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

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

说明:创建二叉排序树 显示树和中序遍历结果 MFC-Create a binary search tree and the tree traversal results in MFC
<凌珍珍> 在 2025-06-18 上传 | 大小: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 algorithms
<wenjinjie> 在 2025-06-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法001

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

[数据结构常用算法ch02

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

[数据结构常用算法ch04

说明:数据结构字符串与数组操作实现程序,内容详尽-Data structure and realizing program operation string array, detailed the content
<青山小子> 在 2025-06-18 上传 | 大小:11kb | 下载:0
« 1 2 ... .82 .83 .84 .85 .86 1487.88 .89 .90 .91 .92 ... 2656 »

源码中国 www.ymcn.org