CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 非线性代码

搜索资源列表

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

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

    • 发布日期:2008-10-13
    • 文件大小:103473
    • 提供者:闻杉
  1. fxzxec

    1下载:
  2. 非线性最小二乘拟合,经过本人精心调试成功!代码得到极大地优化-Nonlinear least squares fitting, after I carefully debugging success! Code has been greatly optimized! ! !
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2079
    • 提供者:zhangja
  1. Code_MATLAB_Optimization

    17下载:
  2. 这是龚纯《精通MATLAB最优化计算》随书源码(M文件)。基于MATLAB优化工具箱,代码包含的内容有:牛顿法等无约束一维极值问题、单纯形搜索法等无约束多维极值问题、Rosen梯度投影法等约束优化问题、L-M法等非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化、遗传算法。-This is pure Gong " Mastering MATLAB optimization calculations," with the book source (M file)
  3. 所属分类:matlab例程

    • 发布日期:2012-12-20
    • 文件大小:41587
    • 提供者:
  1. sceua

    4下载:
  2. 一个非常好的全局优化算法代码,可以用于优化求解各种非线性方程,包括数据同化领域都可以应用。-The SCE-UA method is a general purpose global optimization program.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:429106
    • 提供者:muxihan
  1. split_step_fourier_method

    2下载:
  2. 非线性薛定谔方程代码
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1411
    • 提供者:万兰
  1. GA

    2下载:
  2. FORTRAN 遗传算法,通用程序,可用于各类非线性反演-FORTRAN genetic algorithm, generic procedure can be used for various types of non-linear inversion
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:39680
    • 提供者:jrjin
  1. zuiyouhua

    5下载:
  2. 此源码包是我本学期最优化理论课程的大作业,其中包括了我自己写的以下常用最优化算法的实现代码:最速下降法,牛顿法,非线性最小二乘法,DFP法。fun1,fun2是两个测试函数。谢谢!-This is my source packages optimization theory this semester courses in large operations, including my own to write the following commonly used optimization al
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-12-14
    • 文件大小:3223
    • 提供者:白浩泉
  1. fmincon

    3下载:
  2. 通过使用matlab优化工具箱中的函数fmincon解决有约束的非线性优化问题,有详细的代码过程。-By using the matlab optimization toolbox function fmincon to solve constrained nonlinear optimization problem, has detailed the process code.
  3. 所属分类:matlab例程

    • 发布日期:2013-01-18
    • 文件大小:882
    • 提供者:lxd
  1. Planningquestions

    0下载:
  2. 线性规划及非线性规划的经典matlab代码,文件中还有PPT文件作为参考学习。-Linear programming and nonlinear programming of the classical code, the document have PPT file as a reference study.
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:121970
    • 提供者:颜建新
  1. ScienceAndEngineeringNumericalAlgorithms

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

    • 发布日期:2015-02-25
    • 文件大小:1183112
    • 提供者:王伟
  1. bppid

    0下载:
  2. MATLAB平台下的基于人工神经网络的非线性控制系统PID参数整定代码,能实现在线调节功能。-MATLAB platform artificial neural network-based nonlinear control system PID parameter tuning code, to achieve regulatory function online.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1445
    • 提供者:洁浩
  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] = mulNewtonSOR (F, x0, w, h, eps)
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:594
    • 提供者:锦夏
  1. GA

    0下载:
  2. VC 遗传算法。文件中包括多个程序代码,有最基本二进制遗传代码。 另外包含多个改进遗传算法代码,C语言开发。在VC下可运行。 唯一需要改进的是:第一:目标函数(结合你自己需要求解的问题) 第二:随机函数。(代码中是自己写的库,在一些电脑上运行不正确。可以换成已有的rand)。在我另外上传的一个资料中已经更正。但这是最原始的,容易理解。所以上传上来。-Gene Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1454684
    • 提供者:zhoulimin
  1. dabaa0d8ff80

    0下载:
  2. ukf滤波器实现代码 有利于初学者了解非线性滤波变成-ukf Filter beneficial for beginners to understand the code into a non-linear filtering
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:33828
    • 提供者:赵木
  1. cfsqp.rar

    3下载:
  2. 通用的非线性优化内点法SQP软件,C代码库,运算速度非常快。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-01-12
    • 文件大小:520234
    • 提供者:hlj64@yahoo.com
  1. 案例1非线性

    0下载:
  2. 可以很好的学习遗传算法和非线性问题,完整代码(you can learn GA well)
  3. 所属分类:人工智能/神经网络/深度学习

  1. 非线性规划三种方法matlab代码

    1下载:
  2. 使用matlab语言编写非线性规划中黄金分割法、斐波那契法和牛顿法,可以使用这三种方法求解(The use of MATLAB language gold in nonlinear programming segmentation method, Fibonacci method and Newton method, these three methods can be used to solve)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:come vanet!
  1. MATLAB求解非线性最小二乘法拟合问题 源程序代码

    7下载:
  2. MATLAB求解非线性最小二乘法拟合问题 源程序代码(MATLAB solving nonlinear least squares method of fitting the source code)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-14
    • 文件大小:2048
    • 提供者:bwj
  1. MATLAB求解非线性方程组 fsolve

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

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:lai东东
  1. Nonlinear system_Hassan_K_Khalil

    1下载:
  2. Nonlinear system_Hassan_K_Khalil的matlab代码。书本的代码编写主要集中在第二章,第十三章,第十四章代码(the matlab code of Nonlinear system_Hassan_K_Khalil, the code main are in the charpter 2 ,charpter 13 and charpter 14)
  3. 所属分类:matlab例程

    • 发布日期:2021-03-27
    • 文件大小:31033344
    • 提供者:张彬彬
« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com