代码搜索:simulate
找到约 2,241 项符合「simulate」的源代码
代码结果 2,241
www.eeworm.com/read/466230/7041266
m example_ms_ar_simul_and_fit_2_states.m
% Example Script for MS_AR_Simul.m and MS_AR_Fit.m (run it in the same directory - just press f5)
% This script will first simulate a 2 states MS model with some pre defined parameters
% using MS_
www.eeworm.com/read/450295/7486043
m example_ms_ar_simul_and_fit_2_states_t_dist.m
% Example Script for MS_AR_Simul.m and MS_AR_Fit.m (run it in the same directory - just press f5)
% This script will first simulate a 2 states MS model with some pre defined parameters
% using MS_
www.eeworm.com/read/450295/7486046
m example_ms_ar_simul_and_fit_3_states.m
% Example Script for MS_AR_Simul.m and MS_AR_Fit.m (run it in the same directory - just press f5)
% This script will first simulate a 3 states MS model with some pre defined parameters
% using MS_
www.eeworm.com/read/450295/7486057
m example_ms_ar_simul_and_fit_4_states.m
% Example Script for MS_AR_Simul.m and MS_AR_Fit.m (run it in the same directory - just press f5)
% This script will first simulate a 4 states MS model with some pre defined parameters
% using MS_
www.eeworm.com/read/450295/7486058
m example_ms_ar_simul_and_fit_2_states.m
% Example Script for MS_AR_Simul.m and MS_AR_Fit.m (run it in the same directory - just press f5)
% This script will first simulate a 2 states MS model with some pre defined parameters
% using MS_
www.eeworm.com/read/241084/13170771
c bsdsignal.c
/*
* bsdsignal.c
*
* Use sigaction() to simulate BSD signal()
*/
#include
#include
#include
void (*bsd_signal(int, void (*)(int)))(int);
void (*bsd_signal(int s
www.eeworm.com/read/137518/13317551
h rsiptic.h
#ifndef _RSIPTIC_H_
#define _RSIPTIC_H_
#if _MSC_VER > 1000
#pragma once
#endif //_MSC_VER
#define TICS_CORRECTION_PARA 18
#define RSIPTICS 19990824
#define SIMULATE_TIME 2
#define MI
www.eeworm.com/read/321200/13410757
txt abstract.txt
The MEASURE program uses analog and digital inputs to simulate a datalogger.
You may watch the value of analog input POT1 and the state of S2, S3 Buttons
on MCBSTM32 evaluation board.
Example f
www.eeworm.com/read/121647/6067555
java mainfrm_aboutbox.java
package cn.edu.cauc.crab.ossimulate;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.border.*;
/**
* Title: OS simulate
* Description: This is my hom