资源列表
main
- 1)实现二路归并排序算法。 2)实现快速排序算法。 3)实现堆排序算法。 4)实现冒泡排序和选择排序算法 (2).已知长度为n的线性表A采用顺序存储结构,请写一时间复杂度为0(n)、空间复杂度为0(1)的算法,该算法删除线性表中所有值为item的数据元素。要求:线性表元素个数n很大,而值为item的数据元素个数很少,要求移动元素个数尽量少;删除后的数组元素与原数组元素不必保持顺序一致。 (3).编写一个主函数,调试上述算法。注:需要额外设计一个线性表初始化的函数。 (4)
cBinaryTree
- 数据结构,二叉树的应用, 树的遍历,大部分是别人的, 只改了一下-data struct
banker
- 银行家算法(实现银行家算法的整个流程。从资源申请,到数据结构数值的修改,到安全性检测;循环资源申请,检测每次的安全状态,输出安全序列,直至所有进程执行完毕)-Banker' s algorithm
osp3_v1
- thirdtpart. Operation system project. creat son in father. then contact two.
a
- 数据结构链表的相关操作,包括创建,删除,修改,输出,查找等一系列操作-Data structure linked list of related operations, including create, delete, modify, output, and a series of operations to find
experience3
- 写了一个完整的二叉树排序树,供大家参考。-Write a complete binary tree sort tree, for your reference.
migong
- 可以在一个给定的迷宫中找出出口,迷宫类型为一个数字迷宫,设有入口和出口-Can be given in a maze to find the export of a number maze type maze, with import and export
dx
- 课程实验关于多项式相加和相减,相乘 数据结构-Add and subtract polynomials, multiply
paixushu
- 简单的二叉排序树的程序,用于常见的数列排序工作-Simple binary search tree program, the number of columns for common sort of work
tree
- 验证二叉树的功能,能实现先序输入,简单查找,输出节点data等功能-Verify the function of a binary tree, to achieve the first order input, a simple search, data output node functions
danlianbiao
- 利用单链表比较所给的特定数字的大小,并输出。 规定数字都是“三位数”,其中num[0]~num[2]分别存储百位数、十位数和个位数,num[3]为字符串结束符。 从"个位关键字"开始,进行反复的分发和收集,最后得出结果。-Comparison to the use of a single list of specific numbers in size and output. Requirement figures are " three-digit" , where n
JAXPDOMTest
- 使用JAXP获得DOM解析器的基本原理与获得SAX是相同的,例子使用JAXP来获取一个DOM解析器组件。-use JAXP parser access to the DOM and access to the basic tenets of SAX is the same, examples use JAXP access to a DOM parser components.
