资源列表

« 1 2 ... .56 .57 .58 .59 .60 1261.62 .63 .64 .65 .66 ... 2656 »

[数据结构常用算法Sort

说明:这个是排序算法大全,包括插入排序,希尔排序,选择排序,冒泡排序,快速排序,归并排序-This is a sorting algorithm Daquan, including insertion sort, Hill sort, selection sort, bubble sort, quick sort, merge sort etc.
<dengxianzhi> 在 2025-06-18 上传 | 大小:3kb | 下载:0

[数据结构常用算法white_black

说明:1、问题描述 设平面上分布着n个白点和n个黑点,每个点用一对坐标(x, y)表示.一个黑点b=(xb,yb)支配一个白点w=(xw, yw)当且仅当xb>=xw和yb>=yw.若黑点b支配白点w,则黑点b和白点w可匹配(可形成一个匹配对).在一个黑点最多只能与一个白点匹配,一个白点最多只能与一个黑点匹配的前提下,求n个白点和n个黑点的最大匹配对数. 2、具体要求 要求:时间效率在O(NlgN) 3、实现方法 基于贪心算法 以x坐标的升序对黑点排序(可用QUIC
<zaclina> 在 2025-06-18 上传 | 大小:367kb | 下载:0

[数据结构常用算法arithmetic

说明:算法导论以及习题解答,非常经典的书籍-Introduction to Algorithms and answer exercises, very classic books ~ ~
<caizhenxing> 在 2025-06-18 上传 | 大小:1.67mb | 下载:0

[数据结构常用算法LRUsuanfamoni

说明:1.通过本实验的模拟算法理解和加深页式存储管理的地址变换过程。 2.通过模拟LRU算法加强理解和掌握OS中实现虚拟存储器的关键技术。 -1. Through this experiment, the simulation algorithm and deepen understanding of storage management page address translation process. 2. LRU algorithm through simulation to enha
<LIULIU> 在 2025-06-18 上传 | 大小:8kb | 下载:0

[数据结构常用算法cPP

说明:Fibonacci数列 为数组分配一动态内存并将首地址赋给指针变量p //求整数,长整数,双精度数的二次方根 //百钱问题-Fibonacci numbers as an array of dynamic memory allocation of a pointer variable and assign the address of the first p// find integer, long integer, double the number of secondary ro
<> 在 2025-06-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法algorithm-shuju

说明:数据结构的算法 具体关于图论的有关算法 希望对你们很有用-algorithm shujujiegou
<王博> 在 2025-06-18 上传 | 大小:67kb | 下载:0

[数据结构常用算法daan

说明:基于C语言描述的数据结构,清华大学严蔚敏数据结构习题集,旨在帮助初学者-Based on C language descr iption of the data structure, Tsinghua University, Yan Wei-min data structure problem sets, designed to help beginners
<无名> 在 2025-06-18 上传 | 大小:137kb | 下载:0

[数据结构常用算法cpp5

说明:线性表示例,将学生的成绩形成链表,完成对线性链表的各种操作.-Example of linear
<wangmingfei> 在 2025-06-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法Array

说明:一个区分数组大小的小程序,可以看出数组与指针的区别-Distinguish between the size of a small array of programs, you can see the difference between array and pointer. . . . . .
<Victor> 在 2025-06-18 上传 | 大小:175kb | 下载:0

[数据结构常用算法Sort_List

说明:用C语言写的一个单链表的按地址排序。效率相对较高,和大家分享一下。-Written in C language with a single linked list sorted by address. Efficiency is relatively high, and share with you.
<qihailong> 在 2025-06-18 上传 | 大小:164kb | 下载:0

[数据结构常用算法basic-algo.pdf

说明:ACM常用算法与数据结构,如平衡树,线段树,各种网络流算法。-ACM commonly used algorithms and data structures, such as the balanced tree, segment tree, a variety of network flow algorithms.
<drcrowr> 在 2025-06-18 上传 | 大小:109kb | 下载:0

[数据结构常用算法state-of-art-algorithms-with-c

说明:《数据结构经典算法实现》书籍源代码,c语言实现-data structure and state-of-art algorithms
<sing> 在 2025-06-18 上传 | 大小:419kb | 下载:0
« 1 2 ... .56 .57 .58 .59 .60 1261.62 .63 .64 .65 .66 ... 2656 »

源码中国 www.ymcn.org