代码搜索:Generates

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

代码结果 10,000
www.eeworm.com/read/151959/12158547

m gnray.m

function [n1,n2]=gnray(m,sgma) % [n1 n2]=gnray(m,sgma) % [n1 n2]=gnray(sgma) % [n1 n2]=gnray % GNRAY generates two independent rayleigh variables with % mean m & S.D sgma % if one of the input
www.eeworm.com/read/253867/12180039

c alg7.c

#include #include #include class equal_and_odd{ public: bool operator()( int val1, int val2 ) { return ( val1 == val2 && ( val1 == 0
www.eeworm.com/read/151561/12200889

m impseq.m

function [x,n]=impseq(n0,n1,n2) % Generates x(n)=delta(n-n0);n1
www.eeworm.com/read/253222/12238325

readme

# $Id: README,v 1.3 2001/06/06 14:53:29 rboehne Exp $ This directory contains a sample package that demonstrates the use of GNU Libtool's multi-language support through the use of configuration tags.
www.eeworm.com/read/150701/12270773

tri readme.tri

tri.c Triangulation code, O(n^2). macros.h List processing macros, for tri.c comb.c Generates comb polygons. Makefile Compiles the C code; default tri.c. i.* Sample input files; i.18 is Fig. 1.27 i
www.eeworm.com/read/148785/12426317

c alg7.c

#include #include #include class equal_and_odd{ public: bool operator()( int val1, int val2 ) { return ( val1 == val2 && ( val1 == 0
www.eeworm.com/read/148560/12459212

vhd wr_sync.vhd

-- Altera Microperipheral Reference Design Version 0802 --********************************************************************************************** -- -- System: A8237 -- Component: Write
www.eeworm.com/read/148560/12459227

vhd rd_sync.vhd

-- Altera Microperipheral Reference Design Version 0802 --********************************************************************************************** -- -- System: A8237 -- Component: Re
www.eeworm.com/read/231737/14222332

m dist.m

% Program 7-7 % % dist.m % % This function generates attenuation due to distance % % Programmed by F. Kojima % Checked by H.Harada % function [x] = dist(a,b,alpha) % a,b: position of
www.eeworm.com/read/129735/14230428

c fftgen.c

/*FFTGEN.C-GENERATES TWIDDLE CONSTANTS */ #include #include #define N 256 /*to generate 256 complex points*/ main() { FILE *fptr; double sinval[N]; double cosval[