期末考试的一个题目:计算器
可任意转载,但必须在醒目位置以超链接形式标明文章原始出处和作者信息
原文地址:http://www.blogkid.net/archives/77.html
原文地址:http://www.blogkid.net/archives/77.html
做好一个界面都烦死了,还是个框架呢,以后会慢慢完善起来
Code:
program cal;
uses
Forms,
Unit1 in ‘Unit1.pas’ {Form1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
November 28th, 2005 by 张磊


0 Responses to “期末考试的一个题目:计算器”