找回密码
 注册
Simdroid-非首页
查看: 140|回复: 2

[命令/FISH] 为什么出现memory overflow?

[复制链接]
发表于 2007-5-10 10:41:08 | 显示全部楼层 |阅读模式 来自 上海
本帖最后由 cloud328 于 2010-4-28 21:09 编辑

非常简单的一个FLAC2d函数,运行后提示memory overflow 提示,什么原因?
def afill
array var(4,3)
  loop m(1,4)
    loop n(1,3)
      var(m,n)=urand
    end_loop
  end_loop
end
def ashow
  loop m(1,4)
    hed=''
    msg=''+string(m)
    loop n(1,3)
      hed=hed+''+string(n)
      msg=msg+''+string(var(m,n))
    end_loop
    if m=1
      dum=out(hed)
    end_if
    dum=out(msg)
   end_loop
end
afill
ashow
发表于 2010-4-28 19:21:52 | 显示全部楼层 来自 安徽淮南
Simdroid开发平台
为什么大家都不回答?
回复 不支持

使用道具 举报

发表于 2010-4-29 21:37:15 | 显示全部楼层 来自 湖北武汉
对2d没有兴趣
回复 不支持

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Simapps系列直播

Archiver|小黑屋|联系我们|仿真互动网 ( 京ICP备15048925号-7 )

GMT+8, 2024-9-25 20:22 , Processed in 0.030523 second(s), 14 queries , Gzip On, MemCache On.

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表