资源列表
chexiang
- 利用队列结构实现车厢重排问题。车厢重排问题如下: 一列货车共有n节车厢,每个车厢都有自己的编号,编号范围从1~n。给定任意次序的车厢,通过转轨站将车厢编号按顺序重新排成1~n。转轨站共有k个缓冲轨,缓冲轨位于入轨和出轨之间。开始时,车厢从入轨进入缓冲轨,经过缓冲轨的重排后,按1~n的顺序进入出轨。缓冲轨按照先进先出方式,编写一个算法,将任意次序的车厢进行重排,输出每个缓冲轨中的车厢编号。 -Using queue structures to achieve car Rearrangeme
01packet
- 使用分支限界法解决01背包问题,c++代码实现,能够正确运行-Using the branch and bound method to solve the 01 knapsack problem, c++ code to run properly
computer-algorithms-Analysis
- 计算机算法分析与设计课件 王晓东 ppt-Analysis and design of computer algorithms PPT
critical_path
- 关键路径 的实现算法 c++ 严蔚敏 数据结构-Implementation of the critical path algorithm c++ data structures Yan Wei Min
paixu
- 使用简单数组实现下面各种排序算法,并进行比较。 排序算法: 1、插入排序 2、希尔排序 3、冒泡排序 4、快速排序 5、简单选择排序 6、堆排序 7、归并排序 8、基数排序 要求: 1、测试数据分成三类:正序、逆序、随机数据 2、对于这三类数据,比较上述排序算法中关键字的比较次数和移动次数(其中关键字交换计为3次移动)。 3、对于这三类数据,比较上述排序算法中不同算法的执行时间,精确到微秒-Using a simple ar
Temp1
- 使用C语言实现一种对海量数据的处理,从文本读入并输出到文本-Using C language to implement a massive data processing, read from the text and output to a text
polynomial-multiplication
- 可以实现两个一元多项式相乘,并且能够把两个多项式及结果输出,的算法代码-Can achieve two unary polynomial multiplied, and be able to put two polynomials and the resulting output of the algorithm code
PetersonAlgorithm
- 线程同步问题的的Peterson算法的经典解决办法-Thread synchronization problem of the classical solution Peterson algorithm
topological_sorting
- 拓扑排序 各种操作 c++ 实现的 数据结构 严蔚敏 -Topological sort c++ implementation of various operations of data structures Yan Wei Min
juzheng
- 数据结构中的链表类实现多项式的相加 用C++实现!-Linked list data structure in the sum of polynomial-type implementation with C++ implementation!
NET
- 求图的最小生成树 VC++6.0环境下 DOS界面-Seeking the minimum spanning tree Tu
circuit
- 数学建模中的动态规划思想解决布线问题。 包含整个c工程,内容完整,可运行。-Mathematical modeling of dynamic programming to solve wiring problems. C contains the entire project, content integrity, operational.