代码搜索:Distribution

找到约 10,000 项符合「Distribution」的源代码

代码结果 10,000
www.eeworm.com/read/225935/14510523

m point_distribution.m

% Point Distribution colors = 'brgkcm'; if ~exist('n_ima')|~exist('fc'), fprintf(1,'No calibration data available.\n'); return; end; check_active_images; if ~exist(['ex_' num2str(
www.eeworm.com/read/223114/14656506

m prm_distribution.m

%************************************************************************* % using the prm providing with the distribution DD over the training sample % %******************************************
www.eeworm.com/read/215255/15066183

c print_distribution.c

#include "global.h" void print_distribution(int i) { int x,y; printf("distribution %d:\n",i); for(y=max_y-1;y>=0;y--) { printf("rowpointer=%p",f[i][y]); for(x=0;x
www.eeworm.com/read/213052/15143487

txt normal distribution.txt

#include #include #include main(){ /* Generate a new random seed from system time - do this once in your constructor */ srand(time(0)); /* Setup constants */ con
www.eeworm.com/read/482889/1282589

hpp geometric_distribution.hpp

/* boost random/geometric_distribution.hpp header file * * Copyright Jens Maurer 2000-2001 * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE_1_0.txt
www.eeworm.com/read/482889/1282591

hpp cauchy_distribution.hpp

/* boost random/cauchy_distribution.hpp header file * * Copyright Jens Maurer 2000-2001 * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE_1_0.txt or
www.eeworm.com/read/482889/1282601

hpp binomial_distribution.hpp

/* boost random/binomial_distribution.hpp header file * * Copyright Jens Maurer 2002 * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE_1_0.txt or co
www.eeworm.com/read/482889/1282603

hpp triangle_distribution.hpp

/* boost random/triangle_distribution.hpp header file * * Copyright Jens Maurer 2000-2001 * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE_1_0.txt
www.eeworm.com/read/482889/1282607

hpp normal_distribution.hpp

/* boost random/normal_distribution.hpp header file * * Copyright Jens Maurer 2000-2001 * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE_1_0.txt or
www.eeworm.com/read/482889/1282608

hpp exponential_distribution.hpp

/* boost random/exponential_distribution.hpp header file * * Copyright Jens Maurer 2000-2001 * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE_1_0.t