汉诺塔演示 C#
汉诺塔演示 C# .NET /// /// 显示移动盘子 /// private void ShowPlate() { for (int i = 0; i < listA.Count; i++) { Label plate = (Label)listA[i]; //int size = (int)plate.Tag; plate.Location = ne
下载地址
用户评论