搜索结果

找到约 167 项符合 GAUSS 的查询结果

matlab例程 分割算法 1.mean shift 的迭代过程只做了一次(为了简单) 2.对图像中的某一点进行平移时

分割算法 1.mean shift 的迭代过程只做了一次(为了简单) 2.对图像中的某一点进行平移时,只考虑了距离它小于2*hr的点,而不是图像中所有的 点。 3.实验过程中只用到了gauss核,虽然提供了method的选择,但在进行值域加权时只用 到gauss核,如果需要请自己改正。 ...
https://www.eeworm.com/dl/665/437606.html
下载: 194
查看: 1173

数学计算 完整的数值模拟软件

完整的数值模拟软件,可以实现高次插值的Sin现象,三次分段埃米尔插值,Gauss赛德尔迭代法等多种算法
https://www.eeworm.com/dl/641/348857.html
下载: 121
查看: 1130

Java编程 JavaGPS enables access to GPS devices from any Java application. Provides Java API, NMEA0183 parser,

JavaGPS enables access to GPS devices from any Java application. Provides Java API, NMEA0183 parser, record and playback GPS log files, convert between earth dates and Gauss Krueger, GPS management GUI with map.
https://www.eeworm.com/dl/633/249853.html
下载: 125
查看: 1108

数值算法/人工智能 用C语言来实现的。求解线性方程组的迭代

用C语言来实现的。求解线性方程组的迭代,是一种简单的迭代法,可不如 Gauss-Seidel迭代法收敛速度快。
https://www.eeworm.com/dl/518/135454.html
下载: 93
查看: 1091

3G开发 无线通信的各种运动模型。适用于移动通信、无线传感器网络等领域。 包括:Random walk、random waypoint、random direction、boundless simulation

无线通信的各种运动模型。适用于移动通信、无线传感器网络等领域。 包括:Random walk、random waypoint、random direction、boundless simulation area、 gauss-markov等运动模型 - probabilistic random walk
https://www.eeworm.com/dl/701/360137.html
下载: 108
查看: 1077

数学计算 Will perform 3D Gaussian quadrature over a user-defined volume. The volume is defined by the user wi

Will perform 3D Gaussian quadrature over a user-defined volume. The volume is defined by the user with function definitions entered in the appropriate spaces provided on the GUI. The user can change the number of Gauss points to use. Function inputs need not accept vector args.
https://www.eeworm.com/dl/641/363634.html
下载: 152
查看: 1118

数值算法/人工智能 用Visual C++开发的图形化圆周率Pi计算程序

用Visual C++开发的图形化圆周率Pi计算程序,共有“反正切 级数展开”、“反正弦级数展开”、“Marchin公式”、“Shank s公式”和“Gauss公式”五种方法可供选择。
https://www.eeworm.com/dl/518/442472.html
下载: 29
查看: 1110

数值算法/人工智能 基本矩阵运算 : + - *, power, transpose, trace, determinant, minor, matrix of minor, cofactor, matrix of co

基本矩阵运算 : + - *, power, transpose, trace, determinant, minor, matrix of minor, cofactor, matrix of cofactor, adjoint, inverse, gauss, gaussjordan, linear transformation, LU decomposition , Gram-Schmidt process, similarity. b) Basic vectors functions : norm, distance, innerproduct,coldim, rowdim ...
https://www.eeworm.com/dl/518/104632.html
下载: 180
查看: 1437

GPS编程 JavaGPS is a Java-only base library that enables access to GPS devices from within any Java applicat

JavaGPS is a Java-only base library that enables access to GPS devices from within any Java application. Provides Java API, NMEA0183 parser, record and playback GPS log files, convert between earth dates and Gauss Krueger, GPS management GUI with map..
https://www.eeworm.com/dl/693/191698.html
下载: 147
查看: 1097

数学计算 要求出一个矩阵的逆矩阵有许多方法

要求出一个矩阵的逆矩阵有许多方法,这里介绍以 Gauss-Jordan Elimination 来求出逆矩阵的方法,算法函数用C++写成,可在C++编程环境下直接调用
https://www.eeworm.com/dl/641/129544.html
下载: 162
查看: 1059