资源列表
KMP
- KMP算法的C++实现,通过了编译和运行-KMP-algorithm s realization
testKrouteDll2
- 一个使用k路由算法的例子,给你的是k路由的DLL,尽管用就是了。-a routing algorithm used the example to you is the DLL k routing, despite using the grindstone.
shujujiegou
- 《数据结构(Java版)》书中的实例源码-" Data structure (Java version)" examples of source book
Data_Structure_C
- 基本数据结构的C实现。包括: (1)线性顺序表 (2)单链表 (3)双向循环链表 (4)顺序栈 (5)链式队列 (6)循环队列 (7)二叉树的先序、中序、后序的递归遍历和非递归遍历。-C-realization of the basic data structure. Include: (1)Sq_List (2)Linked_List (3)Du_linkedlist (4)Sq_Stack (5)Linked_Queue (6)Cycl
kczupx
- 可以作为各类考试考场座位排序来用!或编程学习资料-Examination Seat Sort
liusuma
- 六数码问题的回溯描述,代码为C语言实现,简单方便-Retrospective descr iption of the six digital code for the C language, simple and convenient
DataStructurePart3
- 学校老师上课的讲义和习题解答。这一部分关于树和二叉树。-School teachers class lectures and exercises to answer. This part on the trees and tree.
sort-hfut8
- 合肥工业大学数据结构试验八排序 包括完整的实验要求、实验预习报告、实验最终报告 实验要求: <1>采用不同实验数据来观察快速排序的实验中比较和交换元素的次数,并分析数据的规模和初始特性与比较与交换次数之间的函数关系。 <2> 完成下面功能:将一个整型数组调整为这样的数组:所有3的倍数在最左边,所有除以3余1的数在中间,而所有除以3余2的数在最右边。要求算法的时间尽可能少。 <3> 实现shell排序算法,并观察
Dynamic-Program
- 动态规划的问题,有基础类的背包问题,邮局问题等,里面也有该类问题的源码-Dynamic programming problem, the knapsack problem with class-based, post offices and so on, which is also the source of such problems
154
- 个零件的轮廓往往是多种多样的,有直线,有圆弧,也有可能是任意曲线,样条线等. 数控机床的刀具往往是不能以曲线的实际轮廓去走刀的,而是近似地以若干条很小的直线去走刀,走刀的方向一般是x和y方向-The outline of the outline of a part is often DuoZhong diverse, a straight line, arc, also may be any curve, spline line etc. Of the numerical control mac
efficience
- 多种排序算法(冒泡排序,插入排序,堆排序等等)效率分析-Efficiency analysis of a variety of sorting algorithms
BST
- 用C++写的二叉树,实现了相关的功能,是数据结构入门的经典-binary tree template