代码搜索:Generates

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

代码结果 10,000
www.eeworm.com/read/227483/14422900

m shadow.m

% Program 7-6 % % shadow.m % % This function generates attenuation of shadowing % % Programmed by F. Kojima % Checked by H.Harada % function [x] = shadow(sigma) anoz = randn; db = sig
www.eeworm.com/read/227483/14422902

m holdtime.m

% Program 7-5 % % holdtime.m % % This function generates holding time % % Programmed by F. Kojima % Checked by H.Harada % function [x] = holdtime(ht) para = rand; while para >= 1
www.eeworm.com/read/227483/14422917

asv shadow.asv

% Program 7-6 % % shadow.m % % This function generates attenuation of shadowing % % Programmed by F. Kojima % Checked by H.Harada % function [x] = shadow(sigma) anoz = randn; db = sig
www.eeworm.com/read/224153/14604517

h cgen.h

#ifndef _CGEN_H_ #define _CGEN_H_ /* Procedure codeGen generates code to a code * file by traversal of the syntax tree. The * second parameter (codefile) is the file name * of the code fil
www.eeworm.com/read/123658/14617556

x-fx2800

# The Alliant FX2800 is supposed to conform to the SysV R4 i860 ABI, # but apparently the native compiler generates non ABI-compliant # function prologues and epilogues, so we need the alloca from em
www.eeworm.com/read/220370/14802573

m triangular_signal.m

% TRIANG.M % % P. Flandrin, Mar. 13, 2003 % % generates a triangular waveform % % inputs : - N : # of data samples % - p : period % % output : - x : signal function x = triang(N,p); K
www.eeworm.com/read/120385/14804304

c alg24.c

// heap stuff -- need to merge #include #include #include template void print_elements( Type elem ) { cout
www.eeworm.com/read/120385/14804319

c alg27.c

#include #include #include #include #include template void print_elements( Type elem ) { cout
www.eeworm.com/read/214672/15092214

h alarm.h

// alarm.h // Data structures for a software alarm clock. // // We make use of a hardware timer device, that generates // an interrupt every X time ticks (on real systems, X is // usually between 0.2
www.eeworm.com/read/214301/15106999

m triangular_signal.m

% TRIANG.M % % P. Flandrin, Mar. 13, 2003 % % generates a triangular waveform % % inputs : - N : # of data samples % - p : period % % output : - x : signal function x = triang(N,p); K