-
数据结构,队列,医院预约看病程序
应用背景在较复杂的数据处理过程中,通常需要保存多个临时产生的数据,如果先产生的数据先进行处理,那么需要用队列来保存这些数据。关键技术看病,采用先到先看的原则,由于人数的不确定性,这里采用一个带节点的单链表作为队列的存储结构。
- 2022-07-11 01:14:36下载
- 积分:1
-
我的数据结构的实验题,停车场,用栈和队列 模拟停车场,实现进车和出车
我的数据结构的实验题,停车场,用栈和队列 模拟停车场,实现进车和出车-my data structure experiment, a car park, with Stack and Queue simulated car parks, to achieve progress and out of cars
- 2023-05-03 05:10:02下载
- 积分:1
-
Binary Tree Application
二叉树应用-线索化二叉树遍历的源码以及实验报告!-Binary Tree Application- threaded binary tree traversal of the source and the experimental report!
- 2022-05-24 23:37:42下载
- 积分:1
-
C++数据结构(链表)
采有C++模板实现的一个数据结构"链表",可以进行增加,删除,修改等20多个成员函数。
本程序适合初学数据结构的朋友们。
- 2023-05-07 21:30:03下载
- 积分:1
-
程序,很好的程序
程序,很好的程序-procedures are good procedures
- 2022-12-21 05:00:03下载
- 积分:1
-
java常用的排序算法源码,从最基本的冒泡排序到快速排序,基排序等各种实现...
java常用的排序算法源码,从最基本的冒泡排序到快速排序,基排序等各种实现 -commonly used sorting algorithm java source code, from the most basic to the Quick Sort Bubble Sort, sort, etc. to achieve the base
- 2022-04-22 17:48:13下载
- 积分:1
-
快速排序
基本思想:通过一趟排序,将待排序记录分割成独立的两部分,其中一部分记录的关键字均比另一部分记录的关键字小,则可分别对这两部分记录进行排序,以达到整...
快速排序
基本思想:通过一趟排序,将待排序记录分割成独立的两部分,其中一部分记录的关键字均比另一部分记录的关键字小,则可分别对这两部分记录进行排序,以达到整个序列有序-Basic idea of quicksort: sort through the trip, will be to sort records is separated into two independent parts, some of which are recorded in another part of the record than keyword keyword small, then the two were part of the record sort, so as to achieve the entire sequence of orderly
- 2022-03-10 10:21:56下载
- 积分:1
-
清华大学版的数据结构实验中利用链表编的多项式的加,减,乘的原程序...
清华大学版的数据结构实验中利用链表编的多项式的加,减,乘的原程序-version of the experimental data structure used Listless series polynomials, plus or minus, by the original procedure
- 2022-03-11 16:52:54下载
- 积分:1
-
C++数据结构图结构的类定义及有关算法
C++数据结构图结构的类定义及有关算法-C data structure definition of the class structure and the algorithm
- 2022-03-15 06:59:35下载
- 积分:1
-
C, C language data structures and algorithms important procedure is all.
C、C++语言实现的数据结构重要算法和程序
比较全。-C, C language data structures and algorithms important procedure is all.
- 2022-02-04 09:44:48下载
- 积分:1