资源列表

« 1 2 ... .40 .41 .42 .43 .44 2645.46 .47 .48 .49 .50 ... 2656 »

[数据结构常用算法内排序

说明:[问题描述] 设计一个用链表表示的直接选择排序算法,并用程序实现。 [输入] 待排序记录个数n,各待排序记录值。 [输出] n个记录由小到大排列的结果。 [存储结构] 待排序记录链式存储。 [算法的基本思想] 已知待排序初始序列用单链表存贮,头指针head指向第一个结点,从这个待排序列中找出最小结点,插入head之后,用r来指示。r以前为已排序序列,r以后为未排序序列。再从未排序序列中找出最小结点插入r的后面,让r指
<明日何其多> 在 2024-11-01 上传 | 大小:10240 | 下载:0

[数据结构常用算法adjacency matrix to represent the graph

说明:(1)使用邻接矩阵表示图,定义相应的抽象数据类型。 (2)实现两个图ADTs的上述函数。 (3)从空图开始,生成图形对象表示图1所示的图形,将顶点和边逐一插入。 (4)以BFS方式遍历图。((1) Use adjacency matrix to represent graphs and define the corresponding abstract data type. (2) Realize all the above
<mia_shao> 在 2024-11-01 上传 | 大小:13312 | 下载:0

[数据结构常用算法二叉树

说明:这是一份关于二叉树的代码,代码结构清晰,需要的小伙伴可以看一看。(This is a code about the two fork tree. The structure of the code is clear, and a small partner needs to have a look.)
<吕二丫> 在 2024-11-01 上传 | 大小:275456 | 下载:0

[数据结构常用算法Archive 3

说明:数据结构oj作业第一题,使用布尔数组的新颖算法(Data structure OJ homework first question, a new algorithm using Boolean array)
<江江jiang> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法Archive

说明:数据结构oj1-3,链表排序算法,仅作参考(Data structure oj1-3)
<江江jiang> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法New folder (5)

说明:这是我复习时候的一些数据结构和算法,希望对大家有帮助(this is my pratice and I share with other person ,and I want to learn more.)
<willl> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法test1

说明:本程序利用二叉树实现了表达式的存储和计算的功能(Storage and calculation of expressions with two forked trees)
<陈青001> 在 2024-11-01 上传 | 大小:4096 | 下载:0

[数据结构常用算法yasuo

说明:用快速排序,归并排序,基数排序,计数排序实现对整形数据和字符串的排序(Sort the data and string by quick sort, merge sort, base sort and counting sort.)
<望缺> 在 2024-11-01 上传 | 大小:52224 | 下载:0

[数据结构常用算法数据结构——走迷宫

说明:走迷宫算法的C++实现,可直接运行可执行文件 不需要重新编译(Maze algorithm C++ implementation, can run directly executable files do not need to re compile.)
<ImAucc> 在 2024-11-01 上传 | 大小:5755904 | 下载:0

[数据结构常用算法041761银行家算法(C语言)

说明:在计算机操作系统中,最有代表的避免死锁的算法,是Dijkstra银行家算法。这是由于该算法能用于银行系统现金贷款的发放而得名的。为了加深对该算法的认识和掌握,进而在计算机上实现。为了实现银行家算法,系统中必须设置若干数据结构(In the computer operating system, the most representative algorithm to avoid deadlock is the Dijkstra banke
<冷葉> 在 2024-11-01 上传 | 大小:20480 | 下载:0

[数据结构常用算法huffmanTree

说明:赫夫曼树的创建,以及Huffman编码与字符之间的相互转换(The creation of Huffman tree, and the conversion between Huffman coding and characters.)
<SuperLoser> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法无向图

说明:无向图的创建,转化为邻接矩阵输出,及深度、广度优先遍历(The creation of undirected graph is transformed into adjacency matrix output and depth and breadth first traversal.)
<SuperLoser> 在 2024-11-01 上传 | 大小:1024 | 下载:0
« 1 2 ... .40 .41 .42 .43 .44 2645.46 .47 .48 .49 .50 ... 2656 »

源码中国 www.ymcn.org