代码搜索:Simulated
找到约 1,823 项符合「Simulated」的源代码
代码结果 1,823
www.eeworm.com/read/221680/14729821
c purecall.c
/**************************************************************************
AVStream Simulated Hardware Sample
Copyright (c) 2001, Microsoft Corporation.
File:
purecall
www.eeworm.com/read/207184/15280315
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/414733/11105038
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/201477/15407248
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/201477/15407737
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/108859/15573828
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/362142/10016306
m get_time.m
function t=get_time
% Return the value of running time
%Can be used for simulation or real time -- comment out appropriate
% sections for each use
% Simulation section
global tstep
t = tstep
www.eeworm.com/read/362142/10016345
m get_time.m
function t=get_time
% Return the value of running time
%Can be used for simulation or real time -- comment out appropriate
% sections for each use
% Simulation section
global tstep
t = tstep
www.eeworm.com/read/420106/10816640
m pulsecompressionparamcb.m
%pulseCompressionParamcb
%
% This is a callback function for the signalType (simulated or measured) parameter in the pulse compression block.
tempCell=get_param(gcb,'MaskValues');
signalType=tempCell
www.eeworm.com/read/448905/7522824
m fig3_38.m
% Chapter 3: Figure 3.38, p. 162
%
% Model Parameters
k=10;
M1=0.02; M2=0.0005;
b1=410e-03; b2=4.1e-03;
t=[0:0.001:1.5];
% State Space Model
A=[0 0 1 0;0 0 0 1;-k/M1 k/M1 -b1/M1 0; k/M2 -k/M2 0 -b2/M2