CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 求解方法

搜索资源列表

  1. 线性方程组的雅克比迭代法

    0下载:
  2. 既可以能过两种方法考察线性方程组的雅克比迭代法是否收敛,又可以求解线性方程组,Can have two methods to study the system of linear equations Jacobian iterative method is convergent, but also for solving linear equations
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-03-23
    • 文件大小:52532
    • 提供者:赵萍
  1. zong-he-pai-xu 利用随机函数产生N个随机整数

    1下载:
  2. 利用随机函数产生N个随机整数(20000以上),对这些数进行多种方法进行排序。 至少采用三种方法实现上述问题求解-Generated using random function of N random integers (20000), the number of these sort a variety of methods. At least three ways to achieve these problem-solving
  3. 所属分类:压缩解压

    • 发布日期:2017-03-22
    • 文件大小:11942
    • 提供者:王紫
  1. flowshop.rar

    0下载:
  2. 采用遗传算法,可用此方法求解flowshop问题,Using genetic algorithms, this method can be used to solve the problem flowshop
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:125945
    • 提供者:lily
  1. 最小费用最大流算法通用Matlab程序

    1下载:
  2. 基本思路:把各条弧上单位流量的费用看成某种长度,用Floyd求最短路的方法确定一条 % 自V1至Vn的最短路 再将这条最短路作为可扩充路,用求解最大流问题的方法将其上的流 % 量增至最大可能值 而这条最短路上的流量增加后,其上各条弧的单位流量的费用要重新 % 确定,如此多次迭代,最终得到最小费用最大流.,Basic ideas: to each arc on the unit cost of traffic as some length, with Floyd for the most shor
  3. 所属分类:matlab例程

    • 发布日期:2017-03-21
    • 文件大小:2138
    • 提供者:xuechaoling
  1. iterate.rar

    0下载:
  2. 一种常用的数学方法,采用迭代算法求解多项式,A mathematical method, the use of iterative algorithms for solving polynomial
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:2103
    • 提供者:郭子
  1. Netow.rar

    0下载:
  2. 牛顿迭代法(Newton s method)又称为牛顿-拉夫逊方法(Newton-Raphson method),它是牛顿在17世纪提出的一种在实数域和复数域上近似求解方程的方法。多数方程不存在求根公式,因此求精确根非常困难,甚至不可能,从而寻找方程的近似根就显得特别重要。,Newton iteration (Newton' s method) is also known as the Newton- Raphson method (Newton-Raphson method), it i
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:1663
    • 提供者:chei
  1. yswt.rar

    0下载:
  2. 应用线性规划方法,求解运输问题,给出最优运输方案,该代码是《运筹学算法编程与实践-delphi篇》的源码。,Application of linear programming methods, to solve the transport problem, given the optimal transport program, the code is " the practice of programming and operations research algorithm-delp
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:457252
    • 提供者:朱峰
  1. split_step_fourier_method.rar

    3下载:
  2. 分步傅里叶算法求解非线性薛定谔方程,非常有用的方法,目前被广泛应用,sst solve the NLS equation .it s the very useful numercial method~!
  3. 所属分类:Windows编程

    • 发布日期:2013-06-25
    • 文件大小:1155
    • 提供者:李少华
  1. gauss.rar

    0下载:
  2. 用高斯列主元消元法解下列线性方程组 高斯消元求解一些系数矩阵中含有极小数的情况下,会产生巨大的舍入误差,导致算法失效。一个简单而有效的改进方法是每次在进行将当前列中元素的消成0的运算时,选择当前列j对应的行(j to n)中绝对值较大的一个数作为主元行,这样,误差就会减小很多,PCA with out Gaussian elimination method solution of the following system of linear equations to solve a numbe
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:102525
    • 提供者:刘佳
  1. Newton.rar

    0下载:
  2. 最优化程序设计方法中,牛顿切线法的例子,更改函数可用于其他例子的求解,Program design optimization methods, examples of Newton' s tangent method, change the function of other examples can be used to solve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:545
    • 提供者:猫儿
  1. szds.rar

    0下载:
  2. 几种数值代数中求解线性方程组的方法,包括雅克比,G-S,超松弛等,Several numerical linear algebra to solve equations, including Jacobi, GS, such as over-relaxation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:137302
    • 提供者:初蕾
  1. BEM3d-laplace.rar

    4下载:
  2. 应用边界元方法求解三维Laplace方程,对于数值计算学习有一定的指导性,bem---3D-Laplace equation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:11341
    • 提供者:lucia
  1. fibonacci

    0下载:
  2. 此程序实现了利用矩阵连乘方法求fibonacci数列,文档里面包含我的求解思路-This program implements the use of matrix multiplication method for solving even the fibonacci series
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1135
    • 提供者:wwb
  1. yaccobi

    0下载:
  2. 数值计算方法,将连续方程离散化,用迭代方法求解最优解,这里是雅可比迭代C++的代码-Numerical methods, discretization of continuous equations, iterative method for solving the optimal solution, here is the Jacobi iteration code in C++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:779
    • 提供者:吴建金
  1. Runge-Kutta_fortain

    0下载:
  2. 1、用欧拉法、四阶龙格库塔法进行插值计算,求解微分方程。(压缩包内的两个小程序) 2、面向微分方程的仿真程序包。(压缩包内的大程序,ALL OF THE PROGRAM.for) 大程序中又增加了变长的龙格库塔运算方法。-1, using Euler, fourth-order Runge-Kutta method for interpolation, solving differential equations. (Compressed within the two small pro
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-04
    • 文件大小:1315582
    • 提供者:
  1. far

    0下载:
  2. 用有限元方法求解二维三维电磁场边值问题的C语言源程序之5-Using the finite element method for solving 2D and 3D electromagnetic field boundary value problem of the C language source code of 5
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:4065
    • 提供者:zengling
  1. SPH.rar

    2下载:
  2. 基于粒子系统的中小尺度流体模拟,利用SPH方法求解NS方程。,Small and medium-sized particle system based fluid simulation, using SPH method to solve NS equation.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:34883
    • 提供者:于亚莉
  1. fem2d_poisson_linear.rar

    1下载:
  2. 用有限元方法求解二维泊松方程的FORTRAN90 程序,适合有限元初学者掌握有限元方法编程技巧!,FEM2D_POISSON_LINEAR is a FORTRAN90 program which solves the 2D Poisson equation using the finite element method with piecewise linear triangular elements.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:4376
    • 提供者:sun
  1. Professor-Lu-Wusheng-lecture

    3下载:
  2. 陆吾生教授是加拿大维多利亚大学电气与计算机工程系的教授。此课件为其在国内大学短期精品课程的课件。包含最优化问题求解,压缩感知方法及其在稀疏信号和图像处理中的应用(压缩、重构、降噪等)。-Professor Lu Wusheng University of Victoria, Canada Professor of Electrical and Computer Engineering. The courseware for the University in the domestic short
  3. 所属分类:压缩解压

    • 发布日期:2014-04-06
    • 文件大小:6219499
    • 提供者:weiji
  1. fenzhifa.rar

    0下载:
  2. 分治法的基本思想,掌握递归程序编写方法;使用分治法编程,求解线形序列中第k小元素。,Separation of the basic ideas, grasp the recursive programming methods the use of sub-rule law programming, solving linear sequence of the first k small element.
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:17332
    • 提供者:chenchen
« 1 2 ... 27 28 29 30 31 3233 34 35 36 37 ... 50 »
搜珍网 www.dssz.com