代码搜索:SIMULATION
找到约 10,000 项符合「SIMULATION」的源代码
代码结果 10,000
www.eeworm.com/read/291157/8439286
plg chess_simulation.plg
Build Log
--------------------Configuration: chess_simulation - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUM
www.eeworm.com/read/291157/8439289
dsp chess_simulation.dsp
# Microsoft Developer Studio Project File - Name="chess_simulation" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win3
www.eeworm.com/read/291157/8439291
opt chess_simulation.opt
www.eeworm.com/read/291157/8439293
ncb chess_simulation.ncb
www.eeworm.com/read/189098/8490215
llb tank simulation.llb
www.eeworm.com/read/187489/8635803
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/187489/8635869
m xingzuo_simulation.m
clear all;
close all;
clc;
%***************************************************
%** 三星座组合sse方法
%***************************************************
%---------------------画球
[xq,yq,zq]=sp
www.eeworm.com/read/387115/8706125
m last_simulation.m
%% 按照场地均匀安排锚节点
%考虑测距误差为正负10%
%clear
%初始化节点及存放定位信息矩阵
node_num=200;%一般节点数量
%锚节点数量大约为一般节点数量的10%,依场地情况而定
length=100;%场地长度
width=100;%场地宽度
rangemax=15;%节点间最大通信距离
[node_x,node_y]=creatnode(node_num
www.eeworm.com/read/427507/8939082
m channel simulation.m
/* BPSK BINARY SYMMETRIC CHANNEL SIMULATOR */
/* Copyright (c) 1999, Spectrum Applications, Derwood, MD, USA */
/* All rights reserved
www.eeworm.com/read/177349/9458545
m start_simulation.m
function start_simulation
SimulationParameters = input_options;
feval('launchsim', SimulationParameters);