搜索资源列表
EM_TuXiangfenge
- 期望最大EM算法及其在混合高斯模型中的应用.caj
DESIGN_AND_IMPLEMENT_A_SYSTEM_oF_GRASP_IDENTIFICAT
- 机器人灵巧手的抓持分类是抓持规划的一个主要问题.本文应用模式识别技术设计和实现了一种基于高斯混合模型GMM 的分类器.采用Expectation Maximization(EM)算法估计GMM 的参数,对人手的抓持动作进行识别与分类,经过人手到机器人手的关节空间运动映射。
DC_OPF.rar
- 电力系统直流网络最优潮流计算程序,java语言编写。包含高斯法,梯度法等算法,DC power system optimal power flow calculation program network, java language. Contains the Gaussian method, gradient method, such as algorithm
Comp11
- 此算法实现解方程组,运用的是高斯消去算法,有简单的界面-This algorithm solution equations, use the Gaussian elimination algorithm, a simple interface
linear_solution
- 原创的线性方程组求解程序,包括Jacobi迭代,高斯消去法,Gauss-Seidel迭代三种求解算法。-Original procedure for solving linear equations, including the Jacobi iteration, Gauss elimination method, Gauss-Seidel iterative algorithm three.
CannyEdge
- canny边缘检测的算法的JAVA实现.step1:用高斯滤波器平滑图象;step2:计算梯度的幅值和方向;step3:对梯度幅值进行非极大值抑制;step4:用双阈值算法检测和连接边缘 -canny edge detection algorithm to achieve the JAVA.
Gaussian
- Java版高斯算法解析多元多次方程 Java版高斯算法解析多元多次方程-Java version of Gauss algorithm for multi-resolution algorithm for multiple equation Java version of Gaussian multiple equation of multi-resolution
gauss
- 高斯算法 用来解决满秩方程的解的解决方法。-高斯 算法 高斯
gs
- 高斯坐标置换成为坐标,有正反算法,简单的样例程序。-Replacement of a Gaussian coordinate coordinates, a simple sample program.
j2me_gaussin
- 一个用j2me实现的高斯模糊算法效率还算可以-J2me achieve a Gaussian blur algorithm efficiency is OK
AlgorithmGauss
- 工程与数值计算,包含高斯算法等一系列优化算法、拟合算法-Engineering and numerical calculation
GaussianElimination
- java 实现高斯算法的源码文档,可以复用的哟,应用到很多地方,主要解决多元一次方程的编程问题-java source document Gaussian algorithm can reuse yo, applied to many places, mainly to solve the programming problem of multi-linear equation
gauss
- 本算法使用高斯迭代法求解线性方程组,常用的数值分析方法,运行环境java-The algorithm uses Gaussian iteration method for solving linear equations, numerical analysis method used, the operating environment java
wchy_agui
- 计算方法大作业源代码,实现了二分法,牛顿迭代法,高斯消去法,解三对角分解法,雅可比迭代法等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
Finalwork
- 结合java图形界面编程实现了计算方法中的相关的算法,包含:雅可比迭代 高斯-塞德尔迭代 拉格朗日插值 主元素高斯消去 高斯-约当消去 牛顿插值 不含列主元高斯约当法 二次多项式拟合 一次多项式拟合 二分法 牛顿迭代 三次样条插值 三对角的追赶法-Combined with java GUI programming calculation method of the related algorithms, comprising: Jacobi iteration Gauss- Seidel it
GN
- java高斯牛顿法,非线性最小二乘法,使用需根据实际情况改写,代码提供了一个范例(The Gauss Newton method, the nonlinear least square method, should be rewritten according to the actual situation, and the code provides an example)