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

搜索资源列表

  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
    • 文件大小:4768
    • 提供者:加内特
  1. jifen124

    0下载:
  2. 龙格---库塔方法是求解微分方程比较常用的方法,在理解数学上是怎么一回事后,编制这个程是相当容易的,就是个迭代的过程.步长的选取也是很有讲究的,过小的步长反而会导致误差累积过大. 相关的理论请参考相关的数值算法的书籍,我这里只给出关键的函数及主程序段,其余相关的细节就不再一一罗列了.-Runge - Kutta method to solve the differential equation is more commonly used method, in understanding h
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2099
    • 提供者:yiri
  1. ConsoleJava

    0下载:
  2. DotNet版的线性方程的解法,包括:高斯消元法,用于n阶非奇异矩阵;SVD分解法,求最小二乘解.目前还很难找到免费的DotNet版的数值计算程序.这里有源码(J#)和dll文件.-Kind version of the linear equation solution, including : Gaussian Elimination Act, for order n nonsingular matrix; SVD decomposition method, least squares sol
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4317
    • 提供者:凃道
  1. DotMatrix

    1下载:
  2. DotNet版的线性方程的解法,包括:高斯消元法,用于n阶非奇异矩阵;SVD分解法,求最小二乘解.目前还很难找到免费的DotNet版的数值计算程序.这里有源码(J#)和dll文件.-Kind version of the linear equation solution, including : Gaussian Elimination Act, for order n nonsingular matrix; SVD decomposition method, least squares sol
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2986
    • 提供者:凃道
  1. method_of_moments

    0下载:
  2. 矩量法求解导体便表面电流,采用电磁场混合积分方程结合矩量法求解。-Moment Method conductor will surface current, mixed-use electromagnetic field integral equation Moment Method.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:17931
    • 提供者:付树洪
  1. efgxf

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:1061
    • 提供者:吴雄芝
  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
    • 文件大小:424621
    • 提供者:黄敏
  1. NewtonsMethod

    0下载:
  2. Newtons method in C#. i.e. solve an equation using formula: Pn+1 = Pn - f(Pn)/f (Pn). Program can be easily altered for different equations, solved to your specified required accuracy, within your desired number of iterations.
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:24691
    • 提供者:loader7
  1. CSharpAlgorithm

    1下载:
  2. CSharp编的算法集合,有各种插值,积分方法、复数计算、线性方程求解等。并定义了几种插值数据输入格式-CSharp compiled a collection of algorithms, there are a variety of interpolation, integration method, complex calculation, the linear equation and so on. And defines several interpolation data input
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:58842
    • 提供者:arucied
  1. danchun

    0下载:
  2. 把单纯型法应用于新的方程解析,求解最佳值,解决实际问题-The simplex method applied to the new analytical equation, solving the optimal value, solve practical problems
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:1087
    • 提供者:海成
  1. newton

    0下载:
  2. 基于VC++ 程序主要实现 牛顿运动法、牛顿法图解方程-VC++ program based on the main realization of Newton' s method, Newton diagram equation
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:36764
    • 提供者:wangyue
  1. BHcircle

    0下载:
  2. 数值微分(DDA)法: 设过端点P0(x0 ,y0)、P1(x1 ,y1)的直线段为L(P0 ,P1),则直线段L的斜率 L的起点P0的横坐标x0向L的终点P1的横坐标x1步进,取步长=1(个象素),用L的直线方程y=kx+b计算相应的y坐标,并取象素点(x,round(y))作为当前点的坐标。因为: yi+1 = kxi+1+b = k1xi+b+kDx = yi+kDx 所以,当Dx =1 yi+1 = yi+k。也就是说,当x
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:596
    • 提供者:李丽
  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
    • 文件大小:62635
    • 提供者:云仔
  1. grad

    0下载:
  2. 介绍了一般方程的梯度求解方法 并给出了详细的代码-Describes the general method of solving the gradient equation and gives a detailed code
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:205526
    • 提供者:wang zhe
  1. Solving-linear-equations

    0下载:
  2. 求解线性方程组,首先要确定方程式的个数,以及每个方程的系数,要求程序与用户交互, 在程序运行过程中,要求用户输入方程个数和方程中的系数,程序把系数存入系数矩阵中 运用消元法(高斯消元法):1.将系数矩阵消为上三角2.回代求得方程组的解-Solving linear equations, we must first determine the number of equations, and the coefficients of each equation required proc
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:27296
    • 提供者:邹成睿
  1. 2.1-(2)

    0下载:
  2. 方程求根,用迭代法!如果方程发散,程序会自动断开!-Equation Root iterative method! If the equation of divergence, the program will automatically disconnect!
  3. 所属分类:CSharp

    • 发布日期:2017-12-07
    • 文件大小:675
    • 提供者:乔凯
  1. c

    0下载:
  2. 一元二次方程的计算方法,新手学习c语言的实际实例例程-A quadratic equation calculation method, the novice learning c language instance routine
  3. 所属分类:CSharp

    • 发布日期:2017-11-29
    • 文件大小:5605
    • 提供者:张生
  1. C-language-to-achieve-SOR-method

    0下载:
  2. Jacobi_Gauss-Seidel法求解方程的C语言程序-Jacobi_Gauss-Seidel method for solving the equation of the C language program
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:5330
    • 提供者:杜恪
  1. Gauss_pca-elimination-method

    0下载:
  2. 求解矩阵方程的高斯全主元法,可有效避免有效数字的损失。-Gaussian all the principal method for solving matrix equation, which can effectively avoid the loss of significant figures.
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:918
    • 提供者:zym
« 12 »
搜珍网 www.dssz.com