搜索资源列表

  1. seidel迭代

    0下载:
  2. 这是seidel迭代算法-Seidel iterative algorithm
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:叶魏强
  1. 查值迭代

    0下载:
  2. 数值分析 查值 迭代 我把一些方法分别做成了库文件-value iteration I investigated some of the methods were causing libraries
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:Rogerz
  1. Newton迭代

    0下载:
  2. 用 Newton迭代求f(x)=1/3*x^3-x=0的根的源程序-with Newton iteration f (x) = 1/3* x ^ 3-x = 0 the root of the source
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:lin
  1. 逐次超松弛迭代法

    0下载:
  2. 解线性方程组Ax=b的SOR方法的通用程序-solution of linear equations Ax = b SOR method of common procedures
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:lin
  1. jisuanfangfa

    0下载:
  2. 计算方法经典算法(弦截法\二分法\牛顿迭代法\龙贝格算法)-classic calculation algorithm (xianjie Act \ dichotomy \ Newton \ Romberg algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:王勇
  1. YKB

    0下载:
  2. 雅可比迭代法 解方程组-Jacobi iterative method for solving equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:268288
    • 提供者:赵健
  1. 图像分割迭代、峰谷、半阈值算法。

    0下载:
  2. 用迭代、峰谷、半阈值算法进行图像分割:-) 包括一个自定义的CDib类-using iterative, peak, semi-threshold algorithm for image segmentation :-) include a defined category CDib
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-20
    • 文件大小:82944
    • 提供者:王俊惠
  1. 高斯—塞德尔迭代法

    0下载:
  2. 高斯—塞德尔迭代法。-Gauss- Seidel iteration.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:276480
    • 提供者:陈新
  1. Gauss-Seidel 迭代

    0下载:
  2. 数据结构中常用的Gauss-Seidel 迭代算法-commonly used data structures, the Gauss- Seidel iterative algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:陈曦
  1. 圆周率计算

    0下载:
  2. 在数值计算中,一般的牛顿迭代法得到的数值具有截断误差,因此,用VB编写的可是实现任意精度的圆周率的计算程序-in numerical calculation, the general Newton iterative numerical method with the truncation error, therefore, prepared by the VB But to achieve any degree of accuracy
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:qqiang
  1. GAUSS迭代

    0下载:
  2. 关于数值计算的一些源代码,包括了从矩阵分解到解微分方程-on numerical calculation of the source code, including from the decomposition of the matrix solution Differential Equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:157696
    • 提供者:王永科
  1. s-des算法分析及实现

    0下载:
  2. :DES体制是ISO颁布的数据加密标准,通过对DES算法的分析,提出了用C语言实现数据加密标准DES算法,通过循环或迭代,将简单的基本运算(例如左移、右移、模2加法等)和变换(选择函数、置换函数)构造成数据流的非线性变换(加密变换或解密变换),从而实现对计算机数据进行密码保护。着重介绍了用C语言实现其加密的主要过程。关键词:数据加密 DES C语言-: DES system is ISO issued by the Data Encry
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:549888
    • 提供者:王冰
  1. erciguihua

    0下载:
  2. 基于牛顿迭代法的二次规划程序,采用VC平台,适合解决大容量稀疏矩阵的优化问题-Newton iterative method based on the quadratic programming procedures using VC platform, suitable for solving large sparse matrix capacity optimization
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:白飞飞
  1. 迭代回朔

    0下载:
  2. 迭代回朔算法是计算机中很常用的算法, 我的程序是一个八皇后问题。-back Schomburg iterative algorithm is quite commonly used computer algorithms, the procedure is a Queen's eight issues.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:362496
    • 提供者:金海建
  1. 雅可比C++

    0下载:
  2. 雅可比(Jacobi)迭代算法的C++实现-Jacobian (Jacobi) iterative algorithm to achieve C
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:王景晖
  1. 汉诺塔_迭代算法

    0下载:
  2. 用迭代实现的汉诺塔,出自大一新生,希望得高手指导!-achieved using iterative HANOR, from the Freshmen, in expert guidance!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:
  1. 非线性方程求根

    3下载:
  2. 非线性方程求根 包括二分法、牛顿迭代法的matlab程序。-Root including nonlinear equations dichotomy of Newton iteration of Matlab procedures.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:27648
    • 提供者:悟凡
  1. 预测

    0下载:
  2. 数据预测算法,主要是一元n次方程的回归预测实现。* 预测分析--本算法只适用于有明显线性趋势的数据 * 默认为一元二次曲线方程法 * * 本程序主要涉及有两个算法 * 1.用最小二乘原理找到线性方程组的系数和常数。 * 2.解线性方程组 * 本程序在解线性方程组中,由于考虑到收敛性问题未采用迭代法,而是采用Gauss-Jordan消去法来解决。-data prediction algorithm is mainly one yuan n
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:吴名
  1. 雅可比迭代解线性方程组

    0下载:
  2. 雅可比迭代解线性方程组 这个也是计算方法中另一种 求解线性方程组的计算程序-Jacobi iterative solution of linear equations This is a separate calculation method for solving linear equations of computational procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:293888
    • 提供者:郑双明
  1. 高斯赛德尔迭代

    0下载:
  2. 高斯赛德尔迭代它是数值分析重的经典的算法,我在这儿把我自己写的程序给大家分享。-high Shisaideer iterative numerical analysis it is heavy classic algorithms, I have been here my own written procedures to share with you all.
  3. 所属分类:文件格式

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:天天
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org