Daily Archives: 九月 26th, 2007

汉诺塔算法

private void transitString(int PanelNumber,int StartLocation,int EndLocation,int TemporaryLocation)
{
if [...]