代码搜索:Generates

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

代码结果 10,000
www.eeworm.com/read/463748/7175952

m bdt_f529.m

% MATLAB script that generates the probability of error versus the signal to noise ratio initial_snr=0; final_snr=15; snr_step=1; tolerance=1e-7; % Tolerance used for the integration min
www.eeworm.com/read/461264/7230687

pro randomp.pro

pro randomp,x,pow,n,range_x=range_x,seed=s ;+ ; NAME: ; RANDOMP ; PURPOSE: ; Generates an array of random numbers distributed as a power law. ; CALLING SEQUENCE: ; RANDOMP, X, Pow, N
www.eeworm.com/read/454938/7381258

c alg31.c

#include #include #include /* * generates: original order of the vector: 69 23 80 42 17 15 26 51 19 12 35 8 partial sort of vector: seven elements 8
www.eeworm.com/read/454938/7381263

c alg35.c

#include #include #include // generates: n d a n a d d n a d a n a n d a d n int main() { vector< char, allocator > vec( 3 ); ostream_it
www.eeworm.com/read/454938/7381273

c alg39.c

#include #include #include /* generates: original element sequence: 3 4 5 0 1 2 sequence applying swap() to support bubble sort: 0 1 2 3 4 5 *
www.eeworm.com/read/454938/7381383

c io20_3.03.c

// #include #include /** ** generates: stanl@john:d.ch20 313 : a.out < alice_emma characters actually read: 52 characters actually read: 60 characters actual
www.eeworm.com/read/452948/7428859

m ls_mse_calc.m

%Function Declaration: function ms_error=LS_MSE_calc(X,H,Y); %This function generates mean squared error for the the LS estimator.. %EVALUATION OF Hls Hls =(inv(X)) * Y; %The simplest of 'em all
www.eeworm.com/read/451954/7452999

m sparsesiggen4plusnoise.m

function [s,idxNZ] = sparseSigGen4plusNoise(N,NZ,sigma_off,fixedActiveValue) % - Generates an Nx1 random sparse vector with "N-NZ" number of its components % (randomly) chosen to be nearly zero (
www.eeworm.com/read/446971/7562012

c alg31.c

#include #include #include /* * generates: original order of the vector: 69 23 80 42 17 15 26 51 19 12 35 8 partial sort of vector: seven elements 8
www.eeworm.com/read/446971/7562017

c alg35.c

#include #include #include // generates: n d a n a d d n a d a n a n d a d n int main() { vector< char, allocator > vec( 3 ); ostream_it