代码搜索:Simulator
找到约 10,000 项符合「Simulator」的源代码
代码结果 10,000
www.eeworm.com/read/428402/8871284
prm simulator_linker.prm
yr
NAMES
END
SEGMENTS
RAM = READ_WRITE 0x0400 TO 0x1FFF;
/* unbanked FLASH ROM */
ROM_4000 = READ_ONLY 0x4000 TO 0x7FFF;
ROM_C000 = READ_ONLY 0xC000 TO 0xFEFF;
/* bank
www.eeworm.com/read/283483/9018587
asv filter_simulator.asv
%Matlab滤波仿真程序
N=128;%所取的采样点数
fs=1000;%采样频率,每秒的采样值个数 %根据采样定理,采样频率至少为最高频率的2倍
f1=100;f2=400;f3=300;%设定三个正弦信号的频率,fs/f表示每个周期的采样点数
%产生输入信号,为三个正弦信号之和
%2*pi*f1即角频率w(每秒的角度改变量),则2*pi*f1/fs为每个采样间隔(采样值)对应 ...
www.eeworm.com/read/182250/9210248
cmd simulator_postload.cmd
// After load the commands written below will be executed
// Show main function at startup
FindProc main
www.eeworm.com/read/182250/9210254
cmd simulator_reset.cmd
// After reset the commands written below will be executed
www.eeworm.com/read/182250/9210257
cmd simulator_setcpu.cmd
// At startup the commands written below will be executed
www.eeworm.com/read/182250/9210258
cmd simulator_preload.cmd
// Before load the commands written below will be executed
www.eeworm.com/read/182250/9210259
cmd simulator_startup.cmd
// At startup the commands written below will be executed
www.eeworm.com/read/182250/9210285
prm simulator_linker.prm
NAMES
END
SEGMENTS
RAM = READ_WRITE 0x1000 TO 0x1FFF;
/* unbanked FLASH ROM */
ROM_4000 = READ_ONLY 0x4000 TO 0x7FFF;
ROM_C000 = READ_ONLY 0xC000 TO 0xFEFF;
/* banked FLA
www.eeworm.com/read/182250/9210304
phy simulator.abs.phy
S05C0000433A5C446F63756D656E747320616E642053657474696E67735C41646D696E6973747261746F725CD7C0C3E65C75636F7349495F4536345C75636F7349495F4536345C746573745C62696E5C53696D756C61746F722E6162735E
S2240FC000
www.eeworm.com/read/182218/9211345
cmd simulator_postload.cmd
// After load the commands written below will be executed
// Show main function at startup
FindProc main