代码搜索:Simulated

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

代码结果 1,823
www.eeworm.com/read/235522/14065555

cc console.cc

// console.cc // Routines to simulate a serial port to a console device. // A console has input (a keyboard) and output (a display). // These are each simulated by operations on UNIX files. // The si
www.eeworm.com/read/106690/15626684

m testica.m

% testica() - Test the runica() function's ability to separate synthetic sources. % Use the input variables to estimate the (best) decomposition accuracy % for a given data se
www.eeworm.com/read/391063/8424332

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/187864/8595143

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/181963/9223816

m 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/169871/9835600

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/365319/9869811

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/365319/9869871

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/364017/9925681

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/168218/9931728

cpp simul.cpp

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