Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • fixed-sqroot.zip ... . Function calculates the integer square root for 32-bit number. Calculated as 16-bit integer part and 16-bit fractional part. Computation is performed for 32 iterations, and does not require multiplications or divisions (as opposed to Newton s method).
  • numerical.rar Numerical program on Newton’s forward difference formulae, the use of Sterling formulae & the use of Newton’s backward difference formulae combindly, Trapezoidal rule, Gauss-Seidal method, Jacobi method.
  • Rapson_numerical.rar In this experiment our equation is f(x0)=x^3-3x-1.We have to find the real root of this equation between 1 and 2.The programme has been shown in the"new_rap" We have done the comparison between the Newton Rapson method the false position method
  • NewtonRaphson_Transcendental.zip newton rapphsonmethod to find the roots
  • Root-Difination-All-Methodes.zip Root Definition 3 Methods Newton Bisection Secant
  • newtonraphson.zip Newton - Raphson Load Flow
  • newton.zip It is matlab code for Steepest Descent optimization method.
  • Newton_SimpleRF.rar Newton method to found solutions for equations, some simple recursive functions
  • NewtonRaphsonMethod_ppt.rar newton raphson tutorial
  • MDSO.rar Newton法与共轭梯度法求解多变量函数寻优搜索的设计与实现