-
14-NR
14节点牛拉算法计算潮流程序,用于电力系统的潮流计算程序,可以直接用于潮流计算,也可以用于学习潮流计算的流程和方法。(For power flow calculation program, can be used directly flow calculation can also be used to study flow calculation processes and methods.)
- 2020-07-04 20:40:02下载
- 积分:1
-
sphcone_rcs
计算球体RCS,输入球直接获取球的雷达散射截面(Sphere radar cross section calculation)
- 2021-05-08 15:58:36下载
- 积分:1
-
basic PSO for function
说明: 应用基本粒子群算法求解复杂连续函数优化问题(Application of Basic Particle Swarm Optimization to Complex Continuous Function Optimization)
- 2019-06-01 11:15:13下载
- 积分:1
-
newTon.m
牛顿插值法进行多项式逼近,matlab编译成功,直接可用(Newton interpolation polynomial approximation method, matlab compiled successfully, directly available)
- 2013-07-09 13:33:06下载
- 积分:1
-
na7
Orthogonal Polynomials Approximation
数值分析,计算正交基多项式的系数
(Given a function f and a set of m >0 distinct points . You are supposed to write a function to approximate f by an orthogonal polynomial using the exact function values at the given m points with a weight assigned to each point . The total error must be no larger than a given tolerance.
Format of function
int OPA( double (*f)(double t), int m, double x[], double w[], double c[], double*eps )
where the function pointer double (*f)(double t) defines the function f int m is the number of points double x[] contains points double w[] contains the values of a weight function at the given points x[] double c[] contains the coefficients of the approximation polynomial double*eps is passed into the function as the tolerance for the error, and is supposed to be returned as the value of error. The function OPA is supposed to return the degree of the approximation polynomial.
Note: a constant Max_n is defined so that if the total error is still not small enough when n = Ma)
- 2011-11-27 11:47:21下载
- 积分:1
-
TDMAsolver.f90
TDMA solver for tridiagonal matrix
- 2010-09-15 10:54:16下载
- 积分:1
-
u1_zhiluzhuijiaqiuzukongjuzhen
利用支路追加法求阻抗矩阵,解:输入数据如下:
请输入节点数:n=a
请输入支路数:nl=b
请输入由支路参数形成的矩阵:
B=[i j z bc t it ......]其中ij为支路端点,z为支路阻抗,bc为对地电容,t为变压器变比,it表示i端点是否与变压器直接相连。
(Seek additional method using branch impedance matrix)
- 2020-07-29 20:18:38下载
- 积分:1
-
PID自动控制电机转速
说明: 利用pid算法控制电机转速,转速可调,数码管显示,初学者实用(Using PID algorithm to control motor speed, adjustable speed, digital display, beginners practical)
- 2020-06-22 16:00:01下载
- 积分:1
-
lbp
Local Binary Pattern
- 2011-09-28 18:17:48下载
- 积分:1
-
Programming_the_Finite_Element_Method
说明: 《有限元方法编程(第三版)》随书源码。
采用 Fortran 90 编制,近 400 个计算子程序。在 64 位机器上编译通过,并运行正确。( Finite Element Method Programming (Third Edition) With the book source. The preparation of the use of Fortran 90, nearly 400 calculation subroutine. 64 machines in the compiler is passed, and run correctly.)
- 2008-09-11 13:02:13下载
- 积分:1