资源列表

« 1 2 ... .92 .93 .94 .95 .96 2097.98 .99 .00 .01 .02 ... 2656 »

[数据结构常用算法shendu

说明: 1、深度优先搜索遍历图的算法:首先访问指定的起始顶点V0,从V0出发,访问V0的一个未被访问过的邻接顶点W1,再从W1出发,访问W1的一个未被访问过的顶点W2,然后从W2出发,访问W2的一个未被访问过邻接顶点W3,依次类推,直到一个所有邻接点都被访问过为止。-1, depth-first search graph traversal algorithm: First visit to the designated start vert
<> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法mtqp

说明:马踏棋盘 讲述的是一些在棋盘上的算法-Horse riding on the chessboard is a number of algorithms in the chessboard
<> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法EightQueue

说明:eightqueue方面的冬冬。。 觉得在某一些方面说的还可以,所以就拿上来给大家分享-Dongdong eightqueue area. . Feel that certain aspects that can be, so take up to everyone to share
<> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法quicksort

说明:快速排序思想: 在待排序的n个记录中任取一个记录(通常取第一个记录),把所有小于该记录的记录移到其左边,把所有大于该记录的记录移到其右边,所选记录正好处在其应在的位置,且把原有序列划分成两个子序列。然后,对两个子序列分别重复上述过程,直到所有记录都排好序。把当前参加排序的记录按第一个记录的排序码分成前后两个部分的过程称为一趟快速排序。-Quick Sort thinking: The question sort n records
<> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法guandu

说明:2、广度优先搜索遍历图的算法:首先访问指定的起始顶点V0,从V0出发,访问V0的所有未被访问过的邻接顶点W1,W2……,Wk,然后再依次从W1,W2……,Wk出发,访问它们的所有未被访问过的邻接顶点,依次类推,直到图中所有未被访问过的邻接顶点都被访问过为止。-2, breadth-first search graph traversal algorithm: First visit to the designated start ver
<> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法067109a

说明:实现以循环链表表示的队列操作: 建队列,销毁队列,入队,出队,求队列长度,判断队空,显示队列。-To realize the cycle of the queue list indicated steps: build queue, the destruction of queues, into the team, a team, and queue length to determine Air Force shows that qu
<rabi> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法BUBBLE

说明:建队列,销毁队列,入队,出队,求队列长度,判断队空,显示队列。-Build queue, the destruction of queues, into the team, a team, and queue length to determine team air show queue.
<rabi> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法lianbiao

说明:通过使用链表对一组数进行排序,并可以在此已排序的的数组插入数并自动进行排序-err
<吴木荣> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法trans_num_to_stack

说明:用栈来实现数制的转换!C语言写的,可能有哪里不好,请指正!-Stack to achieve the number using the conversion system! Written in C language, it may be where the bad, please correct me!
<iggcel> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法nhuanhou

说明:n皇后的问题,求出总共的解法数,并显示其中一种的解法-n Queens problem, the solution obtained a total number, and show that one of the Solution
<李冰帆> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法weiyiqueding

说明:该程序属于二叉树中唯一确定一棵二叉树的程序,用于学习数据结构-The program is the only binary tree binary tree to determine a procedure for learning the data structure
<何安> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法jos

说明:利用单向循环链表模拟此过程,按照出列的顺序打印出各人的编号。-Using one-way circulation list mock this process, in accordance with a print out the order of their number.
<阿刀侠> 在 2024-10-21 上传 | 大小:1024 | 下载:0
« 1 2 ... .92 .93 .94 .95 .96 2097.98 .99 .00 .01 .02 ... 2656 »

源码中国 www.ymcn.org