代码搜索:Simulate
找到约 2,241 项符合「Simulate」的源代码
代码结果 2,241
www.eeworm.com/read/160819/10495594
cpp dieroll2.cpp
#include
using namespace std;
#include "dice.h"
#include "prompt.h"
#include "tvector.h"
// use vector to simulate rolling of two dice
// Owen Astrachan, March 9, 1994, modified 5/2/99
co
www.eeworm.com/read/470781/6908258
asv main.asv
clear;
clc;
A11=1;
ber11=simulate(A11);
% A22=2;
% [ber22]=simulate(A22);
% A33=3;
% [ber33]=simulate(A33);
% A44=4;
% [ber44]=simulate(A44);
% A55=5;
% [ber55]=simulate(A55);
hold on
www.eeworm.com/read/470781/6908260
m main.m
clear;
clc;
global snr;
A11=1;
ber11=simulate(A11);
A22=2;
[ber22]=simulate(A22);
A33=3;
[ber33]=simulate(A33);
A44=4;
[ber44]=simulate(A44);
A55=5;
[ber55]=simulate(A55);
hold
www.eeworm.com/read/457723/7318679
txt readme.txt
Please follow the steps to execute macros for Aldec
in ActiveVHDL simulator:
1. Work directory which contain directories source code files \SRC
should have C8051 name. If you want to rename
www.eeworm.com/read/452252/7443954
readme
MyVM - My Virtual Machine.
This is MyVM, a testing program to simulate virtual MS-DOS on linux.
Currently it only implements part of Intel cpu instructions. The MS-DOS
MZ format file is supported. B
www.eeworm.com/read/450650/7479166
m ioscript.m
t=0:0.1:10;
u=sin(t);
sim_input=[t',u'];
% simulate the diagram
plot(t,u,tout,uout)
www.eeworm.com/read/299703/7838325
m dbtex1.m
function dbtex1
%DBTEX1 An example of a main program using MUSIC and conventional beamforming on simulated signals from an ULA.
%
% * DBT, A Matlab Toolbox for Radar Signal Processing *
% (c) FO
www.eeworm.com/read/397761/8023767
m example52_test1.m
%hf1_test:test the network
%==============
%==============
figure('name','任一随机输入矢量的收敛过程','numbertitle','off');
%simulate the network...
A=simuhop(T,W,B)
%simulate the network again...
t=
www.eeworm.com/read/318052/13488991
m ioscript.m
t=0:0.1:10;
u=sin(t);
sim_input=[t',u'];
% simulate the diagram
plot(t,u,tout,uout)
www.eeworm.com/read/313393/13588786
m main.m
clear;
clc;
A11=1;
ber11=simulate(A11);
% A22=2;
% [ber22]=simulate(A22);
% A33=3;
% [ber33]=simulate(A33);
% A44=4;
% [ber44]=simulate(A44);
% A55=5;
% [ber55]=simulate(A55);
hold on