代码搜索:Generates

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

代码结果 10,000
www.eeworm.com/read/229127/14352187

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/229127/14352197

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/229127/14352216

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/229127/14352436

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/127339/14360359

txt mt19937int.c.txt

/* A C-program for MT19937: Integer version (1998/4/6) */ /* genrand() generates one pseudorandom unsigned integer (32bit) */ /* which is uniformly distributed among 0 to 2^32-1 for each
www.eeworm.com/read/228052/14401859

m fmconst.m

function [y,iflaw] = fmconst(N,fnorm,t0); %FMCONST Signal with constant frequency modulation. % [Y,IFLAW] = FMCONST(N,FNORM,T0) generates a frequency modulation % with a constant frequency fnorm. %
www.eeworm.com/read/228052/14401872

m anastep.m

function y=anastep(N,ti); %ANASTEP Analytic projection of unit step signal. % Y=ANASTEP(N,TI) generates the analytic projection of a % unit step signal. % % N : number of points. % TI : starting pos
www.eeworm.com/read/228052/14401964

m altes.m

function x=altes(N,fmin,fmax,alpha) ; %ALTES Altes signal in time domain. % X=ALTES(N,FMIN,FMAX,ALPHA) generates the Altes signal in % the time domain. % % N : number of points in time % FMIN
www.eeworm.com/read/227960/14405291

m contents.m

% Generative Topographic Mapping (GTM) Toolbox. % % Functions for setting up initial GTM models: % Automated set-up: % gtm_stp1 setup 1D - generates the components of a GTM with a % 1-dime
www.eeworm.com/read/126507/14418636

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