代码搜索:交通仿真
找到约 10,000 项符合「交通仿真」的源代码
代码结果 10,000
www.eeworm.com/read/323663/13328274
plg 矩阵键盘.plg
礦ision3 Build Log
Project:
F:\PROTEUS KEILC51 模块仿真\矩阵键盘\矩阵键盘.uv2
Project File Date: 05/16/2008
Output:
Build target 'Target 1'
compiling 键盘.c
www.eeworm.com/read/323663/13328741
plg 24c02.plg
礦ision3 Build Log
Project:
E:\PROTEUS KEILC51 模块仿真\IIC总线24c02\24C02.uv2
Project File Date: 05/16/2008
Output:
Build target 'Target 1'
compili
www.eeworm.com/read/323663/13329713
plg lcd1602.plg
礦ision3 Build Log
Project:
F:\PROTEUS KEILC51 模块仿真\ds1302_lcd1602\lcd1602.uv2
Project File Date: 05/15/2008
Output:
Build target 'Target 1'
c
www.eeworm.com/read/323663/13329736
plg ds1302_lcd1602.plg
礦ision3 Build Log
Project:
F:\PROTEUS KEILC51 模块仿真\ds1302_lcd1602\ds1302_lcd1602.uv2
Project File Date: 05/15/2008
Output:
Build target 'Targe
www.eeworm.com/read/323663/13329913
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/323663/13330350
plg red点阵.plg
礦ision3 Build Log
Project:
F:\PROTEUS KEILC51 模块仿真\88点阵\RED点阵.uv2
Project File Date: 05/15/2008
Output:
Build target 'Target 1'
compiling 88点
www.eeworm.com/read/323663/13330356
plg 非red点阵.plg
礦ision3 Build Log
Project:
F:\PROTEUS KEILC51 模块仿真\88点阵\非RED点阵.uv2
Project File Date: 05/15/2008
Output:
Build target 'Target 1'
compiling 非R
www.eeworm.com/read/323663/13330388
plg 可加减计数.plg
礦ision3 Build Log
Project:
F:\PROTEUS KEILC51 模块仿真\可加减计数\可加减计数.uv2
Project File Date: 05/16/2008
Output:
Build target 'Target 1'
compiling 可加
www.eeworm.com/read/323223/13347003
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/136685/13366178
m exm041022_1.m
%exm041022_1.m 利用fminsearch指令进行非线性参数估计
k_noise=0.3; %控制噪声水平
[x,y,STDY]=xydata(k_noise); %运行仿真数据产生程序,产生数据
a0=[1 1 1 1]; %被估参数的初试猜测
options=optimset('fminsearch'); %这步在MATLAB6.1