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

搜索资源列表

  1. 用Gauss列主元消元法解线性方程组

    0下载:
  2. 解方程: 用Gauss列主元消元法解线性方程组 -solution equation : Gauss out PCA elimination method for solving linear equations using Gauss out PCA elimination method for solving linear equations
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4.66kb
    • 提供者:加内特
  1. vis.tar

    0下载:
  2. 用欧拉,龙格库塔,Heuch 方法解非线性方程的其中一种方法,没有解密密码-with Euler, the Runge - Kutta, Heuch method for solving systems of nonlinear equations, one way yet to be declassified Password
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:87.39kb
    • 提供者:Ellen Niu
  1. flyMachine

    2下载:
  2. 飞机运动轨迹模拟 使用龙格-库塔算法计算常微分方程数值解 并用图形显示运动轨迹 作者自己作业的源程序 欢迎讨论-aircraft trajectories simulated using the Runge - Kutta method to calculate the numerical solution of differential equations with graphics and movement track their authors trace the sour
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:17kb
    • 提供者:wchen1983
  1. efgxf

    0下载:
  2. 为计算方法课程的作业(二分割线法求解方程的解)-courses for the calculation of operations (2 segmentation method for the solution of the equation)
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.39kb
    • 提供者:吴雄芝
  1. GaussPP

    0下载:
  2. 计算方法最后大作业程序(高斯列主元削去法解方程)-calculation method was finally operating procedures (Gaussian yuan cut out the main method of equation)
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.04kb
    • 提供者:吴雄芝
  1. newton

    0下载:
  2. 用C语言实现的牛顿迭代法解线N阶方程的程序,并附有实验报告
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:11.74kb
    • 提供者:sjj
  1. 计算方程的解

    0下载:
  2. 做一个程序能够求解幂n=6或更高方程的根
  3. 所属分类:C#编程

    • 发布日期:2012-03-18
    • 文件大小:55.5kb
    • 提供者:may96321951
  1. StackCalculate.rar

    1下载:
  2. 使用C#实现的表达式计算器,直接解析算术表达式并计算,不使用逆波兰式算法。附带二分法解方程功能。,Use C# to achieve expression calculator, direct analysis and calculate arithmetic expression, do not use Reverse Polish algorithm. Solution of equation incidental function dichotomy.
  3. 所属分类:CSharp

    • 发布日期:2017-01-23
    • 文件大小:31.38kb
    • 提供者:史蒂芬
  1. Extreme.Mathematics.QuickStartCS

    1下载:
  2. 用C#写的数学函数库源码。里面包括复数运算,矩阵运算,解方程,积分微分等。非常有用。-Using C# to write the math library source. Includes the plural computing, matrix operations, solution of equations, such as integro-differential. Very useful.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:118.97kb
    • 提供者:李峰
  1. sovle_eqotions

    0下载:
  2. D:\C语言弦截法解方程,一个不错的方法!!!!!!!!!.-do not know how to express
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:2.57kb
    • 提供者:fjp119
  1. RC

    0下载:
  2. 差分方程的递推解法,对于一个差分方程,如果能找出这样的数列通项,将它带入差分方程后,该方程成为恒等式,这个通项叫做差分方程的解。 -Recursive solution of differential equations, for a difference equation, if we can find this series passed it into the differential equation, the equations become identities, the ge
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3.25kb
    • 提供者:孙称
  1. Traditional_C_Source_Code

    0下载:
  2. 经典数值算法、简单界面操作代码。包括常用的排序、插值、解方程和矩阵操作-Classical numerical algorithm, a simple interface to operate the code. Which are used in the sorting, interpolation, solution of equations and matrix operations
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:18.92kb
    • 提供者:cuckoo
  1. nd

    0下载:
  2. 在CCS环境下,用C语言编写用牛顿迭代法解非齐次线性方程组(在此为3个方程)的代码。-In the CCS environment, using C language solution using Newton' s iterative method of non-homogeneous linear equations (in this case 3 equation) code.
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:414.67kb
    • 提供者:黄敏
  1. bdd

    0下载:
  2. 在CCS编程环境下,用C语言编写的利用不动点迭代法解非齐次线性方程组(在此为3个方程组成的方程组)的程序-In the CCS programming environment, using C language for the use of fixed-point iterative solution of non-homogeneous linear equations (in this case three equations consisting of equations) procedu
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:412.05kb
    • 提供者:黄敏
  1. BaseMath

    0下载:
  2. C#实现的基本数值算法:利用高斯消元法求线性方程组的解、利用约当消元法求线性方程组的解、一元非线性方程实根的数值算法及程序实现-C# implementation of basic numerical algorithms: Gaussian elimination method of solution of linear equations using Jordan Elimination Method of linear equations, one dollar real roots of
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:483.62kb
    • 提供者:曾文斌
  1. Newton-Raphson

    0下载:
  2. 利用牛顿拉夫逊算法解非线性方程,该法其核心也是迭代的思想。-Newton_Raphson for nonlinear equation
  3. 所属分类:CSharp

    • 发布日期:2017-03-24
    • 文件大小:17.51kb
    • 提供者:zerg
  1. gexl

    0下载:
  2. 共轭斜量迭代解方程组,但对方程要求非病态-Conjugate Gradient iterative solution of equations, but the equation requires a non-pathological
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:1.44kb
    • 提供者:王浩
  1. Euler-Kutta

    0下载:
  2. 一个用C#开发的求解微分方程的小软件,分别运用欧拉法和龙格库塔法计算一个给定微分方程的解。-A c# development with the solution of differential equation, the small software, using respectively euler method and LongGe coulthard method for calculation of a given of the solution of the differential
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:61.17kb
    • 提供者:云仔
  1. newton

    0下载:
  2. 带有图像演示的牛顿迭代求解高次函数解,算法为单独的一个类,用户通过主函数传递一个函数方程即可调用-Newton algorithm with graphic demostration
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:278.92kb
    • 提供者:pscong
  1. CPP

    0下载:
  2. 很适合VC初学者的一些程序,比如m到n的累加、解方程、递归函数求桃子问题、水仙花数、统计一次数学测验的成绩等等。-Very suitable for the VC beginners some programs, such as m to n is cumulative, solving equations, recursive functions seeking peaches problem the daffodils number, statistics a mathematics tes
  3. 所属分类:CSharp

    • 发布日期:2017-11-26
    • 文件大小:7.21kb
    • 提供者:刘再兴
« 12 »
搜珍网 www.dssz.com