资源列表

« 1 2 ... .20 .21 .22 .23 .24 1825.26 .27 .28 .29 .30 ... 2656 »

[数据结构常用算法SimpleCalcMFC

说明:MFC计算器。用堆栈实现,可以进行含括号的四则运算。-MFC calculator. Implementate With the stack. Can be carried out with the four fundamental operations in parentheses.
<WangLuJun> 在 2024-11-05 上传 | 大小:12205056 | 下载:0

[数据结构常用算法temlatelist

说明:用模板定义的单链表类 单链表应用,数据结构和算法学习必备程序学习。-The template is defined in a single linked list class of single applications, data structures and algorithms necessary procedures for learning to learn.
<> 在 2024-11-05 上传 | 大小:2048 | 下载:0

[数据结构常用算法stack

说明:用单链表实现存储栈 “链式栈”类模板的定义,数据结构和算法学习必备学习程序。-Single-linked list for storage stack " Chain stack" class template definition, data structures and algorithms necessary to study the learning process.
<> 在 2024-11-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法queen

说明:n个皇后问题 在 n 行 n 列的国际象棋棋盘上,最多可布n个皇后。若两个皇后位于同一行、同一列、同一对角线上,则称为它们为互相攻击。 n皇后问题是指找到这 n 个皇后的互不攻击的布局。-n-Queens problem in n rows n columns of the chess board, up to n-Queens cloth. If the two Queens in the same row, same col
<> 在 2024-11-05 上传 | 大小:2048 | 下载:0

[数据结构常用算法bracketmatch

说明:检查算数表达式中括号是否匹配 使用“链式栈”模板定义作为数据结构来实现括号匹配。-Check the arithmetic expression in parentheses match use " chain stack" template definition as a data structure to achieve the matching parenthesis.
<> 在 2024-11-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法binarytree

说明:二叉树的递归遍历算法 “二叉链表”的类模板,数据结构和算法必备学习程序。-Recursive binary tree traversal algorithm " binary list," class templates, data structures and algorithms necessary learning process.
<> 在 2024-11-05 上传 | 大小:2048 | 下载:0

[数据结构常用算法4

说明:使用简单数组实现下面各种排序算法,并进行比较。 排序算法: 1、插入排序 2、希尔排序 3、冒泡排序 4、快速排序 5、简单选择排序 6、堆排序(选作) 7、归并排序(选作) 8、基数排序(选作) -Using a simple array to achieve the following variety of sorting algorithms and compare them.
<殷琪> 在 2024-11-05 上传 | 大小:1024000 | 下载:0

[数据结构常用算法hanoi

说明:实现汉诺塔的操作步骤输出,可以设置1,2,3三个塔柱,输出结果为用1,2,3表示的操作-Tower of Hanoi the steps to achieve the output, you can set 1,2,3 3 Pylon, the output result of the operation that used 1,2,3
<刘进锋> 在 2024-11-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法3261

说明:zoj3261 Connections in Galaxy War 的源码,主要考察并查集,并要从后往前建图-source code of zoj3261 :Connections in Galaxy War ,mainly about union-find,and need to build graph from end to the beginning
<ufo> 在 2024-11-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法3204

说明:zoj 3204 Connect them的源码,主要考察最小生成树的Kruskal算法,要注意输出的顺序-the source code of zoj 3204 Connect them , the main study Kruskal minimum spanning tree algorithm, should pay attention to the order of the output
<ufo> 在 2024-11-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法3230

说明:带堆优化的贪心,从题意中我们可以得到的最暴力解法就是,每天都搜索整个数组,找出符合条件的题目并且它的经验是最大的,这样找M天就好了。接下来就是如何优化,在每次找的时候我们只要找经验最大的,因为可以用大顶堆组织可以做的题目,每次升级之后加入新的可以做的题目就OK了。-Optimized with a greedy heap, from the meaning of the questions, we can get the most vi
<ufo> 在 2024-11-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法homework

说明:数据结构中的各种排序集合,包括桶排序、插入排序、希尔排序、冒泡排序、快速排序、选择排序、归并排序、堆排序、基数排序、奇偶排序-Data structure in a variety of sorting a collection, including the bucket sort, insertion sort, Shell sort, bubble sort, quick sort, selection sort, merge so
<ri> 在 2024-11-05 上传 | 大小:4096 | 下载:0
« 1 2 ... .20 .21 .22 .23 .24 1825.26 .27 .28 .29 .30 ... 2656 »

源码中国 www.ymcn.org