代码搜索:Generates

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

代码结果 10,000
www.eeworm.com/read/456354/7351312

m bdt_f533.m

% MATLAB script that generates the probability of error versus the signal to noise ratio. initial_snr=0; final_snr=12; snr_step=0.75; tolerance=eps; % Tolerance used for the integration plus_
www.eeworm.com/read/456354/7351318

m bdt_f531.m

% MATLAB script that generates the probability of error versus the signal to noise ratio. initial_snr=0; final_snr=12; snr_step=0.75; tolerance=eps; % Tolerance used for the integration plus_
www.eeworm.com/read/455950/7360866

asm dllentry.asm

; DLLENTRY.ASM ; ; Entry code for example Windows dynamic link library. When Windows first ; loads the DLL, control comes here first. ; ; This module generates a code segment called INIT_TEXT.
www.eeworm.com/read/455722/7367685

m write_spice_file.m

%% write_spice_file.m %% % This function generates a SPICE .cir file. To trace the output of all % the filters in SPICE, trace something like VDB(51) + VDB(52) + ... + % VDB(510)+.... The w0 and n in
www.eeworm.com/read/454938/7381279

c alg49.c

#include #include #include /* generates: original element sequence of first container: 0 1 2 3 4 5 6 7 8 9 original element sequence of second cont
www.eeworm.com/read/454660/7385845

java compareints.java

// control/CompareInts.java // TIJ4 Chapter Control, Exercise 2, page 139 /* Write a program that generates 25 random int values. For each value, use an * if-else statement to classify it as greate
www.eeworm.com/read/454660/7385867

java genericcast32.java

// generics/GenericCast32.java // TIJ4 Chapter Genericss, Exercise 32, page 699 /* * Verify that FixedSizeStack in GenericCast.java generates exceptions * if you try to go out of its bounds. Does
www.eeworm.com/read/448350/7534388

m randfilt.m

function [y,zf,u]=randfilt(pb,pa,ny,zi) %RANDFILT Generate filtered gaussian noise without initial transient % % Generates noise by passing gaussian noise through a filter pb/pa % output signal y
www.eeworm.com/read/447000/7561286

m test1.m

%Name: Chris Shoemaker %Course: EER-280 - Digital Watermarking %Project: Tests that using rand X times generates the same values as rand(1,X) clear all; % read in key for PN generator file_
www.eeworm.com/read/447000/7561293

m pn_test.m

%Name: Chris Shoemaker %Course: EER-280 - Digital Watermarking %Project: Tests that using rand X times generates the same values as rand(1,X) clear all; % read in key for PN generator file_