-
自己写的课程设计数据结构,有需要的就看自己的了…
自己写的,数据结构课程设计,有需要的可以来看看看的,郁闷上传这麻烦-Their written curriculum design data structure, there is a need to look at to see if the can, and depressed From this trouble
- 2022-08-23 09:45:53下载
- 积分:1
-
数据结构中最经常用到的,包括链表、双链表、二叉树、平衡二叉树、哈希表等...
数据结构中最经常用到的,包括链表、双链表、二叉树、平衡二叉树、哈希表等-Data structure the most frequently used, including the list, double linked lists, binary tree, balanced binary tree, hash table, etc.
- 2022-08-10 07:26:23下载
- 积分:1
-
labyrinth: You need to find the doable way to go to the
destinaton.And then prin...
labyrinth: you need to find the doable way to go to the destinaton.And then print out the path.-labyrinth: You need to find the doable way to go to the
destinaton.And then print out the path.
- 2023-04-17 06:20:02下载
- 积分:1
-
停车场管理系统的源代码
由于停车场是一个狭窄通道,而且只有一个大门可供汽车进出,问题要求汽车停车场内按车辆到达时间的先后顺序,依次由北向南排列。由此很容易联想到数据结构中的堆栈模型,因此可首先设计一个堆栈,以堆栈来模拟停车场,我设计用顺序存储结构来存储停车场内的车辆信息,并给车辆按进栈顺序编号,当停车场内某辆车要离开时,在他之后进入的车辆必须先退出车场为它让路,待该辆车开出大门外,其他车辆再按原次序进入停车场。这是个一退一进的过程,而且让道的汽车必须保持原有的先后顺序,因此可再设计一个堆栈,以之来暂时存放为出站汽车暂时让道的汽车。当停车场满后,继续进来的汽车需要停放在停车场旁边的便道上等候,若停车场有汽车开走,则按排队的先后顺序依次进站,最先进入便道的汽车将会最先进入停车场,这完全是一个先进先出模型,因此可设计一个队列来模拟便道,队列中的数据元素设计成汽车的车牌号,并以链表的形式存储。另外,停车场根据汽车在停车场内停放的总时长来收费的,在便道上的时间不计费,因此必须记录车辆进入停车场时的时间和车辆离开停车场时的时间,然后计算、显示费用情况。
- 2023-04-01 23:20:03下载
- 积分:1
-
主要介绍了如何使用SQL语言编写高效简洁的数据库编程语句,提高数据库编程思想...
主要介绍了如何使用SQL语言编写高效简洁的数据库编程语句,提高数据库编程思想-Introduces how to use the SQL language simple and efficient database programming language, database programming to improve thinking
- 2022-03-13 08:18:47下载
- 积分:1
-
嵌入式数据库软件
嵌入式数据库软件
嵌入式数据库软件
嵌入式数据库软件
嵌入式数据库软件
嵌入式数据库软件-Embedded database software for embedded database software for embedded database software
- 2023-07-16 06:05:03下载
- 积分:1
-
用vb做的一个关于学生信息管理的系统,功能齐全,适合做学生毕业设计。
用vb做的一个关于学生信息管理的系统,功能齐全,适合做学生毕业设计。-Vb make use of a student information management system, full-featured, suitable for graduate students to do the design.
- 2022-06-12 09:42:58下载
- 积分:1
-
在字符串中查找数字的个数,输出数据个数和所有的数据
在字符串中查找数字的个数,输出数据个数和所有的数据-Numbers in the string to find the number, the output data and all the data on the number of
- 2022-01-25 18:22:58下载
- 积分:1
-
ADO数据库操作
ADO 数据库操作
- 2022-10-27 22:20:03下载
- 积分:1
-
c语言编码技术介绍
c语言编码技术介绍-Technology
- 2023-07-28 03:15:05下载
- 积分:1