资源列表

« 1 2 ... .68 .69 .70 .71 .72 2273.74 .75 .76 .77 .78 ... 2658 »

[数据结构常用算法management-system

说明:数据结构c代码,学生成绩管理系统,有插入删除,建立,查找等一系列功能,可以运行。-Data structure c code, student achievement management system, insert delete, create, find a series of functions, you can run.
<zhaolin> 在 2024-05-14 上传 | 大小:2048 | 下载:0

[数据结构常用算法quick_sort

说明:快速排序源程序,自己编的,想学数据结构的可以-Quick Sort source, own, and want to learn to look at the data structure
<forever> 在 2024-05-14 上传 | 大小:1969152 | 下载:0

[数据结构常用算法quzze

说明:该代码包括了队列的实现,主要包括队列的进出问题, 以及队列的查询,删除等问题。-The code includes queue implementation, mainly including queue in and out of the question, as well as the queue query, delete, etc.
<查志远> 在 2024-05-14 上传 | 大小:212992 | 下载:0

[数据结构常用算法deep-copy

说明:该代码实现了深拷贝的问题,对于深拷贝进行了一系列的介绍,并且显示其与浅拷贝的区别。-A deep copy of the code issues a series of deep copy for presentation, and shows the difference between a shallow copy.
<查志远> 在 2024-05-14 上传 | 大小:748544 | 下载:0

[数据结构常用算法chengxusheji-

说明:这是我自己写的一个进程调度的程序,里面一共实现了三种调度方式。-this is good for students to study
<豆豆> 在 2024-05-14 上传 | 大小:326656 | 下载:0

[数据结构常用算法algorithm

说明:C++基础算法,包括KMP,红黑树,二叉树,排序堆等常规算法,初学者可以试着-C++ basic algorithms including KMP red-black tree, sorting-heap etc.
<吴建涛> 在 2024-05-14 上传 | 大小:53248 | 下载:0

[数据结构常用算法datastructures

说明:最全面最实用的数据结构源代码。。gcc完美运行-The most comprehensive and practical data structure of the source code. .
<falin> 在 2024-05-14 上传 | 大小:25600 | 下载:0

[数据结构常用算法Dijkstra

说明:最短路径计算,用于道路计算提取,是数据结构的一个小程序-Shortest path for Dijkstra
<黄振极> 在 2024-05-14 上传 | 大小:175104 | 下载:0

[数据结构常用算法四元数详解

说明:复数是由实数加上虚数单位 i 组成,其中 i^2 = -1 \,。相似地,四元数都是由实数加上三个元素 i、j、k 组成,而且它们有如下的关系:i^2 = j^2 = k^2 = ijk = -1 \,每个四元数都是 1、i、j 和 k 的线性组合,即是四元数一般可表示为a + bi + cj + dk \,。要把两个四元数相加只需将相类的系数加起来就可以,就像复数一样。
<wang35666> 在 2014-01-04 上传 | 大小:209789 | 下载:0

[数据结构常用算法shunxubiao-and-lianbiao

说明: (1).对于顺序存储的线性表,请实现以下功能: 1)实现二路归并排序算法。 2)实现快速排序算法。 3)实现堆排序算法。 4)实现冒泡排序和选择排序算法   (2).已知长度为n的线性表A采用顺序存储结构,请写一时间复杂度为0(n)、空间复杂度为0(1)的算法,该算法删除线性表中所有值为item的数据元素。要求:线性表元素个数n很大,而值为item的数据元素个数很少,要求移动元素个数尽量少;删除后的数组元素与原数组
<马序员> 在 2024-05-14 上传 | 大小:106496 | 下载:0

[数据结构常用算法SZ

说明:计算出将n堆石子合并成一堆的最小得分和最大得分。-Calculate the n pile of stones piled into the minimum score and maximum score.
<> 在 2024-05-14 上传 | 大小:445440 | 下载:0

[数据结构常用算法mouna_liste

说明:Les listes chaî nées sont des structures de données semblables aux tableaux sauf que l accès à un élément ne se fait pas par index mais à l aide d un pointeur. L allocation de la mémoire est faite au moment de l ex
<ilyes> 在 2024-05-14 上传 | 大小:4096 | 下载:0
« 1 2 ... .68 .69 .70 .71 .72 2273.74 .75 .76 .77 .78 ... 2658 »

源码中国 www.ymcn.org