CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - 高斯算法

搜索资源列表

  1. EM_TuXiangfenge

    0下载:
  2. 期望最大EM算法及其在混合高斯模型中的应用.caj
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1.41mb
    • 提供者:shj
  1. DESIGN_AND_IMPLEMENT_A_SYSTEM_oF_GRASP_IDENTIFICAT

    0下载:
  2. 机器人灵巧手的抓持分类是抓持规划的一个主要问题.本文应用模式识别技术设计和实现了一种基于高斯混合模型GMM 的分类器.采用Expectation Maximization(EM)算法估计GMM 的参数,对人手的抓持动作进行识别与分类,经过人手到机器人手的关节空间运动映射。
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:213.73kb
    • 提供者:dianluyuanli
  1. DC_OPF.rar

    2下载:
  2. 电力系统直流网络最优潮流计算程序,java语言编写。包含高斯法,梯度法等算法,DC power system optimal power flow calculation program network, java language. Contains the Gaussian method, gradient method, such as algorithm
  3. 所属分类:Java Develop

    • 发布日期:2015-05-01
    • 文件大小:2.2mb
    • 提供者:xuchen
  1. Comp11

    0下载:
  2. 此算法实现解方程组,运用的是高斯消去算法,有简单的界面-This algorithm solution equations, use the Gaussian elimination algorithm, a simple interface
  3. 所属分类:Applet

    • 发布日期:2017-04-13
    • 文件大小:2.62kb
    • 提供者:张文
  1. linear_solution

    0下载:
  2. 原创的线性方程组求解程序,包括Jacobi迭代,高斯消去法,Gauss-Seidel迭代三种求解算法。-Original procedure for solving linear equations, including the Jacobi iteration, Gauss elimination method, Gauss-Seidel iterative algorithm three.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:6.42kb
    • 提供者:熊君君
  1. CannyEdge

    0下载:
  2. canny边缘检测的算法的JAVA实现.step1:用高斯滤波器平滑图象;step2:计算梯度的幅值和方向;step3:对梯度幅值进行非极大值抑制;step4:用双阈值算法检测和连接边缘 -canny edge detection algorithm to achieve the JAVA.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:2.39kb
    • 提供者:富吉勇
  1. Gaussian

    0下载:
  2. Java版高斯算法解析多元多次方程 Java版高斯算法解析多元多次方程-Java version of Gauss algorithm for multi-resolution algorithm for multiple equation Java version of Gaussian multiple equation of multi-resolution
  3. 所属分类:Java Develop

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

    0下载:
  2. 高斯算法 用来解决满秩方程的解的解决方法。-高斯 算法 高斯
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:2.57kb
    • 提供者:wqh
  1. gs

    0下载:
  2. 高斯坐标置换成为坐标,有正反算法,简单的样例程序。-Replacement of a Gaussian coordinate coordinates, a simple sample program.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-16
    • 文件大小:62.23kb
    • 提供者:songwei
  1. j2me_gaussin

    0下载:
  2. 一个用j2me实现的高斯模糊算法效率还算可以-J2me achieve a Gaussian blur algorithm efficiency is OK
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:3kb
    • 提供者:esionxiao
  1. AlgorithmGauss

    0下载:
  2. 工程与数值计算,包含高斯算法等一系列优化算法、拟合算法-Engineering and numerical calculation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:126.6kb
    • 提供者:houshengkun
  1. GaussianElimination

    0下载:
  2. java 实现高斯算法的源码文档,可以复用的哟,应用到很多地方,主要解决多元一次方程的编程问题-java source document Gaussian algorithm can reuse yo, applied to many places, mainly to solve the programming problem of multi-linear equation
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:935byte
    • 提供者:王琳娜
  1. gauss

    0下载:
  2. 本算法使用高斯迭代法求解线性方程组,常用的数值分析方法,运行环境java-The algorithm uses Gaussian iteration method for solving linear equations, numerical analysis method used, the operating environment java
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:1.41kb
    • 提供者:wendy
  1. wchy_agui

    0下载:
  2. 计算方法大作业源代码,实现了二分法,牛顿迭代法,高斯消去法,解三对角分解法,雅可比迭代法等10余个算法-Method to calculate the project source code, the realization of the dichotomy, Newton iterative method, gauss elimination, solving tridiagonal decomposition method, Jacobi iteration method and so on
  3. 所属分类:Applet

    • 发布日期:2017-04-15
    • 文件大小:7.27kb
    • 提供者:arthur
  1. Finalwork

    0下载:
  2. 结合java图形界面编程实现了计算方法中的相关的算法,包含:雅可比迭代 高斯-塞德尔迭代 拉格朗日插值 主元素高斯消去 高斯-约当消去 牛顿插值 不含列主元高斯约当法 二次多项式拟合 一次多项式拟合 二分法 牛顿迭代 三次样条插值 三对角的追赶法-Combined with java GUI programming calculation method of the related algorithms, comprising: Jacobi iteration Gauss- Seidel it
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:5.89kb
    • 提供者:李力
  1. GN

    0下载:
  2. java高斯牛顿法,非线性最小二乘法,使用需根据实际情况改写,代码提供了一个范例(The Gauss Newton method, the nonlinear least square method, should be rewritten according to the actual situation, and the code provides an example)
  3. 所属分类:Java编程

    • 发布日期:2018-04-22
    • 文件大小:2kb
    • 提供者:yozad.vom
搜珍网 www.dssz.com