摘要:
1 public unsafe class MandelbrotSet 2 { 3 public Bitmap bmp = null; 4 public BitmapData bd = null; 5 public int[] data = null; 6 public Point[] pts = null; 7 8 public int width; //pexils 9 public int height;10 public double scall = 3... 阅读全文
posted @ 2013-04-12 23:10
Henry_Wang
阅读(219)
评论(0)
推荐(0)

浙公网安备 33010602011771号