代码搜索:Simulated
找到约 1,823 项符合「Simulated」的源代码
代码结果 1,823
www.eeworm.com/read/484851/6575696
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/400981/11566385
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/157453/11702711
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/157453/11704453
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/154760/11928770
m ecgsim.m
function y = ecgsim(N,m)
%ECG simulated ECG waveform
% y=ecgsim(N,m) generates simulated ECG with 100N points per beat
% using an m-point triangular window for smoothing out the edges.
% N must
www.eeworm.com/read/132141/14106858
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/132141/14107848
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/232663/14186051
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/226667/14455771
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)')