资源列表
[数据结构常用算法] dshomework_tree
说明:利用先序序列构造二叉树,并执行了查找、交换左右孩子、和以某一个点为根的叶子结点的个数-Create Bstree,search the node ,exchange the child and the number of the leaves<qian zhou> 在 2025-06-16 上传 | 大小:181kb | 下载:0
[数据结构常用算法] Parking-Management-System
说明:一个简单的停车场车辆进出管理程序,利用队列与栈的基本功能实现。-Vehicles entering and leaving the parking lot of a simple management procedures, the use of the basic functions of the queue and stack implementation.<轩辰龙> 在 2025-06-16 上传 | 大小:181kb | 下载:0
[数据结构常用算法] zuchengyuanli1
说明:组成原理中对于定点小数的加减运算系统,及浮点数的换算。-In principle for fixed-point decimal addition and subtraction system, and floating point number of conversion.<王莉> 在 2025-06-16 上传 | 大小:181kb | 下载:0
[数据结构常用算法] zuchengyuanli3
说明:组成原理中对于定点小数的乘除运算,以及与浮点数之间的转换。-In principle for fixed-point decimal multiply and divide, as well as with floating-point conversion between.<王莉> 在 2025-06-16 上传 | 大小:181kb | 下载:0
[数据结构常用算法] BinSearchTree
说明:c语言编写的二叉树问题,用的是链结合二级指针实现,合适初学者学习和使用-c language of the binary tree with the chain binding the two pointers, suitable for beginners to learn and use<myron> 在 2025-06-16 上传 | 大小:181kb | 下载:0
[数据结构常用算法] airport
说明:【问题描述】假设机场有一条跑道,每架飞机需花费一定时间着陆,花费一定时间起飞,飞机的起降满足一定的概率。一般来讲,机场存在两个队列,一个等待着陆的飞机队列和一个等待起飞的飞机队列,同样等待时间下,等待着陆的飞机比准备起飞的飞机具有更高的优先级。试编写程序模拟这个机场的运行。 【基本要求】使用队列或优先队列实现;要求可以变换起飞和着陆频率来模拟一天中的飞行高峰期和空闲期;要求可以改变着陆和起飞时间以模拟不同的效果。 【实现提示】可以假设有一个每次前进一分钟的模拟时钟,对于每一分钟,产生两个<李梅> 在 2025-06-16 上传 | 大小:181kb | 下载:0