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

搜索资源列表

  1. NLequation

    0下载:
  2. 求解非线性方程的算法,编译通过。包含各种算法,用户可以通过自己的需要选择 -solving nonlinear equation algorithms compile. Includes algorithms, users can choose their own needs
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:77601
    • 提供者:陈娜
  1. vb

    0下载:
  2. 常用数值算法大全,包扩各种算法,大家共享
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7575768
    • 提供者:杨越
  1. Optimize

    1下载:
  2. C++最优化方法源程序,含各种算法的例子
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:12041
    • 提供者:张进
  1. mathmatic

    0下载:
  2. 数值计算 中的各种算法: Lagrame插值,Newton迭代法,Runge-kutta,二分法求根,解线性方程组的Guass列主元消去法,自动选择步长Simpson法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5296
    • 提供者:Wing
  1. newton

    0下载:
  2. 给定一个三次方程,用Newton法求解,并研究各种算法的收敛阶数.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1091
    • 提供者:lidiandian
  1. newton2

    0下载:
  2. 给定一个三次方程,用改进的Newton法求解,并研究各种算法的收敛阶数.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1124
    • 提供者:lidiandian
  1. secant

    0下载:
  2. 给定一个三次方程,用割线法求解,并研究各种算法的收敛阶数.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1081
    • 提供者:lidiandian
  1. 实数据快速傅立叶变换算法

    1下载:
  2. 傅立叶变换是信号处理时最常用的算法之一,实现时域与频域之间的转换,对人们研究各种信号非常有用,本程序利用VC实现快速傅立叶变换算法-Fourier transform signal processing is the most commonly used algorithm, achieving time-domain and frequency domain between the conversion of the people look very useful signal, the pr
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7542
    • 提供者:孙汶
  1. interpolation

    6下载:
  2. matlab各种插值算法应用实例,包括:拉格朗日插值、艾特肯插值法、牛顿插值法、 高斯插值法、 埃尔米特插值法、 分段埃尔米特插值法、样条插值、有理分式插值法、分片双线性插值、二元三点拉格朗日插值及分片双三次埃尔米特插值-a variety of interpolation algorithm matlab application examples include: Lagrange interpolation, Aitken interpolation, Newton interpolatio
  3. 所属分类:Algorithm

    • 发布日期:2015-06-02
    • 文件大小:9896
    • 提供者:
  1. sceua

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

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

    1下载:
  2. l1benchmark 这个算法包提供了十种求解带稀疏约束的矩阵方程 AX=b 的 MATLAB 实现代码,并提供了一个比较各种算法求解结果的演示。-An L1-norm minimization benchmark package, which contains an implementation of ten L1-norm minimization algorithms in MATLAB. The package also provides a test scr ipt for comp
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:46215
    • 提供者:bsmsht
  1. algorithm

    0下载:
  2. 各种算法,效率不高,但精简可靠,是常用的算法代码,没用版权问题-Various algorithms, the efficiency is not high, but streamlined and reliable method is commonly used code, no copyright issues
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:36432
    • 提供者:Tiandy
  1. 矩阵C源程序

    0下载:
  2. 矩阵的各种算法-matrix algorithms
  3. 所属分类:Algorithm

    • 发布日期:2017-11-22
    • 文件大小:7770
    • 提供者:平时了
  1. shujuwajuefenleisuanfanyanjiuyuzhongshu

    0下载:
  2. 了解数据挖掘的各种算法,是一本帮助初学者入门的好书-Understanding of data mining algorithms is a good book to help beginners get started
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:564359
    • 提供者:mmjia
  1. wtls

    7下载:
  2. 加权总体最小二乘matlab工具箱,包含各种总体最小二乘算法的源代码-weighted total least squares toolbox
  3. 所属分类:Algorithm

    • 发布日期:2015-06-25
    • 文件大小:164046
    • 提供者:luyuan
  1. math

    0下载:
  2. 非线性方程求根的各种算法的比较, //求非线性方程的根 //程序中共给出了以下几种方法求非线性方程的根 // (1)二分法 (2)牛顿法 (3)普通迭代法 (4)斯蒂芬森迭代法 (5)弦截法 //程序中用到的函数为: f(x)=x^3-x-1 //其中:(1)普通迭代法用的迭代函数为:x=(x+1)^(1/3) // (2)斯蒂芬森迭代法用的迭代函数为:x=x^3-1-Root of all kinds of non-linear equation algorithm,/
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1380
    • 提供者:Liny
  1. NumericalAlgorithms

    0下载:
  2. 各种数值算法,包括,艾特肯,杜氏分解法,二分法,分段线性插值,复合梯形法,复合辛普森,高斯消去法,列主元素消去法,龙贝格算法,雅克比迭代等等。-Numerical Algorithms,includeing Aitken,Duchenne decomposition,Dichotomy,Piecewise linear interpolation,Composite trapezoidal rule,Composite Simpson,Gaussian elimination,Out the m
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3475
    • 提供者:A1042yang
  1. Searching

    0下载:
  2. 整理了各种查找算法:多种数据结构的顺序查找;对分查找;关键字查找-Organize a variety of search algorithms: a variety of data structures in order to find of sub-search keywords to find more
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:13804
    • 提供者:陈忠宁
  1. 回归算法

    0下载:
  2. matlab实现各种经典回归算法,如最小二乘,ridge,lasso,elastic net等等,以及各种回归算法应用实例。(Many classic regression methods such as least squares, ridge, lasso and elastic net and so on. In addition, some application examples are here indetails.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-29
    • 文件大小:35840
    • 提供者:wu joy
  1. 零基础学算法_第二版

    0下载:
  2. 数据结构课程的实践性是很强的, 不只是要掌握理论上的方法, 还必须将这些方法应用到程序设计的实践中去。 鉴于此, 作者编写了本书。 本书没有详细介绍各种数据结构的原理, 而是重点介绍各种数据结构的实现方法, 及相应的具体程序代码。(The practice of data structure course is very strong, not only to grasp the theoretical method, but also must apply these methods to t
  3. 所属分类:数学计算

    • 发布日期:2018-01-01
    • 文件大小:8657920
    • 提供者:王智woods
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com