搜索结果

找到约 3 项符合 Gaus 的查询结果

Delphi控件源码 Easy example for Gaus blur algorthm

Easy example for Gaus blur algorthm
https://www.eeworm.com/dl/666/434646.html
下载: 27
查看: 1009

数学计算 1.功能 用高斯方法计算n重积分(C语言) 2.参数说明 int n : 积分重数 int js[n] : js[k]表示第k层积分区间所划分的子区间 void (*ss)() : 指向

1.功能 用高斯方法计算n重积分(C语言) 2.参数说明 int n : 积分重数 int js[n] : js[k]表示第k层积分区间所划分的子区间 void (*ss)() : 指向计算各层积分上、下限的函数名(用户自编) double (*f)() : 指向计算被积函数值的函数名(用户自编) double gaus() : 函数返回积分值 3.文件说明 gaus.c为函数程序 gaus0.c为主函数 ...
https://www.eeworm.com/dl/641/192267.html
下载: 192
查看: 1083

驱动编程 EM算法(英文)A Gentle Tutorial of the EM Algorithm and its Application to Parameter Estimation for Gaus

EM算法(英文)A Gentle Tutorial of the EM Algorithm and its Application to Parameter Estimation for Gaussian Mixture and Hidden Markov Models
https://www.eeworm.com/dl/618/494344.html
下载: 191
查看: 1326