资源列表
Josephus(data_struct)
- 数据结构中基于约瑟夫环问题,用C++方式实现的-Data structure based on Josephus problem with C++ a manner. . . . .
calcu
- 一个使用递归算法和堆栈结构实现的计算器。将中缀表达式转化为后缀表达式后再使用递归和堆栈实现。-A stack structure using a recursive algorithm and implementation of the calculator. The infix expression into postfix expression before using recursion and stack implementation
charupaixu
- 插入排序的代码实现。产生随机数,进行排序。并且有排序时间的测算-Insertion sort code. Generate random numbers, sorting. And there is sort of time measurement
hebingpaixu
- 合并排序算法的代码实现,产生随机数,任何进行排序,并且有排序时间的测算-Merge sort algorithm code, generate random numbers, any sort, and there is sort of time measurement
kuisupaixu
- 快速排序的代码实现。产生随机数进行排序,并且有排序时间的测算。-Quick sort code. Generating random number sequence, and a sort time of the measurement.
Fibonacci
- 利用递归产生斐波那契数列的一个小程序。希望能有帮助-Recursive Fibonacci sequence produces a small program.Hope can be helpful.
Hanoi
- 利用递归实现汉诺塔算法。自己写的,挺小的,希望能有帮助。-Recursive HANOR algorithms. Write your own, quite small, hoping to be helpful.
zhongshu
- 利用递归求众数。借助了快速排序的思想,选中一个数,先把比它小的放在左边,比它大的放在右边。-Use recursive plural. With the idea of quick sort, select a number, first it is smaller than on the left, on the right side than it is big.
source
- 线弹性模型,可以对一般的弹性体通过abaqus进行验证使用-Linear elastic model
treemap
- 使用嵌套的矩形的相对面积的树形图显示用数据。 -Treemaps display data using the relative areas of nested rectangles.
linjielianbiao
- 大学数据结构上机作业,C++语言写的邻接链表,练习邻接链表的工作机制。-Data structures, the use of adjacency lists
yufafenxi
- 用C++编写的简单的语法分析,参照编译原理相关书籍,简单易懂。-Using C++ to write a simple syntax analysis, reference books compiler theory, simple and understandable.
