资源列表
cPPtest
- 主要给用户提供面试经常要考到的题目,讲到了链表、二叉树、常量、变量等-Main offer users often want to take an examination of the interview to subject, speak to the list of the binary tree constants variables, etc
lianbiao
- 主要是实现链表的增、删、改、查,以便更了解链表的功能。-Mainly is to realize list of increase to delete check, in order to know more about the function of the list
salary
- 简单工资系统(用单链表来实现),希望有所帮助吧-simple salary system,hope it can help you。
Joseph-ring-of-c-language
- c语言的约瑟夫环编程的示范代码 Joseph ring-Joseph ring of c language programming demonstration code
paixu
- 实现了数据结构中直接插入排序、直接插入排序、折半插入排序、冒泡排序、简单选择排序等排序方法-To achieve data structure directly insertion sort, direct insertion sort, binary insertion sort, bubble sort, simple choice sort, sorting method
beipaowenti
- 背包算法的c++简单实现,很有用的,可以-Knapsack algorithm
c
- 先进行水平方向判断,找出两点所在的水平直线活动范围, * 算出这两条线段在垂直方向的共同区域!!!, * 遍历该区域判断能否在两线段间架起公垂线,能则两点连接上; * 接着进行垂直方向判断,类同。无论两点在不在一条直线上, * 都能使用该算法,因为两点同线只是两点作为矩形对角点的特例而已
dictlist
- 索引链表实现细节,既有list的特点,又有map的特点。内部有两种迭代器实现。 list迭代iterator map迭代器kiterator 两种迭代器*,->操作都指向list节点。-Dictionary list(dictlist) realize detail, two kinds of iterator inside. one for list,the other for map. Both iterator point to the list node.
QM
- QM算法的程序实现,比较详尽,且有用法的说明-QM algorithm
2010011005_e4
- 二叉树的建立、析构、前序、中序、后序遍历-binary tree
Josephus
- VC++6.0下的约瑟夫环问题实现,可以输入人数和要数的数字,并将出队的次序依次输出-Josephus Circle with VC++6.0.You can input number of people and the number to be counted.Then sequence can be printed on the screen.
pro_003
- 这里面有插入法排序算法,快速法排序算法,合并排序算法,还有查找第K小元素法-This insertion method sorting algorithm, fast method sorting algorithms, merge sort algorithm, as well as look for the K-element method
