资源列表
power-flow
- 电力系统潮流计算,可以实现IEEE的几个标准测试-Power Flow Calculation
f2-mp-2011041215-j
- this file is disperison model
java-ACO-Ant-Colony-Optimization
- 蚁群算法JAVA的实现 挺好的算法 用于机器人-java-ACO Ant Colony Optimization cony
Progs_m
- Solves Ax = b by Gauss-Seidel method with relaxation.
bisect
- Finds a bracketed zero of f(x) by bisection
brent
- Finds a root of f(x) = 0 by combining quadratic interpolation with bisection (Brent s method).-Finds a root of f(x) = 0 by combining quadratic interpolation with bisection (Brent s method).
bulStoer
- Simplified Bulirsch-Stoer method for intergration of y = F(x,y).-Simplified Bulirsch-Stoer method for intergration of y = F(x,y).
Kalman-filtering
- best kalman filtering example for beginners
quicksort
- 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。 -Quick sort (Quicksort) is a bubble sort of an improvement. CAR Hoare in 1962 by the mak
bottomupsort
- 冒泡排序,是指计算机的一种排序方法,它的时间复杂度为O(n^2),虽然不及堆排序、快速排序的O(nlogn,底数为2),但是有两个优点:1.“编程复杂度”很低,很容易写出代码;2.具有稳定性,这里的稳定性是指原序列中相同元素的相对顺序仍然保持到排序后的序列,而堆排序、快速排序均不具有稳定性。不过,一路、二路归并排序、不平衡二叉树排序的速度均比冒泡排序快,且具有稳定性,但速度不及堆排序、快速排序。-Bubble sort is a sorting method of the computer, i
calgari2
- strapdown ins positining
encoder
- 集成电路测试,数据压缩和解压程序,适合于s15850f,s35932f,s38417f,s38584f等电路。-Integrated circuit testing, data compression and decompression procedures ,for s15850f, s35932f, s38417f, s38584f and other circuits.
