资源列表

« 1 2 ... .79 .80 .81 .82 .83 2384.85 .86 .87 .88 .89 ... 2656 »

[数据结构常用算法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 bas
<dc> 在 2024-11-08 上传 | 大小:53kb | 下载:0

[数据结构常用算法feijidingpiao

说明:数据结构课程设计:飞机订票系统。包含订票,退票,查询航班等功能。-Data Structure Course Design: aircraft booking system. Contains booking, a refund, check their flight functions.
<dc> 在 2024-11-08 上传 | 大小: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 vari
<dc> 在 2024-11-08 上传 | 大小: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> 在 2024-11-08 上传 | 大小: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> 在 2024-11-08 上传 | 大小: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> 在 2024-11-08 上传 | 大小: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> 在 2024-11-08 上传 | 大小:1.73mb | 下载:0

[数据结构常用算法heap

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

[数据结构常用算法backbagproblem

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

[数据结构常用算法JosephusProblem

说明:據說著名猶太歷史學家 Josephus有過以下的故事:在羅馬人佔領喬塔帕特後,39 個猶太人與Josephus及他的朋友躲到一個洞中,39個猶太人決定寧願死也不要被敵人到,於是決定了一個自殺方式,41個人排成一個圓圈,由第1個人開始報數,每報數到第3人該人就必須自殺,然後再由下一個重新報數,直到所有人都自殺身亡為止。 然而Josephus 和他的朋友並不想遵從,Josephus要他的朋友先假裝遵從,他將朋友與自己安排在第16個
<王凌云> 在 2024-11-08 上传 | 大小:4kb | 下载:0

[数据结构常用算法4Nmagicsquire

说明:與 奇數魔術方陣 相同,在於求各行、各列與各對角線的和相等,而這次方陣的維度是4的倍數。-The same with the odd magic square is to seek the line, all out with the diagonal and equal, and the dimension of the square is a multiple of 4.
<王凌云> 在 2024-11-08 上传 | 大小:3kb | 下载:0

[数据结构常用算法shacker

说明:事實上這個氣泡排序法已經不是單純的氣泡排序了,它使用了旗標與右端左移兩個方法來改進排序的效能,而Shaker排序法使用到後面這個觀念進一步改良氣泡排序法。 -In fact the bubble sort method is not a simple bubble sort, and it used the flag to the left and right side are two ways to improve the perfo
<王凌云> 在 2024-11-08 上传 | 大小:4kb | 下载:0
« 1 2 ... .79 .80 .81 .82 .83 2384.85 .86 .87 .88 .89 ... 2656 »

源码中国 www.ymcn.org