Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - newton
Search - newton - List
DL : 0
newton法求解函数根(fortran)-root function newton method (fortran)
Update : 2024-05-19 Size : 1024 Publisher : nicolas

DL : 0
解n元非线性方程组的拟牛顿法的MATLAB程序-Solution of n-systems of nonlinear equations of quasi-Newton method of the MATLAB program
Update : 2024-05-19 Size : 3072 Publisher : 冰冰

DL : 0
一、 实验目的 在计算机上用迭代法求非线性方程地f(x)=0的根。 二、 实验平台 操作系统:Microsoft Windows Vista SP1 数学软件:Matlab7.0.0.19920(R14) -First, the experiment was on the computer using iteration method to nonlinear equations f (x) = 0 root. Second, experimental platform, operating system: Microsoft Windows Vista SP1 mathematical software: Matlab7.0.0.19920 (R14)
Update : 2024-05-19 Size : 140288 Publisher : sh_xj

matlabfpe
DL : 0
This function calculates Akaike s final prediction error % estimate of the average generalization error. % % [FPE,deff,varest,H] = fpe(NetDef,W1,W2,PHI,Y,trparms) produces the % final prediction error estimate (fpe), the effective number of % weights in the network if the network has been trained with % weight decay, an estimate of the noise variance, and the Gauss-Newton % Hessian. %-This function calculates Akaike s final prediction error estimate of the average generalization error. [FPE, deff, varest, H] = fpe (NetDef, W1, W2, PHI, Y, trparms) produces the final prediction error estimate ( fpe), the effective number of weights in the network if the network has been trained with weight decay, an estimate of the noise variance, and the Gauss-Newton Hessian.
Update : 2024-05-19 Size : 2048 Publisher : 张镇

压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag contains unconstrained optimization problems of several commonly used method of source: variable rotation Act (variable_rotation.m), steepest descent method (steepest_descent.m), as amended Newton (modified_newton.m), conjugate gradient method (conjugate_gradient.m). In addition, coefficient_matrix.m as the objective function coefficients obtained matrix, minval.m function for the minimum calculation, gradient.m for gradient calculation function
Update : 2024-05-19 Size : 4096 Publisher : 闫安心

DL : 0
内含复平面上的牛顿迭代法源代码。双击N.html文件,程序运行;双击Newton.java文件,进入编辑环境。-Complex plane containing the Newton iteration the source code. Double-click N.html files, program operation Newton.java double-click the file, enter the editing environment.
Update : 2024-05-19 Size : 4096 Publisher : 任建伟

DL : 0
用fortran编写的牛顿迭代法的源程序-Fortran prepared by Newton iteration of the source
Update : 2024-05-19 Size : 4096 Publisher : 张家乡

DL : 0
程序包中含有Lagrange插值、Newton插值、Hermite插值、jacobi迭代、gauss迭代、 超松弛迭代、cholesky分解-Package contains Lagrange interpolation, Newton interpolation, Hermite interpolation, jacobi iteration, gauss iteration, ultra-relaxation iteration, cholesky decomposition
Update : 2024-05-19 Size : 3072 Publisher : funintears

DL : 0
Lagrange插值、Newton插值函数等插值函数,函数为数值分析课本上的例题。-Lagrange interpolation, Newton interpolation function, such as interpolation function, function for the numerical analysis of the textbooks on the sample questions.
Update : 2024-05-19 Size : 32768 Publisher : toidy

DL : 0
非线性最小二乘问题的修正Gauss-Newton法所计算的函数-Rectification of nonlinear least squares Gauss-Newton method calculated function
Update : 2024-05-19 Size : 5120 Publisher : liang

DL : 0
牛顿插值公式:构造插值函数空间的基函数得到的多项式逼近的方法——牛顿插值法。用于多项式插值逼近。-Newton interpolation formula: Construction interpolation function space available basis function polynomial approximation method- Newton interpolation. Approximation for the polynomial interpolation.
Update : 2024-05-19 Size : 1024 Publisher : klb

DL : 0
牛顿计算方法,解非线性方程f(x)=0牛顿方法是一种将非线性函数线性化的方法。 牛顿迭代法求方程的一个实根 -Newton s method of calculating solution of nonlinear equations f (x) = 0 Newton method is a nonlinear function linearization method. Newton iteration equation for a real roots
Update : 2024-05-19 Size : 1092608 Publisher : xi

数值计算方法--拉格朗日插值法和牛顿插值法-Numerical method- Lagrange interpolation method and the Newton interpolation
Update : 2024-05-19 Size : 1024 Publisher : 阿杜

模仿魔兽世界视角,使用irrlicht 3D开源游戏引擎和newton物理引擎,\display\bin目录里的demo.exe可以直接运行。快捷键wsqe前后左右移动,ad左右旋转。鼠标滚轮可以直接调整视角距离人物的距离。快捷键C为定向发射正方体,正方体的材质我没处理好。快捷键L可以扔出人物身上的小球,“G”可以捡起小球。鼠标点击移动的源码暂不提供。 \demo目录里的demo.sln为visual C++2005版本,如果装的有VS2005或者2008的可以直接运行。-err
Update : 2024-05-19 Size : 3721216 Publisher : 径遂

牛顿插值算法的实现 牛顿插值算法的实现-Newton interpolation algorithm to achieve the realization of Newton interpolation algorithm
Update : 2024-05-19 Size : 6144 Publisher : lianse

DL : 0
vc6.0,牛顿迭代法的源代码,数值分析-vc6.0, Newton iteration of the source code, numerical analysis
Update : 2024-05-19 Size : 185344 Publisher : minminjiang

DL : 0
数值计算的Newton迭代解方程算法实现,一个比较不错的实现程序.-a data caculate Newton program, wirted in C.
Update : 2024-05-19 Size : 1024 Publisher : 陈铭

DL : 0
Panda3d里的演示程序,我用用irrlicht+newton做了一个。 程序很简单,源码也带上了。 操作方式:鼠标倾斜盘子,移动小球到闪光地带即可过关。-Panda3d in the demo program, I used to do with irrlicht+ newton one. The procedure is simple and also to bring the source. Mode of operation: tilt mouse tray, moving the ball to the flash zone to cross the border.
Update : 2024-05-19 Size : 1803264 Publisher : 王勇

对三种分形图形(NewTon图形,Mandelbrot图形,Julia图形)进行任意倍数的放大。-Three kinds of fractal graphics (NewTon graphics, Mandelbrot graphics, Julia graphics) to carry out arbitrary multiplier amplification.
Update : 2024-05-19 Size : 176128 Publisher : JinYao

DL : 0
牛顿迭代发法求解方程,数值分析上的内容,用到的方法。-Newton iteration method hair equations, the contents of thenumerical analysis
Update : 2024-05-19 Size : 1024 Publisher : 杜波
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.