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

搜索资源列表

  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
    • 文件大小:4.22kb
    • 提供者:凃道
  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
    • 文件大小:2.92kb
    • 提供者:凃道
  1. qiuni11

    0下载:
  2. 这是用来求矩阵的逆的一个方法,可能不是很好,希望大家能指点指点哦-This is the matrix used for the inverse of a method may not be very good, pointing out the hope that we can kind oh
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:836byte
    • 提供者:谈红鱼
  1. 2006081223131713066

    0下载:
  2. 迷宫地图的生成也有很多种方法,但是有些算法在生成较大维度时的计算速度很慢,尤其是如果用在电子词典之类上可能很成问题的。还有一个较大的问题就是很多算法生成的迷宫并不是真正意义上的迷宫,即路径不唯一。 用离散数学的集合观点来生成一个迷宫。 首先是M*N的一个矩阵,生成为M*N个集合,然后每次循环就合并一个集合,这样在M*N-1次合并之后就成了一个集合,也就是这M*N个元素连通了。算法首先得问题的是选择哪个元素来合并,我在这里是随机选择相邻集合。算法的关键是要记录合并的次序,否则你最后得到的只
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:13.86kb
    • 提供者:Xi Xie
  1. 快速转置

    0下载:
  2. 运用数组对矩阵进行压缩存储,再用快速转置法对矩阵转置-using matrix array of compressed storage, and then quickly turn to home matrix method to Purchase
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:49.82kb
    • 提供者:小百
  1. matrix

    0下载:
  2. 实现矩阵的承法,而且运行方便,输出合理,结构紧凑!-Matrix method for the realization and operation of convenience, the output reasonably compact!
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:134.19kb
    • 提供者:
  1. matrix

    0下载:
  2. 一种很好用的求逆矩阵方法,检查过了,没有错误哦-A good use of the inverse matrix method, checked, and no error oh
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:195.02kb
    • 提供者:chenjing
  1. shizilianbiao.tar

    0下载:
  2. 稀疏矩阵的定义和实现(使用的是十字链表的方法)-Sparse matrix definition and implementation (using cross linked list method)
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:1.66kb
    • 提供者:杨永勇
  1. juzhenqiuni

    0下载:
  2. 求逆矩阵,采用的是行初等变换的方法,可执行,已验证-Inverse matrix, using the method of elementary transformation of the line, the executable has been verified
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:22.75kb
    • 提供者:weiwei
  1. gaosifa

    0下载:
  2. C语言编写,用高斯法求解矩阵。C语言编写-C language, with a Gaussian matrix method. C language
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:987byte
    • 提供者:李海波
  1. 45

    0下载:
  2. 解三角矩阵的经典方法 不用再亲自写 直接调用就可以-The classic method of solution of the triangular matrix is no longer personally write directly call
  3. 所属分类:CSharp

    • 发布日期:2017-05-20
    • 文件大小:5.47mb
    • 提供者:liuzhuan
  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
    • 文件大小:26.66kb
    • 提供者:邹成睿
  1. originalsimple

    0下载:
  2. 原始单纯形法(需直接给出初始的基变量) 求解标准型线性规划:max C*X s.t. A*X=b (b>=0) X>=0 输入:C是n维行向量,A是m*n的系数矩阵,b是m维列向量,XB承装初始基变量的下标。输出:x最优解(如果有的话),fval最优值,flag解的状态说明,interation求解时的循环次数。-Original simplex method (to be given directly to the initial base variable) Solvin
  3. 所属分类:CSharp

    • 发布日期:2017-11-10
    • 文件大小:1.13kb
    • 提供者:kangkankan
  1. MSChart

    0下载:
  2. C#各种漂亮的图表的实现方法。MSChart控件,给图形统计和报表图形显示提供了很好的解决办法,同时支持Web和WinForm两种方式,包含英文版,中文版。MSChart控件与一个数据网格(DataGrid对象)关联,该数据网格存放了要显示的数据,数据网格也可以包含用于图表中标识系列或类别的标签。图表应用程序设计者在数据网格中插入数据或从报表或矩阵中输入数据。-C# various a beautiful chart realize method. MSChart control to grap
  3. 所属分类:CSharp

    • 发布日期:2017-11-07
    • 文件大小:5.33mb
    • 提供者:Zach Fu
  1. exe2-2-LUdecomposition

    0下载:
  2. LU分解之Crout分解法。对从文件中读取的A矩阵进行LU分解并输出L矩阵,U矩阵。-Crout LU decomposition decomposition method. Read from the file A matrix LU decomposition and output L matrix, U matrix.
  3. 所属分类:CSharp

    • 发布日期:2017-11-17
    • 文件大小:1.05kb
    • 提供者:
  1. C-language-PQ-decOmpositid-

    0下载:
  2. C语言实现P-Q分解法潮流计算   从潮流计算的基本方程出发,采用PQ分解法并通过建立矩阵的修正方程来依次迭代,逐步逼近真值来计算电网的电压和功率分布。-C language implementation PQ decomposition process flow calculated from the trend of the fundamental equations of PQ decomposition method and by the establishment of a matri
  3. 所属分类:CSharp

    • 发布日期:2017-11-27
    • 文件大小:15kb
    • 提供者:钱广
  1. zhuiganfa

    0下载:
  2. 用c++编写的简单的追赶法算法,不能用于算大型的矩阵-With c++ prepared by a simple algorithm chasing method can not be used a large matrix calculation
  3. 所属分类:CSharp

    • 发布日期:2017-11-11
    • 文件大小:662byte
    • 提供者:nihao
  1. fpu_test

    0下载:
  2. 矩阵加减乘除运算方法 C语言编写简单实用-Matrix arithmetic operations simple and practical method of C language
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1.03kb
    • 提供者:王浩
  1. Minimal-path-setsP-BDD

    2下载:
  2. 通过联络矩阵法求的最小路集,再根据最小路集用bdd算法求的其网络系统可靠度的算法-Minimal path set by seeking contact matrix method, and then based on minimal path set by bdd algorithm for the reliability of its network algorithm
  3. 所属分类:CSharp

    • 发布日期:2016-08-24
    • 文件大小:3kb
    • 提供者:段涵特
  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
    • 文件大小:918byte
    • 提供者:zym
« 12 »
搜珍网 www.dssz.com