代码搜索:Simulated

找到约 1,823 项符合「Simulated」的源代码

代码结果 1,823
www.eeworm.com/read/161587/10395061

cpp dsimul.cpp

// simulated pointer dual available space lists #include #include "dsimul.h" void main(void) { int x; SimSpace L(5); x = L.Allocate(); cout
www.eeworm.com/read/421862/10685038

vbp sim_modem.vbp

Type=Exe Reference=*\G{56BF9020-7A2F-11D0-9482-00A0C91110ED}#1.0#0#..\..\..\..\..\..\WINDOWS\system32\MSBIND.DLL#Microsoft Data Binding Collection Reference=*\G{420B2830-E718-11CF-893D-00A0C9054228}
www.eeworm.com/read/351013/10687930

txt readme.txt

For explanation of these toy examples, see P. Salamon, P. Sibani, and R. Frost. Facts, Conjectures, and Improvements for Simulated Annealing. SIAM Monographs on Mathematical Modeling and Compu
www.eeworm.com/read/420098/10817083

m simulateslc.m

function slc = simulateslc(lines, pixels); % SIMULATESLC generate a SLC image % SIMULATESLC(N) returns a simulated Single Look Complex % radar image of size NxN. % SIMULATESLC(N,M) returns siz
www.eeworm.com/read/420098/10817156

m simslc.m

function slc = simslc(lines, pixels); % SIMSLC -- generate a SLC image % % SIMSLC(N) returns a simulated Single Look Complex % radar image of size NxN. % SIMSLC(N,M) returns size NxM. % % p
www.eeworm.com/read/274320/10876371

m simrayleigh.m

%--------- % Simulated Rayleigh %------ N=10000; noise = randn(1,N) + j*randn(1,N); y = filter([0.25],[1 -0.75],noise); spectra(y); xlabel('Frequency (Sample Rates)')
www.eeworm.com/read/468525/6992438

m main_quadratic.m

%function x=quadratic(n,c,x0) %_________________________________ % % Simulation of the Quadratic map. % x'=c-x^2 % % x is the simulated time series. % n is the number of the simulated points
www.eeworm.com/read/459616/7270158

cpp simul.cpp

// test simulated pointers #include #include "simul.h" void main(void) { int x; SimSpace L(5); x = L.Allocate(); cout
www.eeworm.com/read/459616/7270644

cpp dsimul.cpp

// simulated pointer dual available space lists #include #include "dsimul.h" void main(void) { int x; SimSpace L(5); x = L.Allocate(); cout
www.eeworm.com/read/442852/7643440

m main_quadratic.m

%function x=quadratic(n,c,x0) %_________________________________ % % Simulation of the Quadratic map. % x'=c-x^2 % % x is the simulated time series. % n is the number of the simulated points