代码搜索:SIMULATION
找到约 10,000 项符合「SIMULATION」的源代码
代码结果 10,000
www.eeworm.com/read/174790/9574329
pdf robot simulation.pdf
www.eeworm.com/read/366403/9817672
m dynamical simulation.m
clear;
t0=0;
tspan=0.006;
y0=[0 0 0.1 0];
n=5000;
for i=1:n
F=0;
tf=t0+tspan;
[t,y]=ode45(@xprime10,[t0 tf],y0',[],F);
t0=tf;
y1=y(end,1);
y2=y(end,2);
y3=y(end
www.eeworm.com/read/167925/9947557
c back_simulation.c
/*《数据结构》清华大学的,蓝皮(c语言篇)65页
*/
/*模拟银行业务,计算客户平均逗留时间
*/
#include
#include
#include//srand()用到
typedef struct{
int OccurTime;
int NType;
}Event,ElemType;
typed
www.eeworm.com/read/167263/9974189
m ofdm_simulation.m
%********** It Simulates OFDM Systems **********%
clear all
close all
clc
%********** Parameters **********%
fs=12e6;%Hz,sample frequency
L=5;%multipaths number
fm=150; % maximun Doppler Freq
www.eeworm.com/read/166186/10030275
tcl or_simulation2.tcl
#Create a simulator object
set ns [new Simulator]
#Open a trace file
set nf [open out_1.nam w]
$ns namtrace-all $nf
set tracefd [open or_1.tr w]
$ns trace-all $tracefd
#Define a 'finish' procedure
p
www.eeworm.com/read/361518/10048279
dsw fms_simulation.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/361518/10048283
dsp fms_simulation.dsp
# Microsoft Developer Studio Project File - Name="FMS_SIMULATION" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32
www.eeworm.com/read/361518/10048284
opt fms_simulation.opt
www.eeworm.com/read/361518/10048309
ico fms_simulation.ico
www.eeworm.com/read/361518/10048328