搜索资源列表

  1. C++常用算法之08非线性方程组求解

    0下载:
  2. 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套非线性方程组求解代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过 -the code is "commonly used computer numerical algorithms and procedures C version," a book support
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:101.05kb
    • 提供者:闻杉
  1. C++常用算法之08非线性方程组求解

    0下载:
  2. 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套非线性方程组求解代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过 -the code is "commonly used computer numerical algorithms and procedures C version," a book support
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-19
    • 文件大小:101kb
    • 提供者:闻杉
  1. gener

    0下载:
  2. 用遗传优化算法求解高次非线性方程组。代码中举例说明。-Optimization using genetic algorithm high nonlinear equations. Code example.
  3. 所属分类:matlab例程

    • 发布日期:2024-11-19
    • 文件大小:8kb
    • 提供者:沈晶晶
  1. ScienceAndEngineeringNumericalAlgorithms

    0下载:
  2. 该代码是《科学与工程数值算法》(visual C++实现)一书中的源代码,里面包括常见的数值算法的实现,主要包括复数运算、矩阵运算、线性方程组的求解、非线性方程组的求解以及差值和数值积分的实现。-The code is " Science and Engineering, Numerical Algorithms" (visual C++ to achieve) the book' s source code,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-19
    • 文件大小:1.13mb
    • 提供者:王伟
  1. mulNewtonSOR

    0下载:
  2. 本代码为牛顿-SOR迭代法求解非线性方程组。其调用格式为[r,m]=mulNewtonSOR(F,x0,w,h,eps) 其中F:方程组,x0:方程组初始解,w:SOR迭代因子,h:数值积分常数,eps:根的精度,m:迭代步数。-The code for the Newton-SOR iteration method for solving nonlinear equations. Its call format [r, m] = mu
  3. 所属分类:matlab例程

    • 发布日期:2024-11-19
    • 文件大小:1kb
    • 提供者:锦夏
  1. mulDNewton

    0下载:
  2. 本代码为牛顿下山法求解非线性方程组。其调用格式为[r,m]=mulDNewton(F,x0,eps) 其中F:非线性方程组,x0:初始解,eps:解的精度;r:求得的一组解,n:迭代步数。-The code for Newton' s method for solving nonlinear equations. Its call format [r, m] = mulDNewton (F, x0, eps) where F:
  3. 所属分类:matlab例程

    • 发布日期:2024-11-19
    • 文件大小:1kb
    • 提供者:锦夏
  1. mulGXF

    0下载:
  2. 本代码为割线法求解非线性方程组。其调用格式为[r,m]=mulGXF1(F,x0,x1,eps) 其中,F:非线性方程组;x0初始解;x1:初始解;eps:解的精度;m:迭代步数。-The code for the secant method for solving nonlinear equations. Its call format [r, m] = mulGXF1 (F, x0, x1, eps) where, F: non-
  3. 所属分类:matlab例程

    • 发布日期:2024-11-19
    • 文件大小:1kb
    • 提供者:锦夏
  1. NLNewton_VB.net

    0下载:
  2. 牛顿法求解非线性方程组,vb.net代码. Visual studio 2008下正常运行-Newton method for solving nonlinear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-19
    • 文件大小:94kb
    • 提供者:秦胜伍
  1. newtonmethod

    0下载:
  2. 用matlab编写的牛顿迭代方法求解非线性方程组:数值分析中很经典的代码-a matlab code of newton method solve system of nonlinear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-19
    • 文件大小:418kb
    • 提供者:黄琪
  1. newton

    0下载:
  2. matlab牛顿法求解非线性方程组的程序代码学习-matlab Newton method for solving nonlinear equations code learning
  3. 所属分类:matlab例程

    • 发布日期:2024-11-19
    • 文件大小:1kb
    • 提供者:赵效楠
  1. matlab-Code

    0下载:
  2. 此时例是关于用matlab实现牛顿法求解非线性方程组,(包含牛顿法、改进的牛顿法.梯度法、最速下降法代码),里面附带可以直接运行的程序。-At this case is about solving nonlinear equations using matlab Newton, (including Newton, Newton method to improve the code), which comes with the prog
  3. 所属分类:界面编程

    • 发布日期:2024-11-19
    • 文件大小:2kb
    • 提供者:梅兰竹菊
  1. equation

    0下载:
  2. MATLAB求解非线性方程组 fsolve源程序代码 该列具有典型性和代表性-MATLAB求解非线性方程组 fsolve源程序代码
  3. 所属分类:matlab例程

    • 发布日期:2024-11-19
    • 文件大小:1kb
    • 提供者:殷志华
  1. PSO

    0下载:
  2. PSO源代码,求解单目标优化问题,本代码用于求解非线性方程组问题-PSO source code
  3. 所属分类:书籍源码

    • 发布日期:2024-11-19
    • 文件大小:1kb
    • 提供者:何骞
  1. MATLAB-fsolve

    0下载:
  2. fsolve求解非线性方程组,代码可以十分准确的求解方程组,方便快捷-fsolve solve nonlinear equations, the code can be very accurately solving equations, convenient
  3. 所属分类:其他小程序

    • 发布日期:2024-11-19
    • 文件大小:2kb
    • 提供者:邵龙
  1. newton-feixianxingfangcheng

    0下载:
  2. MATLAB牛顿法求解非线性方程组的源程序代码(MATLAB Newton method for solving nonlinear equations source code)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-19
    • 文件大小:1kb
    • 提供者:木手冈
  1. MATLAB求解非线性方程组 fsolve源程序代码

    0下载:
  2. 这是MATLAB求解非线性方程组 fsolve源程序代码(This is MATLAB solving nonlinear equations fsolve source code)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-19
    • 文件大小:1kb
    • 提供者:peanut0414
  1. MATLAB求解非线性方程组 fsolve源程序代码

    0下载:
  2. MATLAB求解非线性方程组 fsolve源程序代码(MATLAB to solve the nonlinear system fsolve source code)
  3. 所属分类:其他小程序

  1. 代码

    0下载:
  2. 求解非线性方程组详细代码,属于源代码程序(The detailed code for solving nonlinear equations belongs to the source code program.)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-19
    • 文件大小:13kb
    • 提供者:00雪
  1. MATLAB求解非线性方程组 fsolve

    0下载:
  2. MATLAB求解非线性方程组 fsolve源程序代码(MATLAB to solve the nonlinear system fsolve source code.)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-19
    • 文件大小:1kb
    • 提供者:lai东东
  1. 牛顿迭代法求解非线性方程组

    0下载:
  2. 使用MATLAB代码实现牛顿迭代法求解非线性方程组
  3. 所属分类:matlab例程

« 12 »

源码中国 www.ymcn.org