资源列表
Gauss
- 高斯消元,求解线性方程组,高斯消元,求解线性方程组-Gauss, solving linear equations, Gauss elimination, for solving linear equations
ditui
- 用来对一个给定数列求其递推公式。 第一行输入n,表示数列的长度。 第二行输入这个数列。 程序将给出该数列的递推公式。-Used for a given series for the recursive formula. The first line of input n, the length of that series. Enter the second line of this series. Procedures will be given the series of rec
chaos-LargestLyapunov
- 给出一个求解连续混沌系统的最大Lyapunov指数的程序,经验证有很好的吻和度,并能应用的高维(超混沌)或其他混沌系统。-Solving a continuous chaotic system is given the maximum Lyapunov index procedure, proven good kiss and degrees, and can use the high-dimensional (super-chaotic), or other chaotic systems.
Fisherclassifier
- fisher线性判别器,方法简单直观,对于多维样本有较好的分类能力-fisherclassifer
ExpandingRods
- 题意:已知一个圆的弦长l0及这条弦所在的弧长l1,求弦的中心点到弧的中心点的距离 思想:这是一个列方程然后利用二分法解方程的题目,令该疑弧所对的圆心角为anlg, 半径为r,根据题意有两个方程:l1=anlg*r l0=2*r*sin(anlg/2) 两个方程两个未知数, 通过化简有:2*l1*sin(anlg/2)-anlg*l0=0 因为角度的值是从0到2*pi,题目中讲到过 弧的长度不可能大于弦的两倍,所以角度不可能取到2*pi,但是有可能为0,把零特殊考虑, 再从0到
HartleyTransform
- The Fast Hartley Transform (FHT) implementation.
jianyi-jisuanqi
- 用Java编写的容器上的简易计算器,包含加法和减法并可以清零。-Jmichelle on the container of simple calculator, including addition and subtraction and can reset.
4-9-motor-refueling
- 4-9 motor refueling.算法设计与分析 课后答案 算法实现题4-9-4-9 motor refueling
jidasiranguji
- MATLAB控制系统仿真与设计实例,欢迎大家参考。-MATLAB simulation and control system design example, we welcome the reference.
Newton
- 用java写的通过牛顿迭代法计算某数的n次方根,可设置迭代次数,计算精度等.-java Newton iterative method for n-th root of a number of
fotran-youxianchafen
- 有限差分中的CN格式求解拉普拉斯方程。其中主要的THTA格式分成0-1之间100个数,用来验证其格式的收敛要求。-CN finite difference scheme for solving the Laplace equation. One of the major THTA format into 100 number between 0 and 1, is used to verify the convergence requirements for the format.
Dijstra算法
- Dijstra算法求无向图的最短路径,用10个结点的无向图为例,路径的起点可选择
