资源列表
longgebei
- 龙格贝塔算法-Long格贝塔algorithm
matrix
- 基本矩阵运算,供数据结构课程学习。或相关学科-Basic matrix operations for data structure course. Or related disciplines
9.3
- 利用Gauss两点积分公式,进行数值积分的求解,并看它所具有的精确度。-The use of two points Gauss formula for numerical integration of the solution and see its precision.
quick
- 快速算法的c语言实现 使用快速算法对数组进行排序,数组为随机生成的-Fast Algorithm for c-language implementation using fast algorithm to sort an array, an array of randomly generated
KLMAN0
- klman 离散随机系统的卡尔曼滤波编程算法主程序,应该比较好懂-klman discrete stochastic systems programming Kalman filter algorithm the main program, should better understand
juzhenbangbianhuan
- 设计程序,进行矩阵的行变换操作。实现矩阵计算的基本操作-Design process, the matrix of row transformations. Calculated to achieve the basic operation of matrix
insert
- 数据结构无头结点的插入 用于数据结构课程的学习 进行插入节点操作-Data structure without a head node insert
Linked-list
- 较为全面的链表的链表的部分基本操作和链表的倒置,适合数据结构初学者-A more comprehensive list of list of some of the basic operations and the inverted list for data structures for beginners
4-3-QuickSort
- 一个实现快速排序的源码,主要用来实现快速排序-code of quick sort
ordering-model
- 排序法是教学过程中最常见的算例,通过三种不同的排序方式,体会排序思路不同对编程产生的影响-The sorting method is the most common example of the teaching process, through three different sort to appreciate the impact of sorting ideas for programming
beibaosufa
- 背包算法 问题描述 给定一组物品,每种物品都有自己的重量和价格,在限定的总重量内,我们如何选择,才能使得物品的总价格最高。-The knapsack algorithm descr iption of the problem given a set of items, each item has its own weight and price, the total weight of the limited, how to choose in order to make the highest
Demo
- 数据结构中的希尔排序算法。希尔排序算法是直接插入排序算法改进,时间复杂度降低了。-Hill sorting algorithms in data structure. Hill sorting algorithm is direct insertion sort algorithm is improved, and reduces the time complexity.