资源列表
source
- 线弹性模型,可以对一般的弹性体通过abaqus进行验证使用-Linear elastic model
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.
Hanoi
- 利用递归实现汉诺塔算法。自己写的,挺小的,希望能有帮助。-Recursive HANOR algorithms. Write your own, quite small, hoping to be helpful.
Fibonacci
- 利用递归产生斐波那契数列的一个小程序。希望能有帮助-Recursive Fibonacci sequence produces a small program.Hope can be helpful.
kuisupaixu
- 快速排序的代码实现。产生随机数进行排序,并且有排序时间的测算。-Quick sort code. Generating random number sequence, and a sort time of the measurement.
hebingpaixu
- 合并排序算法的代码实现,产生随机数,任何进行排序,并且有排序时间的测算-Merge sort algorithm code, generate random numbers, any sort, and there is sort of time measurement
charupaixu
- 插入排序的代码实现。产生随机数,进行排序。并且有排序时间的测算-Insertion sort code. Generate random numbers, sorting. And there is sort of time measurement
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
Josephus(data_struct)
- 数据结构中基于约瑟夫环问题,用C++方式实现的-Data structure based on Josephus problem with C++ a manner. . . . .
cdt_ooc-inheritence_2
- 在C语言里使用宏定义实现面向对象编程的主要特征:继承与多态-In the C language using macros to implement the basic features of object-oriented programming these are inheritance and polymorphism
milk3
- usaco 训练 第1.4.4题 Mother s Milk ac代码-usaco Training Section 1.4.4 Question Mother s Milk ac code
singallist
- 主要实现单链表的连接,把两个单链表合并成一个链表。-The main achievement of a single list of connections, the two merged into a single list.
