资源列表
利用四阶龙格-库塔公式计算常微分初值问题的数值解
- 利用四阶龙格-库塔公式计算常微分初值问题的数值解,The use of fourth-order Runge- Kutta ordinary differential formula of the numerical solution of initial value problem
dijkstra_homework
- 本例为dijkstra算法的一个应用。程序比较清晰简洁地运用循环解决了dijkstra算法中的集合元素判断问题。-The dijkstra algorithm were an application. Clear and concise procedures used to resolve the cycle dijkstra algorithm to determine the issue of a collection of elements.
linklist
- 建立一个学生链表,实现基本的创建,删除,插入功能。-A student list, to achieve the basic create, delete, insert function.
mtqp
- 马踏棋盘 讲述的是一些在棋盘上的算法
qishiwenti
- 算法设计与分析的一道题目:骑士问题(适用于上课实验)-Algorithm design and analysis of a topic: Knight problem (for class test)
Dij
- zui duan lu de ji ben suan fa
zhuanhuan
- 运用堆栈来解决数制的转换问题是数据结构中很简单的一个思维方法。-Number system using the stack to resolve the conversion issue is a very simple data structure, a way of thinking.
KMP
- KMP算法主要用于匹配字符串,算法复杂度为O(N),本代码用C 语言编写-KMP string matching algorithm is used, the algorithm complexity is O (N), the code written in C language
abc
- 已知带头结点的动态单链表L中的结点是按整数值递增排序的,试写一算法将值为x的结点插入到表L中,使L仍然有序。-Known to take the lead in the dynamics of a single node in the node list L is based on integer values in ascending order, the algorithm will try to write a value of x nodes into lis
zuiyouzhuangzai
- 贪心算法之最优装载——有n个集装箱要装上1艘载重量分别为c的轮船,其中第i个集装箱的重量为wi。最优装载问题要求确定在装载体积不受限制的情况下,将尽可能多的集装箱装上轮船,并找出一种装载方案。-Greedy algorithm of the optimal load
mars-currecy
- 火星货币算法的c-c++算法,希望对学习算法的同志有帮助-The algorithm of mars currecy
RANDOMIZED-QUICSORT
- 大量数据的随机快速排序,来实现对算法的分析-Random sorting large amounts of data quickly, to achieve the analysis of algorithms