资源列表
find
- 用于寻找网络的clique,4个节点以下很快-For the search network clique, 4 nodes following soon
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.
Single-Neural--PID
- 基于改进的单神经元自适应Pid控制仿真,用4种控制率进行控制-Single Neural Adaptive PID Controller
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.
SCKF
- 基于matlab的平方根容积卡尔曼滤波SCKF程序,是一种较好的非线性滤波方法,希望促进大家的理解。-Based on the square root of the volume of the Kalman filter matlab SCKF program, it is a good non-linear filtering method, we hope to promote understanding.
NSEDFEllipsoid
- NSEDFEllipsoid是基于NESEDF椭圆拟合方法改进的椭球拟合方法。 函数alpha = NSEDFEllipsoid(X,Y,Z)根据椭球代数距离公式a(1)x^2 + a(2)y^2 + a(3)z^2 + a(4)xy + a(5)xz + a(6)yz + a(7)x + a(8)y + a(9)z + a(10) = 0拟合得到椭球方程的10个系数,其中X、Y、Z是采样点坐标的列向量集合。 -NSEDFEllipsoid fits ellipsoid based on
对流扩散问题-追赶法
- 基于一维定常对流扩散问题的数值计算方法,构造三对角矩阵形式,采用追赶法计算结果。适用于三个节点的矩阵形式。