?? add.m
字號(hào):
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.
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -