搜索资源列表
数据结构的车厢调度
- 利用栈的方式完成车厢调度,数据结构的实习题目,已完成基本内容.-Completes the compartment dispatch using the stack way,Construction of data practice topic,Has completed the basic content
ji99i
- 是一个有动画界面的车厢调度问题。因为大多数学生在学数据结构是遇到问题,本程序能为他们做参考-is an animation interface compartment scheduling problem. Because the majority of students in the data structure of the problems encountered, the procedure can be done for them reference
车厢调度
- 数据结构车厢调度问题: 用栈的形式实现车厢调度,火车入口处的车厢序列编号为1到n -data structure train scheduling problem : stack trains in the form of scheduling, at the entrance to a train compartment of a serial number to n
03500112
- 时代在飞速发展,科技日新月异。计算机已经成为我们生活中必不可少的工具了。而作为一名大学生,我们更应该比平常人多了解计算机。在我们学习计算机的过程中,我们可能会出现这样或那样的迷惑。有的不是口说就能解决的,这就需要我们自己去动手解决,而这就是我们为什么要搞课程设计了。今年,我们又学习了数据结构这门课,在这门课里包含那么多的东西,怎么样才能检验我们是否掌握了这门课呢。我们就有了这课程设计,通过课程设计使我们能够进一步理解和熟练掌握课本中所学的各种数据结构,学会如何把学到的知识用于解决实际问题,培养我
HUOCHEDIAODU
- 这是一个关于车厢调度的文件代码.具体是不可以本人还没有进一步的调试,若有问题可自行解决.-This is a compartment on the scheduling of the file. I can not specific no further debugging, if the problem can be resolved.
Attemper.C
- 关于数据结构课程设计的车厢调度问题,用c语言实现-data on the structure of curriculum design compartments scheduling problems, and use language c
车厢调度
- 用c写的数据结构问题-Construction of data question writes which with c
compartment
- 车厢调度----数据结构课程设计。利用的栈的结构进行设计,主要包括栈的基本操作,及进行调度的算法。
code
- 该程序使用c语言 以栈为结构实现车厢调度
车厢调度课程设计
- 一个数据结构的车厢调度课程设计,做得一般般的,可以运行
车厢调度问题123
- 设计一个车厢调度的程序,输出所有可能的序列 假设停在铁路调度站入口处的车厢序列的编号依次为1,2,3,n , 设计一个程序,求出所有可能的长度为n 的车厢序列。 实现栈的顺序存储结构SqStack之上实现栈的基本操作,即实现栈类型。程序对栈的基本操作必须借助于基本操作进行。 测试数据取 n=1,2,3, 程序输出的结果应该在屏幕上显示出来-Designs the procedure which a compartment dispatches, the output all possible
实习2.3
- 用栈的形式实现车厢调度,火车入口处的车厢序列编号为1到n-Realizes the compartment dispatch with the stack form,The train entrance compartment sequence serial number is 1 to n
CXDD
- 停在车厢调度站的车厢序列编号依次为1,2,....n,求所有可能的输出序列号-Stopped at the train station the train scheduling serial number followed by 1,2 ,.... n, for all possible output sequence number
che
- 数据结构中的车厢调度算法 ,自己的,水平不太高,嘿嘿 ,互相学习!-Data structure inside the scheduling algorithm, its own level is not too high,嘿嘿, learn from each other!
datastructure
- 数据结构的全部课程实验,车厢调度,一元稀疏,停车站,哈弗曼-Data structure of a full course of experiments, train scheduling, one dollar sparse, parking stations,哈弗曼
11
- 完美版车厢调度 大学课程设计 做得还可以-Perfect version of the design of train scheduling of university courses can also be done
77433668CXDD
- 数据结构中实验的车厢调度源码希望对大家有用-Data structure in the experiment compartment scheduling for all of us hope that a useful source
02-23-65
- 通过输入车厢系列的编号n,求出所有可能由此输出的长度为n的车厢系列,用入栈出栈的方法,实现车厢调度,并演示每一种出栈序列的过程。任务:假设停在铁路调度站入口处的车厢系列的编号依次为1,2,3,…n。设计一个程序,求出所有可能由此输出的长度为n 的车厢系列。-Series by entering the number of compartments n, the resulting output to derive all possible n the length of the train li
a
- 数据结构课程设计—车厢调度问题,用C++实现编号为1,2...n的n个序列依次入栈的所有可能出站序列。-Data structure the curriculum design- inside scheduling problem, using C++ to achieve numbered 1,2 ... n of n followed by a sequence of all possible入栈outbound sequence.
train
- C++题目 信息学奥赛的车厢调度题 题干请自行查阅(An NOIP Question Train Station find the question on Internet)