Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - newton
Search - newton - List
HUMAN BODY TRACKING 的Lisp 程式碼檔案 -the Lisp code files
Update : 2024-05-08 Size : 5120 Publisher : 賴育彬

DL : 0
自己写的牛顿—拉夫逊潮流计算源码,紧供参考-himself wrote the Newton-Raphson power flow calculation source, tight for reference
Update : 2024-05-08 Size : 2048 Publisher : wmm

OtherCHWF1
DL : 0
用C语言绘图显示实现数值分析中的Euler、 advanced Eular、punge_kutta、Lagrange、Newton插值算法以及二分法和弦切法-C language mapping realize numerical analysis of Euler, advanced eular, punge_kutta, Lagrange, Newton interpolation algorithm and dichotomy Polyphonic Cut
Update : 2024-05-08 Size : 3072 Publisher : hujingpaper

本软件可以生成MandlBrot集、Julia集的图形,以及随机迭代法、Newton迭代法生成分形图象。另外,本系统还提供了简单的图象处理功能,比如图象的灰度化、二值化、图象的轮廓提取、彩色浮雕、亮度增加、Gamma校正、反色等。 -The software can generate MandlBrot sets, Julia Sets graphics, and random iteration, Newton iteration Health fractal images. In addition, the system also provides a simple image processing functions, such as gray-scale images, two values, the contours of the image extraction, Color relief, increased brightness, gamma correction, and other anti-Israel.
Update : 2024-05-08 Size : 413696 Publisher : acai17

the use of the matlab in newton function.-the use of the Matlab in newton function.
Update : 2024-05-08 Size : 2048 Publisher : chenlin

DL : 0
该程序代码为阻尼牛顿法matlab源代码,其特点有:简单易读,适于做优化。-code for the damping Newton Matlab source code, its characteristics are : simple accessibility, suitable for making optimization.
Update : 2024-05-08 Size : 4096 Publisher :

DL : 0
几个数值分析类MATLAB程序,内容如下:拉个朗日插值,三次样条插值法 ,NEWTON插值,hermite插值,mewton形式的hermite插值,平方根法-several types of numerical analysis computer program, which reads as follows : Take a Long Day interpolation, cubic spline interpolation, Newton-interpolation, Hermite interpolation, Hermite mewton form of interpolation, Square Root Law
Update : 2024-05-08 Size : 1024 Publisher : 唐成玉

DL : 0
牛顿-拉夫逊法潮流计算 基本步骤:   (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 : 2024-05-08 Size : 2048 Publisher : asd

DL : 0
拟牛顿法(变尺度法)DFP算法,求解无约束极值问题。-Quasi-Newton method (DFP) DFP algorithm for solving unconstrained extremum problem.
Update : 2024-05-08 Size : 2048 Publisher : 林颉

DL : 0
用C语言实现的牛顿迭代法解线N阶方程的程序,并附有实验报告-Using C language to achieve the Newton iteration solution line N-order equation of the procedures, together with the experimental report
Update : 2024-05-08 Size : 891904 Publisher : sjj

DL : 0
实现牛顿插值多项式的程序源码,C语言编写,开发环境为VC-Newton interpolation polynomial realize the procedure source code, C language, development environment for VC
Update : 2024-05-08 Size : 1024 Publisher : countsnow

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

DL : 0
newton迭代法通用程序(包括算例求解)-newton iteration method for common procedures (including solving examples)
Update : 2024-05-08 Size : 1185792 Publisher : cwei

DL : 0
用vc实现,newton插值、拉格朗日插值放大图片-By vc realize, newton interpolation, Lagrange interpolation to enlarge picture
Update : 2024-05-08 Size : 2048 Publisher : 段根全

DL : 0
常微分方程求解的搜索延拓法,克服了Newton-Raphson法对初值问题影响过大的问题-Solving Ordinary Differential Equations search continuation method to overcome the Newton-Raphson method for initial value problem of the impact of the problem is too large
Update : 2024-05-08 Size : 4096 Publisher : Gao Xuejun

DL : 0
Newton-Raphson有限元法,求解一维非线性问题,fortran77编制。-Newton-Raphson finite element method, for solving one-dimensional nonlinear problems, fortran77 preparation.
Update : 2024-05-08 Size : 5120 Publisher :

DL : 0
贝页斯正则化的英文原版资料,又需要的话可以下载学习,里面没有源程序的,只有文字说明-Tony Adams is the page of the English original data, but also need to do so can download study, there is no source, only text
Update : 2024-05-08 Size : 410624 Publisher : yuyu

DL : 0
已知f(xn)=yn ,n=0,1,2,…,N;求通过这N+1个节点{(xn,yn)| n=0,1,2,…,N }的插值函数Pn (x)。 设计出具体的程序,分别使用拉格朗日插值,牛顿插值和三次自然样条三种算法绘制出相应的插值曲线。用三条不同颜色的曲线来表示三种插值方法在一段区间内的插值函数。要求动态显示曲线绘制全过程。-Known f (xn) = yn, n = 0,1,2, ..., N seeking the passage of the N+ 1 nodes ((xn, yn) | n = 0,1,2, ..., N) of the intercalation value function Pn (x). Design a specific procedure, namely the use of Lagrange interpolation, Newton interpolation and three natural three-spline algorithm to map out the corresponding interpolation curve. Using three different colors to indicate the three curve interpolation methods over a period of range of interpolation function. Requirements of dynamic display curve drawing the whole process.
Update : 2024-05-08 Size : 16384 Publisher : jack

DL : 0
牛顿插值计算穿过所有已知点的光滑曲线上的坐标组(其中List为动态数组类型)-Newton interpolation calculated through all known points of smooth curves on the coordinates of group (which List to dynamic array type)
Update : 2024-05-08 Size : 1024 Publisher : zls

Summary: Newton-Raphson method for all real roots of the polynomial. MATLAB Release: R11 Description: This M-file calculates all the real roots of the given polynomial. It calls syn_division, a synthetic division function, and derivate, differentiation function. -Summary: Newton-Raphson method for all real roots of the polynomial. MATLAB Release: R11 Description: This M-file calculates all the real roots of the given polynomial. It calls syn_division, a synthetic division function, and derivate, differentiation function.
Update : 2024-05-08 Size : 2048 Publisher : 风帆
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.