资源列表
vsrk4
- 龙格-库塔(Runge-Kutta)法是一种不同的处理,作为多级方法为人们所知。 它要求对于一个简单的校正计算多个 f 的值。 这里是变步长四阶龙格库塔法的c程序-Runge- Kutta [Runge-Kutta] method is a different treatment, as a multi-stage method for people to know. It requires a simple correction for the calculation of
Breadth-first-traverse
- 数据结构中的连通图的广度优先遍历类似于树的按层次遍历。通过队列的形式实现的。-In data structures, connected graph breadth first traverse similar to tree according to level traversal. Through the queue form to realize.
Maze
- 迷宫有一个入口,一个出口。一个人从入口走进迷宫,目标是找到出口。阴影部分和迷宫的外框为墙,每一步走一格,每格有四个可走的方向,探索顺序为:南、东、北、西。 -The maze has one entrance, one exit. A person from entry into the maze, the goal is to find the exit. Shaded and the maze of the frame for the wall, walk every step of a g
bianbuchangjifen
- 计算方法中的变步长梯形积分公式是求定积分的近似值,这里提供变步长梯形积分公式的matlab源代码。-Calculation of the variable step trapezoidal integration formula is the pursuit of definite integral approximation, which offers variable step trapezoidal integration formula matlab source code.
Bspline
- Java code to print out Bspline basis function of any order.
stack
- 利用栈将一个十进制整数转化为二进制数的算法-Use the stack to a decimal integer into binary numbers algorithm
GradEnergy
- Saliency Map based on intensity gradient
xue-ding-e-equation
- 可以用来求薛定谔方程的本征值。同时可以求出薛定谔方程的部分解。-Can be used to find the eigenvalues of the Schrö dinger equation. Schrodinger equation can be obtained while partial solutions.
MATLAB
- 用LMI工具箱解决混沌系统稳定问题。相关论文后的实例所用的代码。-method of LMI
2-Determinando-Ganancia-Critica
- A short code used to know the frecuency to sintonize a sistem using a PID control
bezout
- This program do the Bezout theorema. We introduce two numbers and the program calculate the result of the algorithym
FDM_circular
- 有限差分的方法求解雷诺方程,使用迭代求解-Finite difference method for solving the Reynolds equation using an iterative solver