资源列表

« 1 2 ... .45 .46 .47 .48 .49 2350.51 .52 .53 .54 .55 ... 2656 »

[数据结构常用算法AVLTree

说明:数据结构平衡的二叉搜索树(AVL树)的实现。 程序中包括平衡的二叉搜索树(AVL)类定义、左单旋,右单旋,左右双旋,右左双旋函数。-Data structure balanced binary search tree (AVL tree) implementation. Program includes a balanced binary search tree (AVL) class definition, single-s
<王戴玛> 在 2025-05-01 上传 | 大小:12kb | 下载:0

[数据结构常用算法银行家算法

说明:一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。
<earshore> 在 2014-09-08 上传 | 大小:73byte | 下载:0

[数据结构常用算法new

说明:包含多个C++源代码文件,简单的继承、结构控制、结构体运用、IO格式控制等-Source code file that contains multiple C++ simple inheritance, structure control, the use of structures, IO format control, etc.
<邓文杰> 在 2025-05-01 上传 | 大小:143kb | 下载:0

[数据结构常用算法LinearList

说明:数据结构中的线性表的实现,有顺序表和链表等几种实现方式-Data structure in linear form, sequential, such as tables and lists several ways
<李金文> 在 2025-05-01 上传 | 大小:1.72mb | 下载:0

[数据结构常用算法2chashu

说明:采用C++编写的二叉排序树,篇幅不长,代码简洁,同样可实现数据的快速排序-Written using C++ binary sort tree, it was not long, the code is simple, the same sort of data can be achieved quickly
<吴清若> 在 2025-05-01 上传 | 大小:1kb | 下载:0

[数据结构常用算法LINEAR-SEARCH

说明:It is a source code of Linear Search in C++. Liner Search is a data structure.-It is a source code of Linear Search in C++. Liner Search is a data structure.
<waqasullahkhan> 在 2025-05-01 上传 | 大小:9kb | 下载:0

[数据结构常用算法Insertion-Sort

说明:It is the source code of Insertion Sort in C++. which is a data structure.-It is the source code of Insertion Sort in C++. which is a data structure.
<waqasullahkhan> 在 2025-05-01 上传 | 大小:9kb | 下载:0

[数据结构常用算法Merge-Sort

说明:It is the source code of Merge Sort in C++ which is a data structure-It is the source code of Merge Sort in C++ which is a data structure
<waqasullahkhan> 在 2025-05-01 上传 | 大小:9kb | 下载:0

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

说明:It is the source code of the Heap Sort in C++. which is a data structure.-It is the source code of the Heap Sort in C++. which is a data structure.
<waqasullahkhan> 在 2025-05-01 上传 | 大小:9kb | 下载:0

[数据结构常用算法A-Generic-bubble-sort

说明:It is the source code of the A Generic bubble sort in C++. which is a data structure.-It is the source code of the A Generic bubble sort in C++. which is a data structure.
<waqasullahkhan> 在 2025-05-01 上传 | 大小:9kb | 下载:0

[数据结构常用算法queen

说明:一种测试滑动平均效果的算法,使用数据结构循环队列-A test the effect of moving average algorithm
<张明> 在 2025-05-01 上传 | 大小:210kb | 下载:0

[数据结构常用算法hjxsrcsarray

说明:提供对动态数组的支持,在内存中程序将数据分块存放, 避免了大块内存的申请,同时也和普通的双向链表不同的是本代码提供 了对内部数据的快速索引,大大提高了数据访问速度。-Provide support for dynamic arrays in memory to store program data block, @ Avoiding large memory applications, but also ordinary
<free> 在 2025-05-01 上传 | 大小:31kb | 下载:0
« 1 2 ... .45 .46 .47 .48 .49 2350.51 .52 .53 .54 .55 ... 2656 »

源码中国 www.ymcn.org