代码搜索:交通仿真
找到约 10,000 项符合「交通仿真」的源代码
代码结果 10,000
www.eeworm.com/read/311745/3677955
m frame_syn.m
len=100; %每帧的数据长度
n=3; %进行仿真的帧数
c=[1 1 1 -1 -1 1 -1]; %巴克码
for i=1:n
s(i,:)=randsrc(1,len); %产生每周的信源数据
end
r=[c s(1,:) c s(2,:) c s(3,:)]; %将巴克码插入信源数据中
thr=6; %判决门限,
www.eeworm.com/read/297072/3895439
plg liwan.plg
礦ision2 Build Log
Project:
E:\软件备份\单片机软件\Proteus\JJJ仿真电路\李婉\Keil\LiWan.uv2
Project File Date: 05/25/2005
Output:
Build target 'Target 1'
comp
www.eeworm.com/read/297072/3895454
plg lcd1602.plg
礦ision2 Build Log
Project:
G:\软件备份\Proteus 6.7\JJJ仿真电路\字符液晶1602\Keil\LCD1602.uv2
Project File Date: 09/18/2005
Output:
Build target 'Target 1'
www.eeworm.com/read/297072/3895473
plg playmusic.plg
礦ision2 Build Log
Project:
E:\软件备份\单片机软件\Proteus\JJJ仿真电路\播放音乐\Keil\PlayMusic.uv2
Project File Date: 09/16/2005
Output:
Build target 'Target 1'
www.eeworm.com/read/285218/4056076
s test3.s
; 文件名:TEST3.S
; 功能:GPIO初始化,即对IODIR、IOSET寄存器进行设置
; 说明:使用ARMulate软件仿真调试
GPIO_BASE EQU 0xE0028000 ; 定义GPIO寄存器的基地址
AREA Example3,CODE,READONLY
ENTRY
LDR R0,=GPIO_BASE
www.eeworm.com/read/285218/4056077
s test4.s
; 文件名:TEST4.S
; 功能:通过查表实现程序散转
; 说明:使用ARMulate软件仿真调试
NumCon EQU 0x40003001 ; 定义变量NumCn
AREA Example4,CODE,READONLY
ENTRY
MAIN LDR R0,= NumCon
LDRB R2,[R0] ; 取得跳转控制变量值
MOV
www.eeworm.com/read/442451/1761691
m frame_syn.m
len=100; %每帧的数据长度
n=3; %进行仿真的帧数
c=[1 1 1 -1 -1 1 -1]; %巴克码
for i=1:n
s(i,:)=randsrc(1,len); %产生每周的信源数据
end
r=[c s(1,:) c s(2,:) c s(3,:)]; %将巴克码插入信源数据中
thr=6; %判决门限,
www.eeworm.com/read/438357/1825631
m input_b.m
function x=input_b(N,NL)%N为一个ofdm符号中的子符号个数,NL为一次仿真所包含的ofdm符号数
for i=1:NL
input_0=rand(1,4*N); %输入的二进制数据序列
for j=1:4*N
if input_0(j)>0.5
www.eeworm.com/read/430563/1920956
plg parallel to serial.plg
礦ision3 Build Log
Project:
D:\小禹文件\proteus仿真MCS51的一百个例子\MCS-51 examples\Chapter 6\50 Parallel to Serial\Parallel to Serial.uv2
Project File Date: 11/01/200
www.eeworm.com/read/430563/1920962
plg serial communication.plg
礦ision3 Build Log
Project:
D:\小禹文件\proteus仿真MCS51的一百个例子\MCS-51 examples\Chapter 6\51 Serial Communication\Serial Communication.uv2
Project File Date: 11/01