代码搜索:SIMULATION

找到约 10,000 项符合「SIMULATION」的源代码

代码结果 10,000
www.eeworm.com/read/483607/6599519

py test_simulation.py

import sys from numpy.testing import * import numpy as N import random, scipy.signal # TODO: right module and path handling sys.path.append("../") from aureservoir import * class test_simulation(Nu
www.eeworm.com/read/482108/6627933

m simulation of binary fsk .m

echo on SNRindB1=0:2:15; SNRindB2=0:0.1:15; for i=1:length(SNRindB1), smld_err_prb(i)=cm_sm52(SNRindB1(i)); % simulated error rate echo off; end; echo on; for i=1:length(SNRindB
www.eeworm.com/read/477588/6728841

m simulation1.m

%信标节点位于等边三角形顶点的仿真 clc; clear all; close all; %A,B,C为三个选定的信标节点,节点坐标已知(为便于防真及验证,代码中采用的等边三角形) for t =1 A = [0,0]; B = [5*t,5*t*sqrt(3)]; C = [10*t,0]; nums = [A(1),A(2),B(1),B(
www.eeworm.com/read/407510/11418010

txt readme.simulation.txt

Cross-layer interaction in Multihop 802.11 Networks (Test simulation package) Kitae Nahm nahm@sipi.usc.edu Ahmed Helmy helmy@ceng.usc.edu C.-C. Jay Kuo cckuo@sipi.usc.edu Department of Electrical
www.eeworm.com/read/406935/11432420

m simulation_run.m

function simulation_run( particle_startVel, particle_startPos, handles ) % simulation loop % Copyright (C) 2007 % % mag. David Erzen % Faculty of Mechanical Engineering %
www.eeworm.com/read/403261/11520208

asv xingzuo_simulation.asv

clear all; close all; clc; %---------------------画球 [xq,yq,zq]=sphere(100); xq=6378137*xq;yq=6378137*yq;zq=6378137*zq; mesh(xq,yq,zq);colormap(winter); hold on; gps_flag = 1; galileo_flag = 2
www.eeworm.com/read/403261/11520222

m xingzuo_simulation.m

clear all; close all; clc; %*************************************************** %** 三星座组合sse方法 %*************************************************** %---------------------画球 [xq,yq,zq]=sp