资源列表

« 1 2 ... .42 .43 .44 .45 .46 2247.48 .49 .50 .51 .52 ... 2656 »

[数据结构常用算法OE7

说明:ssd5\op7 一个关于迪克斯拉算法的实现-ssd5op7 a迪克斯拉Algorithm
<liqinwei> 在 2025-01-16 上传 | 大小:2kb | 下载:0

[数据结构常用算法Maze

说明:数据结构课程设计----迷宫求解(非递归)[含实验报告]-Data Structure Course Design---- maze solving (non-recursive) [with the experimental report]
<> 在 2025-01-16 上传 | 大小:432kb | 下载:0

[数据结构常用算法mergeSort

说明:合并排序算法是用分治策略实现对n个元素进行排序的算法。其基本思想是:将待排序的元素分成大小大致相同的2个子集合,分别对2个子集合进行排序,最终将排好序的子集合合并成为所要求的排好序的集合。算法复杂度为:O(nlogn)-Merge sorting algorithm is used to realize sub-rule strategy to sort n elements of the algorithm. The basic id
<忠波> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法flightlgy

说明:航空订票系统,数据结构课程设计源代码,包括订票,退票,浏览,查单航线-Airline booking systems, data structures curriculum design source code, including the booking, refund, browse, search, single route
<> 在 2025-01-16 上传 | 大小:12kb | 下载:0

[数据结构常用算法ADS_Handbook2e

说明:算法和数据结构手册 英文chm第2版 有实现代码-Algorithm and data structure chm manual English version 2 has the realization of the code
<沈沫> 在 2025-01-16 上传 | 大小:148kb | 下载:0

[数据结构常用算法187453-Kriging61

说明:kriging算法,此算法可以应用于三维的数据插值处理,不过我没看懂,-kriging algorithm, this algorithm can be applied to deal with three-dimensional data interpolation, but I did not understand,
<maniu> 在 2025-01-16 上传 | 大小:742kb | 下载:0

[数据结构常用算法DC

说明:基于图形的二叉树工作演示程序,包括创建、查找、插入、删除操作。-The binary tree-based graphical presentation of work procedures, including creation, search, insert, delete operation.
<PLUM> 在 2025-01-16 上传 | 大小:234kb | 下载:0

[数据结构常用算法qSort

说明:快速排序算法是基于分治策略的另一个排序算法。其基本思想是,对于输入的字数组a[p:r],按以下3个步骤进行排序: (1)分解:以a[p]为基准元素将a[p:r]划分成3段a[p:q-1],a[q]和a[q+1:r],使得a[p:q-1]中任何元素小于等于a[q],a[q+1:r],中的任何元素大于等于a[q]。下标q在划分过程中确定 (2)递归求解:通过递归调用快速排序算法,分别对a[p:q-1]和a[q+1:r]进行排序
<忠波> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法hash

说明:数据结构课程设计,哈希表。设计文档都已经写好了,可以直接拿来用。-Curriculum design data structure, hash table. Design documents have been written, can be directly used to use.
<嘎嘎> 在 2025-01-16 上传 | 大小:377kb | 下载:0

[数据结构常用算法haf

说明:哈弗曼编码的课程设计报告,报告文档已经写好了,可以直接拿来用,适合大多数学校的课程设计-哈弗曼encoded curriculum design report has been written document, can be directly used to use, suitable for the majority of the school curriculum design
<嘎嘎> 在 2025-01-16 上传 | 大小:454kb | 下载:0

[数据结构常用算法Calgorithm

说明:C语言常用算法源代码,非常实用,包括各种常用的算法。-C language commonly used algorithm source code, very useful, including a variety of commonly used algorithms.
<吴鸣仕> 在 2025-01-16 上传 | 大小:328kb | 下载:0

[数据结构常用算法link

说明:用带表头的链表存放输入的数据,每读入一个数,按升序顺序插入到链表中,链表中允许两个结点有相同值。链表的头结点存放链表后面的结点个数,初始化时就生成头结点(初值为0)。链表翻转是把数据逆序(变成降序),注意,头结点不动。翻转后要再翻转一次,恢复升序后才能插入新元素,否则会出错。-Using the list with the first table input data storage, each read a few, accordin
<brian> 在 2025-01-16 上传 | 大小:184kb | 下载:0
« 1 2 ... .42 .43 .44 .45 .46 2247.48 .49 .50 .51 .52 ... 2656 »

源码中国 www.ymcn.org