资源列表
MaxLoading
- 最大装载问题,,采用贪心法实现,希望对大家有所帮助-The maximum loading problem ,, using greedy method to achieve, we hope to help
OptimalizingLoading
- 最优装载问题,采用贪心法实现,希望对大家有所帮助-Optimal loading problem, using the greedy method to achieve, we hope to help
WorkAssignments
- 工作分配问题,采用分支界限法实现,希望有所帮助-work assignments
rectangle_c++
- rectangle in c++ prgramming uni
josephus
- 设编号为1,2,…,n(n>0)个人按顺时针方向围坐一圈,每人持有一个正整数密码。开始时给出一个报数上限m,从第一个人开始顺时针方向自1起顺序报数,报到m时停止报数,报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人起重新自1报数;如此下去直到所有人全部出列为止。设计一个程序模拟此过程,在qt中设计出基本的提示及显示结果的界面,给出出列人的编号序列及出列人手持密码值。- A descr iption of the problem are: number 1,
Binary_Tree
- 二叉树简单实现,适于数据结构初学者,代码挺短-a simple binary tree, easy for beginner
Map_SYSU
- 这是一个使用图数据结构实现的中山大学地图程序,里面有一文档说明了程序的用法及测试。-this is a use of graph data structure to realize map of sun yat-sen university program, there is a document illustrates the use of the program and test.
AirplaneSimulation
- 这是一个使用队列,栈数据结够写成的飞机场流量模拟程序,里面有一报告详细说明了跑道数量的不同,单车道双车道,飞机的到达率等因素对飞机场运作的影响。-This is a used queue, stack data and written enough airport traffic simulation program, there is a report detailing the runway number of different, single two-lane, the aircraft
Hash_contact
- 这是一个使用哈希实现的班级通讯率程序,将人名转化为拼音后,映射到一数组上,使用拉链法避免冲突。并附有一报告。-This is a communication rate programs use hash implementation class, after the name into pinyin, mapped to an array, using a zipper method to avoid conflict.
Dijkstra_matlab
- matlab 实现单源点最短路径算法。包含注释和运行结果。-matlab Dijkstra
quicksort_matlab
- matlab 实现快速排序算法。一共有主程序,分类,插入和选择四个程序。-matlab,Quicksort algorithm
DS_1
- 西南交大电气数据结构实验一。顺序表的插入与存储-data struct