首 页健康生活新 闻留 言骗 子美女图片网络安全论 坛问吧注册码大全bt资源
张筱雨人体艺术   汤芳人体艺术  汤加丽人体艺术  石靖人体艺术   刘亦菲人体艺术   汤唯人体艺术  张柏芝人体艺术   人体艺术摄影
人体艺术摄影        BODY ART PHOTOGRAPHY
                                           Human essence of art, the human feelings of the perfect lens
首页
您当前的位置:地球村问吧电脑技术编程语言 → 问吧内容 设为首页   加入收藏   联系我们
pascal问题!请教一下a[i]:=a[i]+1 和 a[i]:=a[i+1] 分别代表什么意事````????
作者:meilibao  来源:地球村  发布时间:2007-8-15 18:30:34
Body art from the West, male body is mainly a reflection of the strength of the United States. While the female body is mainly a reflection of the kind of a female-specific negative of tender.
Body art is static human form, does not contain sexual intercourse is exposed genitals or other to tease of limb movements. Good photographs focus on the human body is the use of light and shadow. The body was naked from the arts, the human body art is not carnal desire , vulgar. Accurately speaking, and now, the "body art" is not very precise. Art classification is based on the auditory,
pascal问题!请教一下a[i]:=a[i]+1 和 a[i]:=a[i+1] 分别代表什么意事````????
悬赏分:5 - 解决时间:2007-8-15 16:39
pascal问题!请教一下a[i]:=a[i]+1 和 a[i]:=a[i+1] 分别代表什么意事````????两者相同么
假如:i:=1
a[i]:=a[i]+1 的a[i]是不是=2
a[i]:=a[i+1] 的a[i]是不是=2
提问者:ay16309 - 试用期 一级
最佳答案
pascal问题!请教一下a[i]:=a[i]+1 和 a[i]:=a[i+1] 分别代表什么意事````????两者相同么
假如:i:=1
a[i]:=a[i]+1 的a[i]是不是=2
a[i]:=a[i+1] 的a[i]是不是=2
i是数组的下标,在pascal中,数组的下标从0开始计数。下标是什么?下标是一个标志,定位数组中数据的位置的指针;而a[i]是i这个下标对应的值。
i :=1;a[i]就变成a[1],a[1]=a[1]+1的值就是a[1]的值+1,不一定为2,a[1]的值是就是下标为1时,数组a的值。
而 a[i]:=a[i+1] 是i+1=1+1=2,将a[2]现有的值赋给a[1],a[1]不一定是2(如果现在a[2]为2,那么a[1]也是2)

参考资料:个人10年delphi编程经验
回答者:sdl0819 - 经理 五级 8-13 08:01
提问者对于答案的评价:
good
您觉得最佳答案好不好?目前有 0 个人评价

50% (0)

50% (0)
其他回答
共 6 条
[ ] [返回上一页] [打 印]
Copyright © 2007 Diqiuc.Com. All Rights Reserved .豫ICP备07001840 Powered by Diqiuc.Com