摘要:
//自动刮第3,4圈 for X:=MinX to MaxX do begin countmaxy:=0; countminy:=0; yminrun:=0; ymaxrun:=0; tempmaxX:=MaxX; TEMPMINX:=MinX; TEMPMAXY:=MaxY; TEMPMINY:= 阅读全文
摘要:
在面向对象当中继承是非常重要的,也是面向对象的三大特性之一(继承、封装、多态),今天我们来揭开他的神秘面纱。 话不多说,我们上菜。 using System; using System.Collections.Generic; using System.Linq; using System.Text 阅读全文