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

📄 add.m

📁 一个MATLAB的应用程序
💻 M
字号:
function dummy = add(cc,filename)
%ADD places a file in the current Code Composer Project
%   ADD(CC,FILE) - Use this command to add an existing file
%   into the active Code Composer project.  The file
%   must exist and is limited to filetypes supported by
%   Code Composer projects.  The file may be defined
%   with a complete path.  Otherwise, it must reside in
%   the Code Composer working directory or on the Matlab path.
%
%   Supported Filetypes for ADD
%    C/C++ source files      : *.cpp, *.c, *.cc, *.cxx or *.sa
%    Asm source files        : *.a*,  *.s*
%    Object and Library files: *.o*, *.lib
%    Linker Command files    : *.cmd
%    DSP/BIOS file           : *.cdb*
%
%   See also REMOVE, OPEN, CD, ACTIVATE.

% Copyright 2002 The MathWorks, Inc.

⌨️ 快捷键说明

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