CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 求解方程

搜索资源列表

  1. Newton-Raphson

    0下载:
  2. 一种在实数域和复数域上近似求解方程的方法。多数方程不存在求根公式。-An approximate method for solving equations in real and complex domains. Most equations do not exist formula.
  3. 所属分类:软件工程

    • 发布日期:2017-04-16
    • 文件大小:85107
    • 提供者:孙龙
  1. Burgers

    4下载:
  2. 用于精确计算Burgers方程,方便学习关于求解方程的Fortran编程-Burgers equation for the accurate calculation,and facilitate learning Fortran programming on solving equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:885
    • 提供者:guocheng
  1. chua

    0下载:
  2. 这是一个用ode系列命令求解方程的实例,希望你能从中得到自己想要的-this is a program about the code for ode series ,hope you can learn from it
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1087
    • 提供者:Jack
  1. equation

    0下载:
  2. 本程序是利用c++来变异牛顿迭代法来求解方程的根-solve the equation by Netwon method
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-11
    • 文件大小:572
    • 提供者:王瑶
  1. 4

    0下载:
  2. 1. 实现二分法求解方程。编写并使用以下函数: double SolveRoot(double(*pf)(double x),double a,double b,int n) 这里,pf指向一个函数f,f用来定义要求解的方程f(x)=0,a和b是未知解x的上下界(即a<=x<=b),n是循环次数。例如,如果f(x)=x*x-2,则SolveRoot (f,1,2,100)将返回1.414213562373095,即方程为x*x=2的解。二分法的原理是反复地把区间分为两个相等区
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-26
    • 文件大小:130837
    • 提供者:
  1. Simpleiterative

    0下载:
  2. 利用简单迭代(Simpleliterate)方法求解方程的Fortran程序-Using the method of simple iteration (Simplelitaerate) to solve the equation of the Fortran program
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3538
    • 提供者:大兵
  1. 1

    0下载:
  2. 利用vc++编写的二分法求解方程,程序绝对正确,完整-Use dichotomy solving equations written in vc++, the program is absolutely correct, complete
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:294997
    • 提供者:li hongliang
  1. jisuanfangfa

    0下载:
  2. 计算方法典型例题。对和式进行计算,保留指定的有效数字位数,使用Matlab语言;二分法求解方程;高斯消去法。 -Use Matlab Language to calculate the sum form and present the given number of significant digits half- separation method to solve nonlinear equations gaussian elimination method
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1237132
    • 提供者:宋爱玲
  1. FourierUsgage

    0下载:
  2. 使用傅里叶变换处理图像,演示动画,并求解方程-Fourier transform processing images, animation, and solving equations
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:904
    • 提供者:litao
  1. GA

    0下载:
  2. 模拟遗传算法求解方程的例程序,可以通过简单的修改来得到你想要的方程与结果。-Example program simulation genetic algorithms equations, the equation can be obtained with the results you want by simply modifying.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2797
    • 提供者:杨杰
  1. songchi

    0下载:
  2. 基本要求:c++语言 数值分析中的松弛迭代方法求解方程的零点问题。并且要求输入输出流的重载。-Basic requirements: relaxation iteration method in the numerical analysis of c++ language to solve equation of zero point problem. And input/output flow of overloading.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1187146
    • 提供者:吴鹏
  1. fastest

    0下载:
  2. 最速下降法求解方程f=1/2x *A*x+b *x求其极小值点,其中梯度g=Ax-b,下降方向p=-g,x为初始点,eps为精度。 注:本程序只适用于二次方程,即方程的A矩阵不含未知数。-Steepest descent method for solving the equation f = 1/2x * A* x+ b * x seeking the minimum point where the gradient g = Ax-b, the descent direction p =-
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:675
    • 提供者:虺沙
  1. bisection

    0下载:
  2. 用二分法求解方程的近似解,二分法在MATLAB程序中的源代码-The approximate solution of the equation to solve by the dichotomy, dichotomy in the MATLAB source code
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:659
    • 提供者:舒星
  1. progamming

    0下载:
  2. 各种算法比如矩阵鞍点,分划,n阶乘,螺旋阵,穿越沙漠,二分法求解方程,百鸡问题,残缺棋盘,贪心法删数,矩阵乘法动态规划。。。等等,亲测可以运行。-Various algorithms such as matrix saddle point, partition, n factorial, spiral array, through the desert, the dichotomy solve the equations, one hundred chicken issue, incomplet
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-30
    • 文件大小:248072
    • 提供者:张潇
  1. m

    0下载:
  2. LU分解,利用LU分解逐步分解方程的系数,最终求解方程-LU decomposition, the use of LU decomposition gradually decompose equation coefficients, and ultimately solve equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1009
    • 提供者:秦选慧
  1. Solvers

    0下载:
  2. 求解器方程 BisectionZero.m 使用二分法求解方程的过零点; LEPDS.m 求解方程ax = b,a为正定对称矩阵; ModNewt 给定微分,求解方程f(x) = 0; NLEqSolver.m 使用牛顿法求解方程; NLEqSolverWrapper.m 使用不同的初值调用牛顿法解方程; NewtRaph.m 方程只有一个根时,给定df(x)/dx信息,求解方程f(x) = 0。乳菇婆有多个根,x应该在根附近。- Math/Solver
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6382
    • 提供者:梁高铭
  1. erfenfa

    0下载:
  2. 求解方程X^3+X^2-1=0在[0,1]上的近似解 -Solving the equation X ^ 3+ X ^ 2-1 = 0 in [0,1] approximate solution
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:9574
    • 提供者:庄庆瑜
  1. IHB solve van der pol equations

    9下载:
  2. 用增量谐波平衡法(IHB method)求解范德波方程组并画出极限环。
  3. 所属分类:matlab例程

    • 发布日期:2016-01-28
    • 文件大小:1175
    • 提供者:qwebean
  1. mtl_nle_sim_newmet

    0下载:
  2. 在matlab里面实现的用牛顿法求解方程的根的源代码-Inside achievable in matlab method with Newton equation root source code
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1647
    • 提供者:yuea86ng52
  1. C-language-to-achieve-SOR-method

    0下载:
  2. Jacobi_Gauss-Seidel法求解方程的C语言程序-Jacobi_Gauss-Seidel method for solving the equation of the C language program
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:5330
    • 提供者:杜恪
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 50 »
搜珍网 www.dssz.com