搜索资源列表
牛顿法解方程之混沌1.32
- 源程序说明: 1。图片按钮的实现(工具栏) 2。程序启动后检查命令行参数以打开文件 3。支持拖放*.HTXT文件到窗口直接打开 4。一种实现多线程处理的替代方法 5。程序始终位于顶层切换的API实现 6。设置图片为桌布的API实现 7。实现“撤销、重复”的数据结构 8。获取和设置图片的数据API实现 9。图像数据的RGB调整 10。调用默认网络浏览程序访问网页,调用默认邮件处理程序编辑、发送邮件 11。在分形绘图方面可以很方便的加入 新的方程、颜色方案
软件《牛顿法解方程之混沌情况1.32》VC++版源代码
- 软件《牛顿法解方程之混沌情况1.32》VC++版源代码,迭代算法压缩图象以及生成各种分形图案-software "Newton equation solution of 1.32 Chaos" VC version of the source code, iterative algorithm compresses images and generates various fractal patterns
newton
- 用C语言实现的牛顿迭代法解线N阶方程的程序,并附有实验报告
mtlab
- 牛顿法解非线性方程,用牛顿法编程解非线性方程的解-newton
excel_in_civil_egineering
- 工量预测.xls 截面扭转特性.xls 截面特性一.xls 截面特性二.xls 最优化问题.xls 最值问题.xls 牛顿法解方程.xls 矩阵运算.xls 线性拟合.xls 解线性方程组.xls 解线性方程组(二).xls 辛普森法积分.xls 频率与振型求解.xls 双变量模拟运算.xls 多元线性回归.xls 多项式拟合.xls 实例1.xls 实例2.xls 实例3.xls
nd
- 在CCS环境下,用C语言编写用牛顿迭代法解非齐次线性方程组(在此为3个方程)的代码。-In the CCS environment, using C language solution using Newton' s iterative method of non-homogeneous linear equations (in this case 3 equation) code.
NewTon
- 采用牛顿法解非线性方程阻,注意:该程序并非通用程序,但具备牛顿法编程的所有步骤及函数,对编写牛顿法的人有参考价值-Using Newton' s method for solving nonlinear equations resistance, Note: This program is not a common procedure, but with Newton' s method of programming all of the steps and functions, N
chushi
- gui界面实现解方程,分为三种:牛顿叠加法、二分法最速下降法。-gui interface to achieve solutions of equations, is divided into three types: Newton superposition method, steepest descent method dichotomy.
Nnewwton10032e
- 牛顿法解方程 源程序源码说明: 1。图片按钮的实现(工具栏) 2。程序源码启动后检测命令行参数以打开文件 3。支持拖放*.HTXT文件到窗口直接打开 4。一种实现多线程处理的替代方法 5。程序源码始终终位于顶层切换换的API实现 6。设置图片为桌布的API实现 7。实现“撤销、重复”的数据结构 8。获取与设置图片的数据API实现 9。图像数据的RGB调整 10。调用默认网络浏览程序源码访问网页.-Newton Method Fangcheng Yuan program source code i
C
- C语言求解1元3次方程解的方法。牛顿迭代法-C language
diedaifa
- 牛顿下山法和二分法程序,用来求解方程的解-Newton downhill method, and dichotomy program, the solution used to solve the equation
Newton
- 此程序实现了利用牛顿迭代法解方程的算法,重要的是利用牛顿迭代法的基本原理,通过编程算出了最后的解-This program implements the algorithm using Newton iterative method of solving equations, newton method basic principle, be programmed to calculate the final solution
mathmatic-analysis
- 分别用二分法,简单迭代法,牛顿迭代法,弦截法解非线性方程-Respectively with the dichotomy simple iterative method, Newton iterative method, Secant Method for solving nonlinear equations
sparse-polynomials-
- 实现稀疏多项式的加减乘除,建立删除,等相关操作,并使用牛顿迭代法进行解方程-accomplish the function of addition ,deduction,multiply ,divide and so on .especially the code use Newton algothrim to solve the equation
five-ways
- 数值分析非线性方程求解(五种方法)。分析牛顿法、割线法、对分法、Steffensen法、简易牛顿法解线性方程组的性质-Numerical analysis of nonlinear equations (five methods). Nature of the analysis of Newton, secant, bisection method, Steffensen method, simple Newton method for solving linear equations
Notun
- 用C语言实现牛顿迭代法解方程,牛顿迭代法可以广泛用于解方程-C language
power-flow
- 电力系统潮流上机程序,采用牛顿拉夫逊法解潮流功率方程,可以文件形式输入输出,节点数不限,包含平衡节点,PV节点,PQ节点,支路可以是非标准变比变压器支路,可以有对地支路,输入可以以阻抗形式或导纳形式。-The program about power system power flow,which can input or output by the way of writing *.txt file.The number of node has no limits,which can be
Equation-Root
- 方程求根 inv - 逆矩阵 roots - 多项式的根 fzero - 一元函数零点 fsolve - 非线性方程组 solve - 符号方程解 *newton - 牛顿迭代法解非线性方程- Equation Root inv- Inverse Matrix roots- roots of the polynomial fzero- One Function Zero fsolve- nonlinear equations solve- Equ
1
- 本程序是用Visual Biasic 实现用牛顿迭代法对方程进行求零解,并显示每次迭代的数值及迭代次数-The Visual Basic program is seeking to achieve zero solution Newton iteration method for equations and numerical iterations and each iteration display
Burgers方程_牛顿迭代法
- 用牛顿迭代法求解Buegers方程的精确解(Solving the exact solution of Buegers equation by Newton's iterative method)