初三1000米成绩转换工具代码.doc

初三1000米成绩转换工具代码.doc

ID:59327505

大小:16.50 KB

页数:4页

时间:2020-09-04

初三1000米成绩转换工具代码.doc_第1页
初三1000米成绩转换工具代码.doc_第2页
初三1000米成绩转换工具代码.doc_第3页
初三1000米成绩转换工具代码.doc_第4页
资源描述:

《初三1000米成绩转换工具代码.doc》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、unitUnit1;interfaceusesWindows,Messages,SysUtils,Variants,Classes,Graphics,Controls,Forms,Dialogs,StdCtrls;typeTForm1=class(TForm)Button1:TButton;Edit1:TEdit;Edit2:TEdit;procedureButton1Click(Sender:TObject);functionTForm1.ChengJiDJ(FS:real):string;private{Privatedeclarations}public{Publicdeclaratio

2、ns}end;varForm1:TForm1;implementation{$R*.dfm}functionTform1.ChengJiDJ(FS:real):string;//自定义函数输入成绩返回成绩等级beginif(FS<=3.30)thenresult:='15'elseif(FS<=3.36)and(FS>3.30)thenresult:='14.5'elseif(FS<=3.38)and(FS>3.36)thenresult:='14'elseif(FS<=3.42)and(FS>3.38)thenresult:='13.5'elseif(FS<=3.46)and(FS>3.42

3、)thenresult:='13'elseif(FS<=3.50)and(FS>3.46)thenresult:='12.5'elseif(FS<=3.54)and(FS>3.50)thenresult:='12'elseif(FS<=3.58)and(FS>3.54)thenresult:='11.5'elseif(FS<=4.02)and(FS>3.58)thenresult:='11'elseif(FS<=4.06)and(FS>4.02)thenresult:='10.5'elseif(FS<=4.10)and(FS>4.06)thenresult:='10'elseif(FS<=4.

4、15)and(FS>4.10)thenresult:='9.5'elseif(FS<=4.20)and(FS>4.15)thenresult:='9'elseif(FS<=4.25)and(FS>4.20)thenresult:='8'elseif(FS<=4.30)and(FS>4.25)thenresult:='7'elseif(FS<=4.35)and(FS>4.30)thenresult:='6'elseif(FS<=4.45)and(FS>4.35)thenresult:='5'elseif(FS<=4.55)and(FS>4.45)thenresult:='4'elseif(FS<

5、=5.05)and(FS>4.55)thenresult:='3'elseif(FS<=5.15)and(FS>5.05)thenresult:='2'elseif(FS<=5.25)and(FS>5.15)thenresult:='1'elseif(FS>5.25)thenresult:='0'end;procedureTForm1.Button1Click(Sender:TObject);beginself.Edit2.Text:=ChengJiDJ(StrToFloat(Edit1.Text));end;end.

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。