?? main.m
字號:
function main
clear;
answer='The steps is: ';%the blankets here is for the consistence of the dimensions of array.
response = input('input the number of diskes:');%ask the user to input the number of diskes
n = response;
answer_b=MoveTower(n, ' Src', ' Dst', ' Aux', answer);%The details of steps is in answer_b, it will be showed at last
answer_b %show the details of steps
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -