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

搜索资源列表

  1. solvingdifferentialequations

    1下载:
  2. 有关求解微分方程的代码 常微分方程的matlab解法-using matlab to solve normal differential equations
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:297461
    • 提供者:田有良
  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-16
    • 文件大小:14675
    • 提供者:高荣
  1. exam3_1

    1下载:
  2. 从结构的材料矩阵,节点矩阵等,编译单元刚度矩阵,形成总体刚度矩阵等,最后求解方程.-Material from the structure matrix, the matrix, such as nodes, the compiler element stiffness matrix, such as the formation of the overall stiffness matrix, and finally solve the equation.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2715
    • 提供者:feijinru
  1. binarysearch

    0下载:
  2. 二分法求解方程的c语言实现,sin(x)在(-3,7)范围内的c语言实现方法-Solving the equation c dichotomy language, sin (x) in (-3,7) c language within the scope of implementation
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:980
    • 提供者:jcz
  1. treesearch

    0下载:
  2. 牛顿迭代发求解方程x*x*x-x*x-1的c语言实现方法。-Newton made to solve equation x* x* xx* x-1 c-language implementation.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:1160
    • 提供者:jcz
  1. nc.jar

    0下载:
  2. Java 数值计算库 数列求和算法、求解方程的根、插值法和近似法、 数值积分、求解微分方程、矩阵运算及其它一些有趣的东西, 比如:大数、素数算法、PI、分形-Java Number Cruncher
  3. 所属分类:Algorithm

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

    3下载:
  2. Euler移动网格程序,主要自适应移动网格方法求解方程。-moving mesh method for Euler equatioon
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2015-11-26
    • 文件大小:30944
    • 提供者:杨银
  1. bisectroot

    0下载:
  2. 本例向大家演示用二分法求解方程f(x)=sin(x)在(-3,7)这个范围内。-This example to demonstrate the dichotomy used to solve equations f (x) = sin (x) in (-3,7) in this range.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1351
    • 提供者:gaoyue
  1. AI

    0下载:
  2. 用MATLAB编写的使用免疫算法求解非线性方程组-MATLAB prepared with the use of immune algorithm for solving nonlinear equations
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3056
    • 提供者:
  1. erjieqiudao

    0下载:
  2. 首先对函数求导数,然后求解方程组,得出原来方程的参数值-First order derivative function, and then solve the equations, the original equation derived parameter values
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:6600
    • 提供者:刘青
  1. OneElementCubicEquationSolution

    0下载:
  2. 实现基于一种新的卡尔丹公式求解一元三次方程,内附详细的文献说明。-A New Way to Calculate the Solutions to One Element Cubic Equation via Cardan Fomula. Papers inside will demonstrate the details.
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:249366
    • 提供者:杨清
  1. PDE

    0下载:
  2. 求解偏微分方程,可以自己输入方程,注意方程式二维的才可-pde solutions
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:1918
    • 提供者:李冰
  1. PDFmatlabsovler

    0下载:
  2. 详细的偏微分方程的matlab求解步骤与程序说明。-detailed PDE soler ,using PDE tools and codes.
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5130028
    • 提供者:吴涛
  1. erfenfa

    0下载:
  2. 数值代数中用二分法求解方程,程序简洁明了,便于读者使用-Dichotomy with numerical solution of algebraic equations, the program concise, easy to readers to use
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:818
    • 提供者:tony
  1. 20090826_kepler_solver

    1下载:
  2. 给出了采用牛顿法解超越方程,求解椭圆轨道及双曲线轨道开普勒方程中的偏近点角的源程序及例子;给出了解普适方程的函数及例子,是研究轨道理论中的重要函数,均基于matlab编程-Gives the solution of transcendental equation using Newton' s method, for solving elliptic orbit and the hyperbolic orbits Kepler equation Eccentric anomaly of t
  3. 所属分类:transportation applications

    • 发布日期:2017-04-14
    • 文件大小:4107
    • 提供者:刘涛
  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. erfenfa

    0下载:
  2. C语言,数据结构。通过二分法求解方程的根值-C language data structures. Through the dichotomy solving the root of the value equation. . .
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:787
    • 提供者:lh
  1. niudunchazhi

    0下载:
  2. 数据结构,牛顿插值法。通过牛顿插值法求解方程-Data structure, Newton interpolation. Solving equations using the Newton interpolation
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:628
    • 提供者:lh
  1. upjode

    0下载:
  2. fortran程序,迭代常微分方程求解器,包括源代码、使用说明。-fortran program, iterative solver of ordinary differential equations, including source code, use the instructions.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:39848
    • 提供者:吕枫
  1. TheLogisticmap

    0下载:
  2. 此程序代码用于求解方程Xn+1=r*Xn(1 -Xn),其中X0为0——1之间的随机数,r的范围1——4;r取 不同的值是可计算得不同的Xn,据此得出Logistic Map图。-This program code is used to solve the equation Xn+1 = r* Xn (1-Xn), where X0 is 0- 1 random number between, r the range 1- 4 r take a different value is co
  3. 所属分类:GIS program

    • 发布日期:2017-04-10
    • 文件大小:621
    • 提供者:ww
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com