?? backmodulatorcallback.m
字號:
%************************************************************
%
% Copyright 2002 The Mobile and Portable Radio Research Group
%
% Part of GUI for downlink simulator.
% Invokes the appropriate menu when the BACK button is pressed
%
%************************************************************
global NumDPCHcalls DPCHremainder CallNumber LastCallChannelCount
if SimConfig.Num_DPCH == 0
close;
TxMenu(SimConfig);
else
CallNumber = CallNumber -1;
close;
DPCHMenu(SimConfig);
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -