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

搜索资源列表

  1. xuanzhuyuan

    0下载:
  2. 数值分析-列选主元求解方程组 //n 整型变量。方程组的阶数 //a 双精度实型二维数组,体积为n*n。存放方程组的系数矩阵,返回时将被破坏。 //b 双精度实型一维数组,长度为n,存放方程组右端的常数向量;返回方程组的解向量。 //本函数返回整型标志值。若返回的标志值为0,则表示原方程组的系数矩阵奇异,输出信息“fail”;若返回的标志值不为0,则表示正常返回。-Numerical Analysis-out election PCA solving equations / /
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1472
    • 提供者:紫水晶
  1. GRAUSS

    0下载:
  2. 数值分析-列选主元求解方程组 //n 整型变量。方程组的阶数 //a 双精度实型二维数组,体积为n*n。存放方程组的系数矩阵,返回时将被破坏。 //b 双精度实型一维数组,长度为n,存放方程组右端的常数向量;返回方程组的解向量。 //本函数返回整型标志值。若返回的标志值为0,则表示原方程组的系数矩阵奇异,输出信息“fail”;若返回的标志值不为0,则表示正常返回。-Numerical Analysis-out election PCA solving equations / /
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1504
    • 提供者:紫水晶
  1. mrk

    0下载:
  2. R-K法求解微分方程组的vf-R-K Solving equations of vf
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:846
    • 提供者:马光柏
  1. bisect

    1下载:
  2. matlab的源代码 二分法解方程 matlab程序-matlab source code for solving equations matlab program dichotomy
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:615
    • 提供者:liu
  1. gauss

    0下载:
  2. VC++中GAUSS法解方程,文档输入输出-VC++ In GAUSS Solving equations, input and output documents
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:155675
    • 提供者:刘哲
  1. equations

    1下载:
  2. 拉曼模型,求解多波长拉曼光纤放大器的理论模型,这是简化模型-Raman model for solving multi-wavelength Raman fiber amplifier theoretical model, which is simplified model
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:6922
    • 提供者:nebula
  1. SALUE

    0下载:
  2. 高斯法求解方程组,fortran编写,为子函数,可直接调用-Gauss Method for Solving equations, fortran prepared for Functions direct call
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:822
    • 提供者:刘小米
  1. ccfc

    0下载:
  2. 差分方程求解 实验步骤: 主界面下进入实验五的“差分方程求解”子系统,输入希望看到的输出样点数 输入差分方程系数向量 输入顺序为:,。其中 N+1 为差分方程两边系数最大数目,如果有一边输入系数个数小于 N+1,将按不足系数为零计算。 输入系统初始状态向量 输入顺序为 鼠标单击确定按钮,以数值和图形两种方式显示单位冲激响应和输出响应 3) 确定差分方程形式:y(k)-y(k-1)+0.35y(k-2)=2x(k)-x(k-1),-Experimental
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:14675
    • 提供者:高荣
  1. c

    2下载:
  2. 黄金分割法 惩罚函数法求解方程 优化设计程序 简单易懂 适合初学者 -Golden section method penalty function method for solving equations of optimal design procedures are simple and easy to understand for beginners
  3. 所属分类:CSharp

    • 发布日期:2015-01-11
    • 文件大小:10328471
    • 提供者:郭纯
  1. guass

    0下载:
  2. 高斯消去求解方程组,可以通过修改程序中的系数矩阵来计算不同方程组-Gaussian elimination for solving equations, you can modify the program to calculate the coefficient matrix of different equations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:4398
    • 提供者:刘孟
  1. sdfsadfsdafasd123

    1下载:
  2. Differential Equations (ODE) Solver through Galerkin Method Galerkin方法求解常微分方程组的实现 这个matlab程序通过Galerkin方法求解常微分方程组,当然求解的结果是 Differential Equations (ODE)近似的解。-Differential Equations (ODE) Solver through Galerkin Method Galerkin method for
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:203720
    • 提供者:adu
  1. gmres

    1下载:
  2. 大型稀疏矩阵的存储,用于方程组求解,可以直接调用,比较方便-Large-scale sparse matrix storage, for solving equations can be directly invoked, more convenient
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1259
    • 提供者:王蒙
  1. 1_Gauss

    0下载:
  2. 列主元Gauss消去法解线性方程,c语言编写,运用gauss法求解方程,别人编的,编写的很好。-Out the main element Gauss elimination method for solving linear equations, c language, using gauss method for solving equations, others, compiled, and prepared well.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:984
    • 提供者:wangfeng
  1. Newton-Raphson

    0下载:
  2. 本程序用的是Newton-Raphson法求解方程的根,程序我验证过,是正确的-This procedure using a Newton-Raphson method for solving equations of the root, the program I have verified is correct ... ...
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:549
    • 提供者:陈科技
  1. matlabClassicsourcecode

    0下载:
  2. matlab经典算法程序的源代码,包括差值、拟合、绘图、解方程等。-classical algorithm matlab program' s source code, including the difference, fitting, drawing, solving equations and so on.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:962950
    • 提供者:luli
  1. DIFF

    0下载:
  2. 这个程序是用来实现弹性波方程隐式情况下,需要求解方程组的方法进行数值模拟。-This procedure is used to achieve the implicit equation of elastic wave cases, the methods for solving equations to simulate.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1577
    • 提供者:张红静
  1. Gaussianelimination

    0下载:
  2. 能较好的解线性方程,用矩阵的形式解方程。-Better solution to linear equations, solving equations with a matrix form.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4246
    • 提供者:wanghefei
  1. jiefangcheng

    0下载:
  2. 弦截法求解高次方程,VC++6.0编译通过-Secant method for solving equations of higher, VC++6.0 compile
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:31655
    • 提供者:楠楠
  1. Solve-Equations

    0下载:
  2. matlab经典算法方程中关于解方程问题的具体内容 可以给需要的朋友们一些启示-classical algorithm matlab problem solving equations equations on the specific content of a friend in need who can give some inspiration
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:85221
    • 提供者:yuan
  1. Solving-equations-of-motion-5-times

    0下载:
  2. 5次运动方程求解,初始和末尾的速度、加速度都为0,输入初始位置和末尾位置,可以得到5次运动方程-Solving equations of motion 5 times
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:347056
    • 提供者:wuziqian
« 12 3 4 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com