代码搜索:Probability

找到约 4,670 项符合「Probability」的源代码

代码结果 4,670
www.eeworm.com/read/181026/9277118

txt readme_chinese.txt

SGA_Pro Toolbox Ver. 1.0.0.2 for Matlab 6.x [最大代数终止 或 适应度变化小于设定值终止,可解决带等式和不等式约束的问题] 说 明: 需要修改的m
www.eeworm.com/read/128004/14320340

txt readme_chinese.txt

SGA_Pro Toolbox Ver. 1.0.0.2 for Matlab 6.x [最大代数终止 或 适应度变化小于设定值终止,可解决带等式和不等式约束的问题] 说 明: 需要修改的m
www.eeworm.com/read/134728/13975785

txt readme_chinese.txt

SGA_Pro Toolbox Ver. 1.0.0.2 for Matlab 6.x [最大代数终止 或 适应度变化小于设定值终止,可解决带等式和不等式约束的问题] 说 明: 需要修改的m
www.eeworm.com/read/189239/8482993

txt readme-chap7.txt

% % README Chapter 7 % % by Hiroshi Harada % % If you have any bugs and questions in our simulation programes, please e-mail % to harada@ieee.org. We try to do our best to answer your questions.
www.eeworm.com/read/384270/8883854

special_instruction

// ****************************************************************** // // The following C++ code computes a sample point and its probability // on the spherical or triangular luminaire according to
www.eeworm.com/read/184443/9100237

m ranwalk.m

function [rwproc] = ranwalk(npoints, p) % RANWALK generate and plot a trajectory of a random walk which % starts at 0, jumps up with probability p and down with % probability 1-p % % [rwpr
www.eeworm.com/read/182909/9185934

txt readme-chap7.txt

% % README Chapter 7 % % by Hiroshi Harada % % If you have any bugs and questions in our simulation programes, please e-mail % to harada@ieee.org. We try to do our best to answer your questions.
www.eeworm.com/read/379443/9197235

txt readme-chap7.txt

% % README Chapter 7 % % by Hiroshi Harada % % If you have any bugs and questions in our simulation programes, please e-mail % to harada@ieee.org. We try to do our best to answer your questions.
www.eeworm.com/read/179775/9339534

html 05-08.html

APPLIED CRYPTOGRAPHY, SECOND EDITION: Protocols, Algorithms, and Source Code in C:Advanced Protocols
www.eeworm.com/read/361413/10054079

m bernoulli.m

function res=Bernoulli(probability) t=rand(1); if(t