资源列表
jtwd
- 电力系统静态稳定计算一般采用小干扰法,即首先计算近似的线性微分方程组系数矩阵的特征根。然后根据特征根在复平面上的特性,判别电力系统运行的稳定性 操作说明: 请输入初始功率S0,形如a+bi 请输入无限大系统母线电压V0 请输入系统直轴等值电抗的大小Xd 请输入同步电角速度 请输入惯性时间常数Tj 请输入综合阻尼系数D-static power system stability calculation generally use small interfering, f
dazhengshuchengfa
- 大整数乘法,算法设计分析与设计 出自南大老师课件里面的 转载
1001
- 计算大整数乘法,可用于汇率等高精度计算上,为C语言编码。-Large integer multiplication calculation can be used for calculating the exchange rate and other high-precision, for the C language code.
initializing-phase-volume-fraction
- 下列被集成在UDF 中的语句在求解过程中说明一个相的体积分数。它在求解过程的开始执行。这个函数建立一个中心在0.5, 0.5, 0.5,半径为 0.25的球形体。第二个相的体积分数1 被补充说明到球形体内的单元中,但是第二个相在其他单元中的体积分数为0-The following statement is integrated in the UDF in the descr iption of a phase volume fraction in the solution process. It
one
- 此为简单的哈希算法查找,通过给的数查找给定的数据群里是否有这个数-This is a simple hash algorithm to find the number given this number by looking whether the group given data
ENSPL
- 根据给定的不等距节点上的函数值,用阿克玛方法构造指定子区间上三次插值多项式与计算指定插值点处的函数值-According function values on a given node is not equidistant, with the Akumal method to construct the specified sub-interval cubic polynomial interpolation function values and calculation specified i
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
对流扩散问题-追赶法
- 基于一维定常对流扩散问题的数值计算方法,构造三对角矩阵形式,采用追赶法计算结果。适用于三个节点的矩阵形式。