代码搜索:贝叶斯算法

找到约 10,000 项符合「贝叶斯算法」的源代码

代码结果 10,000
www.eeworm.com/read/147595/12544832

txt 算法.txt

求 偶数阶魔方和的算法。 1)、当n为奇数时:采用连续斜行赋值法。首先把数1定在正中的下一格,数2定在1的斜行右下格,依此类推。即一般数i定在数i-1的斜行右下格(行数x列数y均增1)。直至当数i为n的倍数时,定在上一个数i-1格正下方的第2格(行数x增2,列数y不变)。按上述操作,格的位置(x,y)若超出n行n列的范围,按模n定位。即若出现x>n,则定在第x-n行;出现y>n,则定在第 ...
www.eeworm.com/read/235281/14078636

doc 算法.doc

www.eeworm.com/read/103110/15744890

crc算法

CRC算法与实现
www.eeworm.com/read/143647/12855005

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // 贝叶斯.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h"
www.eeworm.com/read/326003/6470075

ȫ

优化问题与日常生活,生产实践息息相关,而往往大多数优化算法均为局部最优算法,即只能找到局部最优解。 : 而全局最优算法具有找到全局最优解的能力,但也不能保证找到最优值,可能只能找到次优解或者准最优解。 : 常用的全局最优算法有:遗传算法,模拟退火算法,神经网络算法,加速随机搜索算法。这四种方法,各有优缺。网上也能找到相应的免费软件包供大家使用,当然,自己编才是最好的。 ...
www.eeworm.com/read/143971/12826234

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // 贝叶斯决策.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h"
www.eeworm.com/read/314087/13575271

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // 贝叶斯分类.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h"
www.eeworm.com/read/215420/15061632

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // 贝叶斯决策.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h"
www.eeworm.com/read/282941/9051110

txt readme.txt

拼凑别人的算法,玩玩。