资源列表

« 1 2 ... .95 .96 .97 .98 .99 300.01 .02 .03 .04 .05 ... 2656 »

[数据结构常用算法maze

说明:利用堆栈实现老鼠迷宫问题,寻找出迷宫的路径-Realize the use of stack rat maze problem, find the path of the maze
<> 在 2025-06-21 上传 | 大小:52kb | 下载:0

[数据结构常用算法Shell_MergeSorting

说明:同时对Shell排序和归并排序进行了实现,并且打印了每趟的结果-At the same time, Shell sort and merge sort carried out to achieve, and print the results of each trip
<> 在 2025-06-21 上传 | 大小:8kb | 下载:0

[数据结构常用算法AVLTree

说明:c++ 实现的AVL搜索树。希望站长采纳。-c++ realize the AVL search tree. Hope that regulators adopt.
<> 在 2025-06-21 上传 | 大小:51kb | 下载:0

[数据结构常用算法shujujiegou

说明:数据结构完整实验报告。内含多个原代码: 线性表基本操作,堆栈与队列, 二叉树基本操作,图的基本操作, 查找-Data integrity of the structure of experimental reports. Containing more than the original code: linear form the basic operation, the stack and queue, binary tree basic operation, the basic operat
<dc> 在 2025-06-21 上传 | 大小:53kb | 下载:0

[数据结构常用算法feijidingpiao

说明:数据结构课程设计:飞机订票系统。包含订票,退票,查询航班等功能。-Data Structure Course Design: aircraft booking system. Contains booking, a refund, check their flight functions.
<dc> 在 2025-06-21 上传 | 大小:65kb | 下载:0

[数据结构常用算法yundonghui

说明:数据结构课程设计:运动会系统。包括输入各参赛学校信息,记录比赛成绩,按各种要求对各学校,团体排序。-Data Structure Course Design: Games systems. Including input of all the participating schools information, record match results, according to various requirements of various schools, groups sort.
<dc> 在 2025-06-21 上传 | 大小:3kb | 下载:0

[数据结构常用算法Maze

说明:这事传统的老鼠迷宫的源代码,利用了堆栈的原理,可以记录走出迷宫的路径,有助于更好的理解堆栈知识。-This traditional mouse maze source code, using a stack of principle, can be recorded out of the maze path, contribute to a better understanding of the stack of knowledge.
<Iris> 在 2025-06-21 上传 | 大小:895kb | 下载:0

[数据结构常用算法sort

说明:这是基数排序程序的源代码,其时间复杂度较小,能输出三趟排序的结果,有助于理解排序过程。-This is the base source code sorting process, and its time complexity is smaller, can be output three times to sort the results help to understand the sorting process.
<Iris> 在 2025-06-21 上传 | 大小:986kb | 下载:0

[数据结构常用算法merge

说明:这是归并排序的源代码,可以输出每一趟的排序结果,有助于理解归并排序算法的核心思想。-This is the merge sort source code, you can sort the output results of each trip, help to understand the merging of the core idea of sorting algorithms.
<Iris> 在 2025-06-21 上传 | 大小:868kb | 下载:0

[数据结构常用算法quicksort

说明:这是快速排序的源代码,可以输出每一趟的排序结果,有助于理解整个排序过程的思想算法。-This is a quick sort of source code, you can sort the output results of each trip, help to understand the thinking of the whole process sort algorithm.
<Iris> 在 2025-06-21 上传 | 大小:1.73mb | 下载:0

[数据结构常用算法heap

说明:選擇排序法的概念簡單,每次從未排序部份選一最小值,插入已排序部份的後端,其時間主要花費於在整個未排序部份尋找最小值,如果能讓搜尋最小值的方式加快,選擇排序法的速率也就可以加快,Heap排序法讓搜尋的路徑由樹根至最後一個樹葉,而不是整個未排序部份,因而稱之為改良的選擇排序法。-Select sort method simple in concept, each part of the election has never been one to sort the minimum, insert h
<王凌云> 在 2025-06-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法backbagproblem

说明:背包問題是關於最佳化的問題,要解最佳化問題可以使用「動態規劃」(Dynamic programming),從空集合開始,每增加一個元素就先求出該階段的最佳解,直到所有的元素加入至集合中,最後得到的就是最佳解。 以背包問題為例,我們使用兩個陣列value與item,value表示目前的最佳解所得之總價,item表示最後一個放至背包的水果,假設有負重量 1~8的背包8個,並對每個背包求其最佳解-Knapsack problem is on the optimization problem
<王凌云> 在 2025-06-21 上传 | 大小:4kb | 下载:0
« 1 2 ... .95 .96 .97 .98 .99 300.01 .02 .03 .04 .05 ... 2656 »

源码中国 www.ymcn.org