⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 encoder.bat

📁 Texas-Instrument C2000 Series DSP example programs
💻 BAT
字号:
REM ===================================
REM  DOS Environment Variable Settings  
REM ===================================

REM TI Fixed-Point Tools path setting
REM ---------------------------------
call c:\batch\fix.bat

REM Debugger Environment
REM --------------------
SET D_OPTIONS=-P 240

REM C Compiler Environment
REM ----------------------
SET C_DIR= c:\dsp\2xx\dsptools\cgt\6.63b;c:\dsp\24x\code\encoder
SET A_DIR= c:\dsp\24x\code\encoder

REM Goto Directory containing Source
REM --------------------------------
cd c:\dsp\24x\code\encoder


REM Goto DOS
REM --------
command.com

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -