edit · history · print

E.FractalWithNokia6300AndMore 记录

隐藏较小更改处 - 显示标记语言的改变

2008 年 07 月 02 日, 06:02 下午 被 121.0.31.121 -
2008 年 06 月 08 日, 03:06 上午 被 125.120.151.98 -
更新第 13 行从:

for b=-1.5 to 1.5 step 0.02

到:
 for b=-1.5 to 1.5 step 0.02
更新了 15-19 行从:
  x=x1*x1-y1*y1+a
  y=2*x1*y1+b
  x1=x:y1=y
  if x>2 or x<-2 then exit for end if
  if y>2 or y<-2 then exit for end if
到:
   x=x1*x1-y1*y1+a
   y=2*x1*y1+b
   x1=x:y1=y
    if x>2 or x<-2 then exit for end if
    if y>2 or y<-2 then exit for end if
更新了 21-25 行从:

t=255-i*15 color t,t,t pset a*q+145,b*q+90 x1=0:y1=0:x=0:y=0 next b

到:
   t=255-i*15
    color t,t,t
    pset a*q+145,b*q+90
   x1=0:y1=0:x=0:y=0
 next b
更新了 32-33 行从:

x=.35 for i=1 to 70

到:
 x=.35
  for i=1 to 70
更新了 35-38 行从:

if i>30 then pset x*200+10,(r-3)*200 end if next i

到:
    if i>30 then
     pset x*200+10,(r-3)*200
    end if
  next i
edit · history · print
网页最后更新于 2008 年 07 月 02 日, 06:02 下午