代码搜索:马尔可夫随机场
找到约 10,000 项符合「马尔可夫随机场」的源代码
代码结果 10,000
www.eeworm.com/read/11046/194176
ppt 08测试和可测试性设计.ppt
www.eeworm.com/read/16351/669817
txt 2008-10-26 224040串可.txt
的 14
和 7
与 5
中国 4
心理学 4
自己 4
文化 4
了 4
怎样 4
去 4
王开敏 4
钟年 3
家庭 3
法学院
www.eeworm.com/read/108802/15575173
txt 该文件夹可安全删除.txt
此文件夹包含安装 Internet Explorer 6 所需的信息。一旦在您的系统上安装了 Internet Explorer 6
并且 Internet Explorer 6 工作正常,就可以删除此文件夹来释放磁盘空间。如果删除此文件夹,但
稍后希望重新安装该产品,则需要再次从网站进行下载。
www.eeworm.com/read/345672/11795491
m simfire.m
%模拟退火主程序
function [xbest,fbest]=simfire()
%初始温度
T=10;
%退火速度
a=0.5;
%马尔可夫长度
L=1000;
%结束温度条件
e=0.1;
%人为初始化初始值
fo = -100;
fbest = -10;
xo=[0.1 0.8 0.1 0 0];
%退火过程模拟
while T>e
for i=1:
www.eeworm.com/read/446050/7586453
m untitled603.m
rho=0.95; %决定Xn和X(n-1)间相关度的参数。
X0=0;
N=1000; %样本点数。
X=gaus_mar(X0,rho,N); % 高斯-马尔科夫序列(参考公式6.3.16)
M=50;
R_x=Rx_est(X,M); % 高斯-马尔科夫过程的自相关函数(参考公式6.3.17)
n=[1:1:1000];
m=[0:1:50];
subplot(2
www.eeworm.com/read/175756/9534629
swf 构造哈夫曼树的算法模拟.swf
www.eeworm.com/read/362558/9992803
rar 算法6.20-6.21哈夫曼树.rar
www.eeworm.com/read/469443/6976798
cpp 哈夫曼树最优搜索算法.cpp
#include
#include
#include
#include
struct htnode
{
char data;
int weight;
int parent;
int lchild;
int rchild;
}*ht,*p;
int s
www.eeworm.com/read/462717/7197618
doc 实习报告6_哈夫曼编码.doc
www.eeworm.com/read/449633/7499328