资源列表

« 1 2 ... .18 .19 .20 .21 .22 2323.24 .25 .26 .27 .28 ... 2656 »

[数据结构常用算法methodology

说明:介绍算法和数据结构的重要性和相关的注意事项-Algorithm and introduce the importance of data structures and related Notes
<shixiaolong> 在 2024-11-15 上传 | 大小:6kb | 下载:0

[数据结构常用算法7MethodsOfQsort

说明:快速排序(qsort)在程序开发中的七种用法(VC)。其中列举了对int和char型数组排序、结构和类的一级二级排序等,具体的cmp函数。-Quicksort (qsort) in the development of seven Usage (VC). Which lists the type of int and char array to sort, structure and type of level 2 ranking, t
<sql> 在 2024-11-15 上传 | 大小:27kb | 下载:0

[数据结构常用算法IntroductionToAlgorithms

说明:算法导论英文版 This book is one of a series of texts written by faculty of the Electrical Engineering and Computer Science Department at the Massachusetts Institute of Technology. I-Algorithms Introduction to the English ve
<sql> 在 2024-11-15 上传 | 大小:11.44mb | 下载:0

[数据结构常用算法Splay

说明:伸展树 都知道如果使用二叉查找树树平衡度不好则会降低查询效率,所以我们要维护二叉树的平衡性,即TreapTree 、SplayTree 、AVL、红黑等,本文介绍伸展树的平衡原理和核心代码 -Tree stretching all know if you use binary search tree tree balance will not reduce the query efficiency, and therefore
<sql> 在 2024-11-15 上传 | 大小:184kb | 下载:0

[数据结构常用算法SegmentTree

说明:线段树是在计算几何领域非常重要的一种数据结构,常在各大ACM比赛中现身,本文由浅入深,用往年经典的ACM题目来介绍这个强大数据结构-Segment tree is in the field of computational geometry is very important as a data structure, often in major competitions ACM show, this article easy-to-d
<sql> 在 2024-11-15 上传 | 大小:217kb | 下载:0

[数据结构常用算法stream

说明:网络流算法 涉及:数据结构(图论)、算法、ACM 分类有最大流、最小费用最大流、最小割-Network flow algorithm involving: data structures (graph theory), algorithm, ACM classification has maximum flow, minimum cost maximum flow, minimum cut
<sql> 在 2024-11-15 上传 | 大小:89kb | 下载:0

[数据结构常用算法compare

说明:编程实现直接插入、冒泡排序、快速排序、直接选择排序算法,并计算每种排序算法的比较,交换次数。-Programming direct insertion, Bubble Sort, Quick Sort, direct choice of sorting algorithm, and calculate for each sorting algorithm comparison, the exchange number.
<vincent> 在 2024-11-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法Btree

说明:使用前序,中序,后序方式,对二叉树进行遍历。-The use of pre-order, in sequence, after the sequence by means of binary tree to traverse.
<vincent> 在 2024-11-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法hebing

说明:使用C语言变成,将两个有序的线性表进行合并-The use of C language into the two linear orderly merger table
<vincent> 在 2024-11-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法StackPool

说明:一个双向栈的C++实现,支持多线程环境。适用2个list记录栈的移入移除。-A two-way stack C++ Realize and support the multi-threaded environment. The application of two list into the stack to remove the record.
<陈生> 在 2024-11-15 上传 | 大小:2kb | 下载:0

[数据结构常用算法btree

说明:基本的二叉树程序。可实现二叉树结点数据的插入,删除,查找和打印输出。可用于课程设计-The basic binary tree procedure. Can realize binary tree data insert node, delete, search and print output. Can be used for curriculum design
<刘建> 在 2024-11-15 上传 | 大小:4kb | 下载:0

[数据结构常用算法e_queens

说明:解决8皇后问题的程序。输出多组解的中间加入停顿,统计所有求解方案并显示所有的排列情形。-8 Queen
<刘建> 在 2024-11-15 上传 | 大小:2kb | 下载:0
« 1 2 ... .18 .19 .20 .21 .22 2323.24 .25 .26 .27 .28 ... 2656 »

源码中国 www.ymcn.org