CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 迭代法等

搜索资源列表

  1. 二分法求解非线性方程的根

    0下载:
  2. 实 验2 二分法求解非线性方程的根 计机系 041班 姓名:刘文杰 学号:200410714102 【实验内容】 1、方法介绍 (1)输入区间端点值a、b,步长h,及精度控制量ε1,若|f(a)|< ε1,则a为原方程的一个近似根,若|f(b)|< ε1,则b为原方程的一个近似根。 (2)以h为步长,将区间[a,b]分为两个等距的小区间[a,c],[c,b]。如果f(a)<0,f(c)>0,则根在[a,c]中,将区间[a,c]再分半,分点为
  3. 所属分类:Windows编程

    • 发布日期:2014-01-17
    • 文件大小:53055
    • 提供者:000
  1. qq

    0下载:
  2. 简单迭代法,牛顿插值法等实现的算法,,,自己写的!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1620
    • 提供者:张小川
  1. yingyongshuzhifenxi.rar

    0下载:
  2. 本书包括绪论,插值法,函数逼近,解线性方程组的直接方法、迭代法,数值微分与数值积分,非线性方程求根,常微分方程数值解法,矩阵特征值与特征向量的计算以及附录和习题解答等。 ,This book includes introduction, interpolation, function approximation, solution of linear equations of the direct method, iterative method, numerical differentiati
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3239623
    • 提供者:zz
  1. 1

    0下载:
  2. 二分法的强大 使用方法 迭代法等 -no
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:813
    • 提供者:谭嘉杰
  1. suanfa

    0下载:
  2. 常用算法,为初学者服务,简单易懂,常用的算法设计方法: 数值算法:迭代法、递归法、插值法等; 非数值算法:分治法、贪婪法、回溯法等。-Commonly used algorithms, for beginners service, easy to understand, common algorithm design methods: numerical algorithms: iterative method, the recursive method, interpolation m
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:7631
    • 提供者:peiyu
  1. 2

    0下载:
  2. matlab算法练习,包括牛顿迭代法,赛德尔迭代法等-matlab learning
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:3644
    • 提供者:HXY
  1. segmentatioin

    0下载:
  2. 基于图像分割的算法,包括:Hough变换,阈值法,特征空间聚类法,松弛迭代法等
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:86460
    • 提供者:fuzhijun
  1. Code001

    0下载:
  2. 基于角谱法的压缩全息仿真程序,内含有仿真调用的子程序:前向模型,反向模型,迭代优化等-compressive holography based on the angular spectrum method,including:forward propagating,backpropagating,Twist and so on
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:22577
    • 提供者:wuxiaoyan
  1. newton-iteration

    0下载:
  2. matlab编写,牛顿迭代法以及二分法等数值积分方法-numerical integration methods matlab prepared Newton iteration dichotomy
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:2829
    • 提供者:hongguang
  1. Matrix-ProgrammingBeta2.0

    0下载:
  2. 该编程为矩阵与数据分析课的编程作业程序,里面包括matlab的三次样条曲线程序,有Jacobi迭代法和Gauss-Seidel迭代法等-The programming and data analysis for the matrix class programming operations program, which includes the cubic spline curve matlab procedures, Jacobi and Gauss-Seidel iterative meth
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:557627
    • 提供者:fat
  1. sparse-polynomials-

    0下载:
  2. 实现稀疏多项式的加减乘除,建立删除,等相关操作,并使用牛顿迭代法进行解方程-accomplish the function of addition ,deduction,multiply ,divide and so on .especially the code use Newton algothrim to solve the equation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:797661
    • 提供者:宇文风
  1. iterative-and-interpolation-method

    0下载:
  2. 有关迭代法和插值法的程序。包括高斯赛德尔迭代法、牛顿迭代法、拉格朗日插值法、牛顿插值法等。-Programs about iterative and interpolation method,including Gauss-Siedel ,Newton iterative method, Lagrange and Newton interpolation method.
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:269314
    • 提供者:cqgccc
  1. SOR-method

    2下载:
  2. 该程序是电磁场学习实验。用超松弛迭代法求解接地金属槽内的电位分布。 有个无限长直的金属槽,截面为正方形,两侧面及底板接地,上盖板与侧面绝缘,其上的电位为φ=100V,侧面电位φ=0V,试用有限差分法计算槽内的电位。内附编程思路等原理讲解 -The program is electromagnetic learning experiment. Solving the potential distribution of a grounded metal tank with super-rel
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:109902
    • 提供者:DISENCHAN
  1. conjugate_grad_2d

    0下载:
  2. 共轭梯度法寻找最小值,输出最小值点坐标,迭代次数等信息-Conjugate gradient method to find the minimum
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1011
    • 提供者:林岳峰
  1. shuzhi

    0下载:
  2. 用于解线性方程组的迭代法,包括jacobi,gauss,sor,共轭等方法-For solving linear equations of iterative method, including jacobi, gauss, sor, conjugated
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:4452
    • 提供者:顾女士
  1. solving-differential-equations

    0下载:
  2. 微分方程数值例子的解法,包括高斯消去法,jacobi迭代法,PR,SOR方法等-Numerical solution of differential equations Examples include Gaussian elimination, jacobi iterative method, PR, SOR method
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3033
    • 提供者:程智
  1. 01

    0下载:
  2. 对于一个不收敛的级数,经过多次迭代以后会随着参数取值的不同而表现出不同的性质,由此可以观测到湮灭、平衡、混沌等现象。在复空间下,这种现象可以用julia集的图像表现出来。(For a non convergent series, after many iterations, it will exhibit different properties as the parameter values vary, thus the phenomena of annihilation, balance a
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:1208320
    • 提供者:gibbonlee
  1. NA

    0下载:
  2. 数值分析算法的java实现,包括二分法、牛顿迭代法等十来个算法 可视化窗口,软件是Netbeans(The Java implementation of the numerical analysis algorithm, including ten algorithms, such as dichotomy, Newton iterative method and so on)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:162816
    • 提供者:SXINGQITIAN
  1. 雅克比矩阵迭代设计

    0下载:
  2. 雅克比迭代法完成潮流计算问题实现仿真等一些问题(chaoliujisuanwanchengjisuan)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:2048
    • 提供者:LIUTIN
  1. Power Flow6.23

    0下载:
  2. MATLAB求解电力系统潮流;牛顿迭代法;适用于14节点30节点300节点1047节点等。(MATLAB solves the power system tidal current; Newton iteration method; it applies to 14 nodes, 30 nodes, 300 nodes, 1047 nodes, etc.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:5120
    • 提供者:麻辣小月饼
« 12 »
搜珍网 www.dssz.com