Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - newton
Search - newton - List
DL : 0
数值计算方法相关的十个程序.包括对分法、迭代法、牛顿法、割线法、高斯消元法、雅克比迭代法程序、幂法、线性拟合态、-numerical calculation method related to the 10 procedures. Including the right method, iterative method, Newton's method, secant, PGE, Jacques procedures than the iterative method, power, linear fitting state,
Update : 2008-10-13 Size : 2527 Publisher : 周红风

DL : 0
数值计算方法在C语言中的应用 介绍了数值计算方法与计算机程序语言相结合的重要性,在给出牛顿迭代公式之后,阐述了牛顿迭代法在do-while循环中的应用,然后通过实例基于曲线梯形面积求解方法,论述了矩形法和梯形法在for循环中的应用.最后指出:用正确的数值计算方法编写高效的计算机程序解决复杂的实际问题应成为当代理工科大学生必备的基础与技能-numerical calculation method in the C language to the application of numerical methods and computer programming language combined weight in particular, given the Newton iterative formula, explained Newton iteration in do-while loop, the application Then examples curve trapezoid area based solution discussed rectangular and trapezoidal method for the application cycle. Finally : with the correct numerical method to prepare efficient computer programs to solve complex practical problems should become contemporary science and engineering students essential infrastructure and skills
Update : 2008-10-13 Size : 159798 Publisher : liming

共轭梯度法,使用牛顿法或者使用抛物线插值法。-conjugate gradient method, the use of Newton's law or the use of parabolic interpolation.
Update : 2008-10-13 Size : 1410 Publisher : jy

牛顿-拉夫逊法潮流计算 基本步骤:   (1)形成节点导纳矩阵   (2)将各节点电压设初值U,   (3)将节点初值代入相关求式,求出修正方程式的常数项向量   (4)将节点电压初值代入求式,求出雅可比矩阵元素   (5)求解修正方程,求修正向量   (6)求取节点电压的新值   (7)检查是否收敛,如不收敛,则以各节点电压的新值作为初值自第3步重新开始进行狭义次迭代,否则转入下一步   (8)计算支路功率分布,PV节点无功功率和平衡节点柱入功率。-Newton-Raphson method flow calculation basic steps : (1) formation of nodal admittance matrix (2) to set up the initial node voltage U, (3) the initial node-generation-related demand. calculated that the constant term formula Vector (4) nodes will be incorporated into the initial voltage-seeking, calculated Jacobian matrix elements (5) solving that equation, seek to amend the vector (6) to strike a new node voltage value (7) to check whether convergence, if not restrained. concentrated in the nodes of the new voltage as the initial value since the first three steps to re-start the narrow iterations. Otherwise, turn into the next (8) Calculation branch power distribution, PV nodes reactive power and balance-node into power.
Update : 2008-10-13 Size : 2519 Publisher : asd

DL : 0
一个c语言写的牛顿迭代功能的程序,程序结构很清晰,一看就懂。
Update : 2008-10-13 Size : 927 Publisher : chuyi

DL : 1
拟牛顿法求函数极小值,采用无约束变尺度法DFP
Update : 2008-10-13 Size : 2630 Publisher : 陈宁

DL : 0
用C语言实现的牛顿迭代法解线N阶方程的程序,并附有实验报告
Update : 2008-10-13 Size : 12026 Publisher : sjj

DL : 0
实现牛顿插值多项式的程序源码,C语言编写,开发环境为VC
Update : 2008-10-13 Size : 567 Publisher : countsnow

DL : 0
matlab 牛顿法迭代,为数值分析课上的作业,用借鉴于其他的迭代计算中.
Update : 2008-10-13 Size : 6454 Publisher : 张生

数值分析一部分编程习题,包括: 舍入误差与有效数 Newton迭代法 列主元三角分解法 逐次超松弛迭代法 3次样条插值函数
Update : 2008-10-13 Size : 149147 Publisher : fly_sea

DL : 0
source codes for \"Orthant-Wise Limited-memory Quasi-Newton Optimizer for L1-regularized Objectives\"
Update : 2008-10-13 Size : 659312 Publisher : 杨海钦

DL : 0
newton法绘制的混沌分形图谱,java版的
Update : 2008-10-13 Size : 4218 Publisher : suitao

DL : 0
用vc实现,newton插值、拉格朗日插值放大图片
Update : 2008-10-13 Size : 2527 Publisher : 段根全

OPT++,Sandia开发的一套优化工具包。可以实现经典的q-Newton等基于梯度的优化算法!
Update : 2008-10-13 Size : 2233938 Publisher : shenxu

DL : 0
常微分方程求解的搜索延拓法,克服了Newton-Raphson法对初值问题影响过大的问题
Update : 2008-10-13 Size : 3921 Publisher : Gao Xuejun

Newton-Raphson有限元法,求解一维非线性问题,fortran77编制。
Update : 2008-10-13 Size : 5400 Publisher : fangye

数值计算 中的各种算法: Lagrame插值,Newton迭代法,Runge-kutta,二分法求根,解线性方程组的Guass列主元消去法,自动选择步长Simpson法
Update : 2008-10-13 Size : 5296 Publisher : Wing

DL : 0
贝页斯正则化的英文原版资料,又需要的话可以下载学习,里面没有源程序的,只有文字说明
Update : 2008-10-13 Size : 410206 Publisher : yuyu

DL : 0
已知美国从1920-1970年的人口表如下: 年份 1920 1930 1940 1950 1960 1970 人口(千人) 105711 123203 131669 150697 179323 203212 (1)用表中数据构造一个5次Lagrange插值多项式,并以此估计1965、2002年的人口。 (2)用Newton插值估算1965、2002年的人口数。
Update : 2008-10-13 Size : 1644 Publisher : lz

DL : 0
ogrenewt是著名图形引擎ogre和物理引擎的newton的整合体,这里是使用方法.
Update : 2008-10-13 Size : 94738 Publisher : 风为
« 1 2 ... 43 44 45 46 47 4849 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.