代码搜索:simulate
找到约 2,241 项符合「simulate」的源代码
代码结果 2,241
www.eeworm.com/read/421367/7091926
pas unt_simulate.pas
{*******************************************}
{本单元包含了采掘过程动态模拟和及其生产成本 }
{模拟及采掘生产结果在开拓平面图上的动态演示 }
{为了加快模拟速度,模拟采用内外存交换的方法 }
{工作面和巷道只模拟一次 }
{根据模拟出的时间,针对不同计划放案编制计划 }
{**********
www.eeworm.com/read/463372/7182748
pdf cadence simulate.pdf
www.eeworm.com/read/449504/7502674
m dcc_simulate.m
function [finaldata,Ht,state,Rt, Qt]=dcc_simulate(k,t,CorrMat,garchparameters,archP,garchQ,dccparameters,dccP,dccQ,state);
% PURPOSE:
% Simulate a DCC MVGARCH time series
%
% USAGE:
% [f
www.eeworm.com/read/436446/7769712
m simulate_people.m
%-----------------------------------------
function [xnew, ynew] = simulate_people (n, xmin, xmax, ymin, ymax),
persistent x y vx vy;
speed = 0.05;
accel = 0.01;
if nargin == 5
x =
www.eeworm.com/read/198546/7928755
m dcc_simulate.m
function [finaldata,Ht,state,Rt, Qt]=dcc_simulate(k,t,CorrMat,garchparameters,archP,garchQ,dccparameters,dccP,dccQ,state);
% PURPOSE:
% Simulate a DCC MVGARCH time series
%
% USAGE:
% [f
www.eeworm.com/read/196797/8060365
h spi_simulate.h
/* external functions */
int spi8xx_read_bcm53x8_register(int chip, UINT8 page, UINT8 reg, char *pbuf, int reg_len);
int spi8xx_write_bcm53x8_register(int chip, UINT8 page, UINT8 reg, char* pbuf
www.eeworm.com/read/196797/8060452
c spi_simulate.c
/************************************************************************/
/* */
/* Copyright 2005 - 2008, Baud Data Communication Ltd. */
/* ALL
www.eeworm.com/read/196797/8060469
o spi_simulate.o
www.eeworm.com/read/145405/12726310
rc2 simulate.rc2
//
// SIMULATE.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
//
www.eeworm.com/read/245961/12766167
m simulate_echo.m
%目标每个散射点都是等强度且设为1
%雷达发射线性调频信号,调频率为 带宽/脉宽
clc,clear;
R0=20000; %初始观测距离
theta=4.15/180*pi; %总观测转角
f0=5e9; %载频f0为5.52GHz
B=300e6; %带宽为400M
T0=25e-6; %脉冲宽度为25us
K=B/T0; %调频率
c=3e8; %光速