代码搜索结果
找到约 10,000 项符合
Embedded 的代码
pend.m
% Embedded Control Systems in C/C++
% by Jim Ledin
%
% Pendulum model used by figure_3_2.m
function dy = pend(t, y)
% xdd = -3*xd^2 - 5*x + 1
g = 9.81;
l = 1;
dy = [y(2); -g/l*sin(y(1))];
at24c16.cspy.bat
@REM This bat file has been generated by the IAR Embeddded Workbench
@REM C-SPY interactive debugger,as an aid to preparing a command
@REM line for running the cspybat command line utility with the
iic.cspy.bat
@REM This bat file has been generated by the IAR Embeddded Workbench
@REM C-SPY interactive debugger,as an aid to preparing a command
@REM line for running the cspybat command line utility with the
flash.cspy.bat
@REM This bat file has been generated by the IAR Embeddded Workbench
@REM C-SPY interactive debugger,as an aid to preparing a command
@REM line for running the cspybat command line utility with the
pcf8563_lcd12864.cspy.bat
@REM This bat file has been generated by the IAR Embeddded Workbench
@REM C-SPY interactive debugger,as an aid to preparing a command
@REM line for running the cspybat command line utility with the
winsystem.html
Qt Toolkit - Windowsystem-specific Notes
pointer-qws.html
Qt Toolkit - Qt/Embedded Pointer Handling
qvfb-qws.html
Qt Toolkit - Qt/Embedded Virtual Framebuffer
msp430demo.cspy.bat
@REM This bat file has been generated by the IAR Embeddded Workbench
@REM C-SPY interactive debugger,as an aid to preparing a command
@REM line for running the cspybat command line utility with the