代码搜索:Distribution

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

代码结果 10,000
www.eeworm.com/read/202876/15370707

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/202636/15377428

bas distribution types.bas

Attribute VB_Name = "Module2" 'Option Explicit Option Base 1 Public Const PI As Single = 3.141592654 Public X0 As Single, Y0 As Single 'Define coordinates of the starting point Public X
www.eeworm.com/read/101154/15849540

txt distribution-howto.txt

The Linux Distribution HOWTO 中译版 作者:Eric S. Raymond 译者:吴文政 [1]wjwu@ms8.hinet.net v6.3, 8 May 1999. 翻译完成日期: 12 Aug 1
www.eeworm.com/read/161146/10443623

txt normal_distribution_and_validation.txt

Public Function GASDEV(IDUM&) As Variant Static ISET, GSET Dim V1 As Variant, V2 As Variant, R As Variant, FAC As Variant If ISET = 0 Then Do V1 = 2# * Rnd() - 1# V2 = 2# * Rnd() - 1# R = V1 ^