add.m

来自「一个MATLAB的应用程序」· M 代码 · 共 20 行

M
20
字号
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 + =
减小字号Ctrl + -
显示快捷键?