资源列表
[数据结构常用算法] five-sorting-algorithms-
说明:直接插入排序,冒泡排序,选择排序,快速排序,堆排序五种排序算法的C语言描述 -five sorting algorithms described in C language<lengjingjing> 在 2025-07-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Dijkstra
说明:设在图G={V,E}中有一顶点r,Dijkstra算法可以求出其他所有点到点r的最短路径的跳数,这是求单源最短路径的一个最基本的算法。-There is a vertex, r, in the graph G={V,E}. As to every other vertex v, there exist several paths between v and r. The Dijkstra algorithm can get the hop count of the shortest path a<wx> 在 2025-07-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] suanshuyouxianquan
说明:最短路径之贪心算法,用C语言实现,主要是参考了迪杰斯特拉算法。-The greedy algorithm for shortest path<pengd> 在 2025-07-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] shunxubiao
说明:1. 已知顺序表L为按值递增有序的,编写算法将数据元素e插入到顺序表L中,使之仍有序。 2、编写算法删除顺序表L中所有值为e的数据元素。 3、编写算法清除顺序表L中所有重复的数据元素。 4、已知两个集合分别存储在顺序表La和Lb中,编写算法求出两个集合的并存储在Lc中。-1. The known sequence of Table L, increasing ordered by value, write algorithms to data elements L e<liulisha> 在 2025-07-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] maopaopaixu
说明:自己写的几种能够实现的冒泡排序算法,希望能对需要的朋友有所帮助,是C++的-Some write their own bubble sort algorithm can be achieved, hoping to help a friend in need is a C++,<刘后清> 在 2025-07-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] c
说明:1、 题目的要求是通过磁盘调度算法的模拟设计,了解磁盘调度的特点,其主要任务是模拟实现FCFS、SSTF、SCAN、C-SCAN算法,并计算及比较磁头移动道数。-1, the subject request is simulated through the disk scheduling algorithm designed to understand the characteristics of disk scheduling, to achieve its main task is to s<fire> 在 2025-07-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] High-Precision-in-CPP
说明:这是一个用C++实现的高精度算法,实现方式是用一个数组存储各个位上的数值,并重载加减乘除摩等运算。-This is a C++, using high-precision algorithms, the implementation is an array of storage with the value on each bit, and heavy operations such as addition and subtraction multiplication and division<李康宁> 在 2025-07-22 上传 | 大小:1kb | 下载:1