代码搜索:概率分析

找到约 10,000 项符合「概率分析」的源代码

代码结果 10,000
www.eeworm.com/read/212652/4934988

c pediy.c

/*----------------------------------------- pediy.C -- 逆向分析技术 (c) www.pediy.com, 2002 -----------------------------------------*/ #include #include "resource.h
www.eeworm.com/read/338639/3314426

c pediy.c

/*----------------------------------------- pediy.C -- 逆向分析技术 (c) www.pediy.com, 2002 -----------------------------------------*/ #include #include "resource.h
www.eeworm.com/read/269793/4243644

c pediy.c

/*----------------------------------------- pediy.C -- 逆向分析技术 (c) www.pediy.com, 2002 -----------------------------------------*/ #include #include "resource.h
www.eeworm.com/read/202962/15368879

cpp fenxi.cpp

#include "stdafx.h" #include "fenxi.h" /*================================================================ * 函数名: CiFaFenXi * 功能描述: 词法分析 (public) * 返回值: void ======================
www.eeworm.com/read/102756/15759883

ec mcc_stat.ec

/**************************************************** * MCC 分析 * * 最后修改: 周国祥 2001/08/24 * 最后修改: Wubin 2001/09/03 ****************************************************/ #include #
www.eeworm.com/read/102756/15759893

ec klfx.ec

/******************************************************* * 卡类分析(klfx) * * 最后修改: 周国祥 2001/08/19 *******************************************************/ #include #include
www.eeworm.com/read/102756/15759939

ec sqefx.ec

/**************************************************** * 授权额分析 sqefx() * * 最后修改: 周国祥 2001/08/26 * 最后修改: Wubin 2001/09/04 ****************************************************/ #include
www.eeworm.com/read/102756/15759953

ec sdhfx.ec

/**************************************************** * 收单行分析 sdhfx() * * 最后修改: 周国祥 2001/08/26 * 最后修改: Wubin 2001/09/03 ****************************************************/ #include
www.eeworm.com/read/387675/8659631

m gaussian_classify.m

%通过比较后验概率的大小进行分类 function [testclass] = gaussian_classify( test,ms,sigs,ps) %GAUSSIAN_CLASSIFY Summary of this function goes here % Detailed explanation goes here dens=gaussian_density(test,ms,s
www.eeworm.com/read/362647/9987804

m select.m

function s1=select(v0,f,population) %轮盘赌选择 matrixsum=sum(f); roulette=cumsum(f);%求向量累加 choiseP=roulette/matrixsum;%得选择概率 for i=1:population tempP=rand(1); if (tempP