代码搜索:贝叶斯算法
找到约 10,000 项符合「贝叶斯算法」的源代码
代码结果 10,000
www.eeworm.com/read/408549/11383016
pdf 一种非标定摄像机的定位新算法.pdf
www.eeworm.com/read/262675/11396002
pdf 实现π/4-dqpsk调制的一种快速算法.pdf
www.eeworm.com/read/408164/11403269
doc 二叉树的析构函数算法bitree.doc
www.eeworm.com/read/408164/11403278
doc 二叉树的后序遍历递归算法postorder.doc
www.eeworm.com/read/408164/11403283
doc 二叉树的层序遍历算法leverorder.doc
www.eeworm.com/read/408134/11404796
txt 使用遗传算法对bp网络权值阈值进行优化.txt
由于BP网络的权值优化是一个无约束优化问题,而且权值要采用实数编码,所以直接利用Matlab遗传算法工具箱。以下贴出的代码是为一个19输入变量,1个输出变量情况下的非线性回归而设计的,如果要应用于其它情况,只需改动编解码函数即可。
程序一:GA训练BP权值的主函数
function net=GABPNET(XX,YY)
%----------------------------------- ...
www.eeworm.com/read/406897/11433209
pdf 一种适用于多维的快速ip分类算法.pdf
www.eeworm.com/read/405817/11456376
cpp minimum cost(带权二分匹配km算法).cpp
#include
#include
#include
using namespace std;
const int NMAX = 160;
int n,m,k;
int xn,yn,num;
int w[NMAX][NMAX];
int need[60][60];
int supply[60][60];
int c
www.eeworm.com/read/404079/11491959
pdf 一种基于粒子滤波的自适应相关跟踪算法.pdf
www.eeworm.com/read/403840/11508886