搜索资源列表
railk
- 最优车皮排序问题 .问题描述: 在一个列车调度站中,k 条轨道连接到k 条侧轨处,形成k 个铁路转轨栈,从左到右依 次记为H1,H2,…,Hk 如下图所示。其中左边轨道为车皮入口(记为H0),右边轨道为出 口(记为Hk+1),编号为a1, a2,.,an 的n 个车皮从入口依次进入转轨栈,由调度室安排车 皮进出栈次序,并对车皮按其出栈次序重新排序为1,2,…,n。 调度室在安排车皮进出栈次序时,遵循以下规则: (1) 车皮入口H0 处的车
railqk
- 最优平行轨道车皮排序问题 .问题描述: 在一个列车调度站中,k 条轨道平行连接到1 条侧轨处,形成1 条主轨道和k-1 条辅助 调度轨道。主轨道记为Hk,辅助轨道从下到上依次记为H1,H2,…,Hk-1 如下图所示。其 中主轨道左边为车皮入口(记为H0),主轨道右边为出口(仍记为Hk)。编号为a1, a2,L,an 的n 个车皮从入口依次进入主轨道,由调度室安排车皮进出轨次序,并对车皮按其出轨次序 重新排序为1,2,…,n。 调度室在安
quicklyline
- 这是一个用C++编写的快速排序程序,主要用于解决优化问题中的快速排序。-This is a C prepared by the rapid sequencing procedures, mainly for the settlement optimization problems of rapid sequencing.
DPG
- 堆排序 一、 需求分析 问题定义: 假设定义堆为满足如下性质的完全三叉树:(1)空树为堆;(2)根结点的值不小于所有子树根的值,且所有子树均为堆。编写利用上述定义的堆进行排序的算法,并分析推导算法的时间复杂度。 -a heap sort, demand analysis definition : the assumption that to meet the definition of sculpture, the complete nature of trigemi
zonghepaixu
- 关于综合排序的一个课程设计,第一次做,不知道有没有什么问题哈,-Sort of a comprehensive curriculum design, the first time, I do not know what the problem is not Kazakhstan,
jordluo
- 模拟手机短消息功能 问题描述 该系统要求对设计一个手机短消息系统,具有排序、查找、更新、显示等功能。通过此课题,熟练掌握数组、指针的各种操作,以及一些算法思想的应用。 -simulated phone short message describing the functional problems of the system design requirements for a mobile phone short message system, with sorting, locate
knap0_1
- 用回朔法实现0-1背包问题,其实排序部分用的是快速排序,以提高运行的时间效率.-Schomburg method used to achieve 0-1 knapsack problem, in fact some sort of rapid, in order to increase the efficiency of operations.
030300741
- 最优平行轨道车皮排序问题« 编程任务:给定正整数n,和n个车皮的初始编号n a , a , ,a 1 2 L ,编程计算最少需要多少个平行轨道才能按照规则(1)和(2)调度车皮,使车皮在车皮出口按照1,2,…,n的顺序输出。« 数据输入:由文件input.txt 给出输入数据。第1 行有1 个正整数n,表示有n 个车皮。第2 行是n个车皮的初始编号n a , a , ,a 1 2 L 。-optimal parallel tracks wagon laquo schedu
railk
- « 问题描述:在一个列车调度站中,k条轨道连接到k条侧轨处,形成k个铁路转轨栈,从左到右依次记为H1,H2,…,Hk如下图所示。其中左边轨道为车皮入口(记为H0),右边轨道为出口(记为Hk+1),,编号为a , a , ,an 1 2 的n 个车皮从入口依次进入转轨栈,由调度室安排车皮进出栈次序,并对车皮按其出栈次序重新排序为1,2,…,n。调度室在安排车皮进出栈次序时,遵循以下规则:(1) 车皮入口H0处的车皮可以进入转轨栈H1,H2,…,Hk之一,或直接进入车皮
SKLSC
- 现今全球哈萨克人使用三种文字,而其中拉丁字母为基础的(欧洲和美国,土耳其使用)文字和西里尔字母为基础的(哈萨克斯坦,其他前苏联共和国使用)文字的排序问题早已解决。本程序解决了对阿拉伯字母为基础的(中国,阿拉伯国家使用)哈萨克文字的排序问题。-Kazakhstan the world today use three languages, of which the Latin alphabet-based (Europe and the United States, Turkey, the use
paixuchazhao
- 掌握在数组上进行排序和查找的方法和算法 理解方法特点,并能灵活运用 加深对排序和查找方法的理解,逐步培养解决实际问题的编程能力 -In the hands of the array on the method to sort and find methods and algorithms to understand the characteristics and flexibility in the use of better understanding of the sort an
2008440938(1)
- 通过调用函数实现许多数据间的大小排序问题-paixu
arrange
- 用于二叉树的排序问题,解决排序的问题,不含密码-The scheduling problem for binary trees
xierpaixu-csharp
- 用C#语言实现希尔排序问题,内有详细代码和截图,供大家交流使用-Hill, C# language with scheduling problems, with detailed codes and screenshots for all to share the use
CC.doc
- 简单的职工管理系统1.问题描述述 对单位的职工进行管理,包括插入、删除、查找、排序等功能。 -Simple employee management system 1. The problem described above to manage the unit' s staff, including insert, delete, search, sort, and so on.
VC
- 用VC实现二叉树的排序问题的源代码,很详细的代码程序解释-Binary tree sort of problem with VC source code, a detailed code of procedure explained
paixuwenti
- 数据结构中各种排序问题,比较全,大家可以下下来参考一下,希望对你有帮助。-Data structure in a variety of sorting problem, compare the whole, you can look down, and I hope to help you.
CPP
- 这是一个简单的c++排序问题,最基本的,但是又很实用-Simple c++ Scheduling
Serialmergesort
- 用c#实现串行的二路归并算法。解决随机生成的1000000个0-99之间的数字排序问题。-Realization of serial two path merging algorithm with c#. To solve the random generation of the 1000000 0-99 between the digital sort problem.
paixu
- 排序问题,利用C语言对十个数据进行排序,要求用冒泡法实现-Sorting problem, the use of C language to sort the ten data, requires bubbling method to achieve