All articles| All Pictures| All Softwares| All Video| Go home page| Write articles| Upload pictures

Reading number is top 10 articles
windows下Apache2+php4+MySql5集成简明教程_php资料_编程技术
谈PHP生成静态页面_php资料_编程技术
数据库2005,日志收缩简便方法_mssql学习_编程技术
ASP.NET改善application对象加快存储速度_[Asp.Net教程]
ASP.Net中利用CSS实现多界面两法_[Asp.Net教程]
在PHP中显示格式化的用户输入_[PHP教程]
关于textarea的直观换行_JavaScript技术_编程技术
在ASP.NET中使用AJAX的简单方法_.net资料_编程技术
PHP分页实例:用PHP实现网页开发中的翻页跳转_[PHP教程]
C#中的多媒体技术:文字处理
Reading number is top 10 pictures
BingBingFan apple dew point photo gallery4
A beautiful girl to bud2
Send some Valentine's day cartoon
Sora aoi mirror memorial classics1
Sexy women in 2013--2
俄罗斯台球天后惊艳魅惑2
两个妞在等世界上最短的火车
So beauty, will let you spray blood6
大年初五接财神
红楼梦金陵十二钗(2)
Download software ranking
美女游泳记
艳兽都市
虚拟机5.5.3版
致我们终将逝去的青春
Boxer's Top ten classic battle2
Take off clothes to survival
美女写真3
塘西风月痕
Boxer's Top ten classic battle5
Tram sex maniac 2 (H) rar bag6
aaa published in(发表于) 2014/7/19 0:14:19 Edit(编辑)
[delphi语法8]delphi中For语句的使用实例

[delphi语法8]delphi中For语句的使用实例

[delphi语法8]delphi中For语句的使用实例|方法

For 语句

For 语句内的程序代码会执行一定的次数。它需要一个循环变量来控制循环次数。循环变量的类型可以是整型、布尔型、字符型、枚举型或子界型。结构如下:

for <条件表达式> do

begin

<语句>

end;

下面的例子将显示1~5 的数字:

for I:=1 to 5 do

begin

Writeln(IntToStr(I));

end;

而下面的例子将显示5~1 的数字:

for I:=5 downto 1 do

begin

Writeln(IntToStr(I));

end;




添加到del.icio.us 添加到新浪ViVi 添加到百度搜藏 添加到POCO网摘 添加到天天网摘365Key 添加到和讯网摘 添加到天极网摘 添加到黑米书签 添加到QQ书签 添加到雅虎收藏 添加到奇客发现 diigo it 添加到饭否 添加到飞豆订阅 添加到抓虾收藏 添加到鲜果订阅 digg it 貼到funP 添加到有道阅读 Live Favorites 添加到Newsvine 打印本页 用Email发送本页 在Facebook上分享


Disclaimer Privacy Policy About us Site Map

If you have any requirements, please contact webmaster。(如果有什么要求,请联系站长)
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.