代码搜索:Generates

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

代码结果 10,000
www.eeworm.com/read/289731/8532034

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/288910/8594749

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/385934/8777526

c sinegende.c

//SinegenDE.c Generates a sinewave using a difference equation short y[3] = {0,16384,0}; //y(1) = sinwT const short A = 0; //A = 2*coswT * 2^14 int n = 2;
www.eeworm.com/read/385658/8793758

m fh.m

%*********************************************************** % This mfunction generates orthogonal complex % exponential matrix [exp(j*2*pi*n*k/N)] % % AUTHOR: Wenbin Luo % DA
www.eeworm.com/read/384965/8826450

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/426674/9005020

c sinegende.c

//SinegenDE.c Generates a sinewave using a difference equation short y[3] = {0,16384,0}; //y(1) = sinwT const short A = 0; //A = 2*coswT * 2^14 int n = 2;
www.eeworm.com/read/382086/9050254

c sinegende.c

//SinegenDE.c Generates a sinewave using a difference equation short y[3] = {0,16384,0}; //y(1) = sinwT const short A = 0; //A = 2*coswT * 2^14 int n = 2;
www.eeworm.com/read/282428/9094613

c sinegende.c

//SinegenDE.c Generates a sinewave using a difference equation short y[3] = {0,16384,0}; //y(1) = sinwT const short A = 0; //A = 2*coswT * 2^14 int n = 2;
www.eeworm.com/read/182909/9185941

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/379443/9197250

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