资源列表
chazhaoyupaixu
- 数据结构、查找与排序、顺序查找、折半查找、快速排序-Data structure, search and sorting, sequential search, binary search, quick sort
PathSearch
- 带有费用限制的TSP问题,文件由运行时给定路径-TSP
quiksort
- 输入若干组长度各异的待排序列,分别用快速排序算法和改进的枢轴元素三者取中算法对待排序列进行排序,当待排子序列长度已小于 20时,改用直接插入排序,利用时间函数验证三者取中算法在效率上的提高。(提示: 待排序列的长度一般应为 5000 以上)-QuickSort&MiddleQuickSort
dulie
- 使用TC的数据结构的基本操作——队列的基本操作-TC data structure using the basic operations- the basic operation of the queue
erchashu
- 使用TC的数据结构的基本操作——二叉树的基本操作-TC data structure using the basic operations- the basic operation of a binary tree
lianbiao
- 使用TC的数据结构的基本操作——链表的基本操作-TC data structure using the basic operations- list the basic operation of
xianxingbiao
- 使用TC的数据结构的基本操作——线性表的基本操作-TC data structure using the basic operations- the basic operation of the linear form
zhan
- 使用TC的数据结构的基本操作——栈的基本操作-TC data structure using the basic operations- the basic operation of the stack
2
- 利用循环链表解决约瑟夫环问题 可能会有不足之处 希望高手-Joseph Ring using circular linked list to solve the problem may be the inadequacies of hope to see master
user_mm
- 1. 分析用户程序虚拟地址空间分布 2. 模拟实现可变分区管理,存储分配算法采用最佳适配算法。-1. Analysis of user process virtual address space distribution 2. Simulation and Realization of a variable partition management, storage allocation algorithm uses the best fit algorithm.
sort
- 常见的几种排序方法:简单选择排序、直接插入排序、冒泡排序、快速排序、折半插入排序。-Of several common sorting methods: a simple selection sort, direct insertion sort, bubble sort, quick sort, binary insertion sort.
Joseph
- 利用单向循环链表解决约瑟夫环问题,按出列的顺序印出各人的编号。-The use of one-way circular linked list to solve the problem, Joseph Wan, according to the order of a column printed in each number.